contentctl 5.0.1__tar.gz → 5.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {contentctl-5.0.1 → contentctl-5.0.2}/PKG-INFO +1 -1
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/inspect.py +69 -29
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/contentctl.py +34 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/config.py +3 -1
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/data_source.py +6 -2
- {contentctl-5.0.1 → contentctl-5.0.2}/pyproject.toml +1 -1
- {contentctl-5.0.1 → contentctl-5.0.2}/LICENSE.md +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/README.md +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/__init__.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/build.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/deploy_acs.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/DetectionTestingManager.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/GitService.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/generate_detection_coverage_badge.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureServer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/progress_bar.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/views/DetectionTestingView.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/views/DetectionTestingViewCLI.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/views/DetectionTestingViewFile.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/detection_testing/views/DetectionTestingViewWeb.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/doc_gen.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/initialize.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/new_content.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/release_notes.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/reporting.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/test.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/actions/validate.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/api.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/enrichments/attack_enrichment.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/enrichments/cve_enrichment.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/enrichments/splunk_app_enrichment.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/helper/link_validator.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/helper/logger.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/helper/splunk_app.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/helper/utils.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/input/director.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/input/new_content_questions.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/input/yml_reader.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/abstract_security_content_objects/detection_abstract.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/abstract_security_content_objects/security_content_object_abstract.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/alert_action.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/annotated_types.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/atomic.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/base_test.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/base_test_result.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/baseline.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/baseline_tags.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/constants.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/correlation_search.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/dashboard.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_email.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_notable.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_phantom.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_rba.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_scheduling.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/deployment_slack.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/detection.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/detection_metadata.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/detection_stanza.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/detection_tags.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/drilldown.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/enums.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/errors.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/integration_test.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/integration_test_result.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/investigation.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/investigation_tags.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/lookup.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/macro.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/manual_test.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/manual_test_result.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/mitre_attack_enrichment.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/notable_action.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/notable_event.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/playbook.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/playbook_tags.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/rba.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/risk_analysis_action.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/risk_event.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/risk_object.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/savedsearches_conf.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/security_content_object.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/story.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/story_tags.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/test_attack_data.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/test_group.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/threat_object.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/throttling.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/unit_test.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/unit_test_baseline.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/objects/unit_test_result.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/api_json_output.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/attack_nav_output.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/attack_nav_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/conf_output.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/conf_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/data_source_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/doc_md_output.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/jinja_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/json_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/svg_output.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_detections.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_investigations.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_stories.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/app.conf.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/app.manifest.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/collections.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/content-version.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/detection_count.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/detection_coverage.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_detection_page.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_detections.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_navigation.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_navigation_pages.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_playbooks.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_playbooks_page.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_stories.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/doc_story_page.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/es_investigations_investigations.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/es_investigations_stories.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/header.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/macros.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/panel.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_baselines.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_detections.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_investigations.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/server.conf.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/transforms.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/workflow_actions.j2 +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/yml_writer.py +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/README.md +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_default.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/README/essoc_story_detail.txt +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/README/essoc_summary.txt +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/README/essoc_usage_dashboard.txt +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/README.md +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/analytic_stories.conf +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/commands.conf +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/data/ui/nav/default.xml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/data/ui/views/escu_summary.xml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/data/ui/views/feedback.xml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/use_case_library.conf +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/lookups/mitre_enrichment.csv +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/metadata/default.meta +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIcon.png +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIconAlt.png +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIconAlt_2x.png +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIcon_2x.png +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/data_sources/sysmon_eventid_1.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/datamodels_cim.conf +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/datamodels_custom.conf +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/deployments/escu_default_configuration_anomaly.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/deployments/escu_default_configuration_baseline.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/deployments/escu_default_configuration_correlation.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/deployments/escu_default_configuration_hunting.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/deployments/escu_default_configuration_ttp.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/detections/application/.gitkeep +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/detections/cloud/.gitkeep +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/detections/endpoint/anomalous_usage_of_7zip.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/detections/network/.gitkeep +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/detections/web/.gitkeep +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/macros/security_content_ctime.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/macros/security_content_summariesonly.yml +0 -0
- {contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/stories/cobalt_strike.yml +0 -0
|
@@ -1,23 +1,45 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
from dataclasses import dataclass
|
|
3
|
-
import pathlib
|
|
4
|
-
import json
|
|
5
1
|
import datetime
|
|
6
|
-
import
|
|
2
|
+
import json
|
|
3
|
+
import pathlib
|
|
4
|
+
import sys
|
|
7
5
|
import time
|
|
6
|
+
import timeit
|
|
7
|
+
from dataclasses import dataclass
|
|
8
|
+
from io import BufferedReader
|
|
8
9
|
|
|
9
|
-
from requests import Session,
|
|
10
|
+
from requests import Session, get, post
|
|
10
11
|
from requests.auth import HTTPBasicAuth
|
|
11
12
|
|
|
12
13
|
from contentctl.objects.config import inspect
|
|
13
|
-
from contentctl.objects.savedsearches_conf import SavedsearchesConf
|
|
14
14
|
from contentctl.objects.errors import (
|
|
15
|
-
MetadataValidationError,
|
|
16
15
|
DetectionIDError,
|
|
17
16
|
DetectionMissingError,
|
|
18
|
-
|
|
17
|
+
MetadataValidationError,
|
|
19
18
|
VersionBumpingError,
|
|
19
|
+
VersionDecrementedError,
|
|
20
20
|
)
|
|
21
|
+
from contentctl.objects.savedsearches_conf import SavedsearchesConf
|
|
22
|
+
|
|
23
|
+
"""
|
|
24
|
+
The following list includes all appinspect tags available from:
|
|
25
|
+
https://dev.splunk.com/enterprise/reference/appinspect/appinspecttagreference/
|
|
26
|
+
|
|
27
|
+
This allows contentctl to be as forward-leaning as possible in catching
|
|
28
|
+
any potential issues on the widest variety of stacks.
|
|
29
|
+
"""
|
|
30
|
+
INCLUDED_TAGS_LIST = [
|
|
31
|
+
"aarch64_compatibility",
|
|
32
|
+
"ast",
|
|
33
|
+
"cloud",
|
|
34
|
+
"future",
|
|
35
|
+
"manual",
|
|
36
|
+
"packaging_standards",
|
|
37
|
+
"private_app",
|
|
38
|
+
"private_classic",
|
|
39
|
+
"private_victoria",
|
|
40
|
+
"splunk_appinspect",
|
|
41
|
+
]
|
|
42
|
+
INCLUDED_TAGS_STRING = ",".join(INCLUDED_TAGS_LIST)
|
|
21
43
|
|
|
22
44
|
|
|
23
45
|
@dataclass(frozen=True)
|
|
@@ -28,7 +50,6 @@ class InspectInputDto:
|
|
|
28
50
|
class Inspect:
|
|
29
51
|
def execute(self, config: inspect) -> str:
|
|
30
52
|
if config.build_app or config.build_api:
|
|
31
|
-
self.inspectAppCLI(config)
|
|
32
53
|
appinspect_token = self.inspectAppAPI(config)
|
|
33
54
|
|
|
34
55
|
if config.enable_metadata_validation:
|
|
@@ -49,10 +70,6 @@ class Inspect:
|
|
|
49
70
|
session.auth = HTTPBasicAuth(
|
|
50
71
|
config.splunk_api_username, config.splunk_api_password
|
|
51
72
|
)
|
|
52
|
-
if config.stack_type not in ["victoria", "classic"]:
|
|
53
|
-
raise Exception(
|
|
54
|
-
f"stack_type MUST be either 'classic' or 'victoria', NOT '{config.stack_type}'"
|
|
55
|
-
)
|
|
56
73
|
|
|
57
74
|
APPINSPECT_API_LOGIN = "https://api.splunk.com/2.0/rest/login/splunk"
|
|
58
75
|
|
|
@@ -64,10 +81,6 @@ class Inspect:
|
|
|
64
81
|
APPINSPECT_API_VALIDATION_REQUEST = (
|
|
65
82
|
"https://appinspect.splunk.com/v1/app/validate"
|
|
66
83
|
)
|
|
67
|
-
headers = {
|
|
68
|
-
"Authorization": f"bearer {authorization_bearer}",
|
|
69
|
-
"Cache-Control": "no-cache",
|
|
70
|
-
}
|
|
71
84
|
|
|
72
85
|
package_path = config.getPackageFilePath(include_version=False)
|
|
73
86
|
if not package_path.is_file():
|
|
@@ -77,18 +90,43 @@ class Inspect:
|
|
|
77
90
|
"trying to 'contentctl deploy_acs' the package BEFORE running 'contentctl build'?"
|
|
78
91
|
)
|
|
79
92
|
|
|
80
|
-
|
|
93
|
+
"""
|
|
94
|
+
Some documentation on "files" argument for requests.post exists here:
|
|
95
|
+
https://docs.python-requests.org/en/latest/api/
|
|
96
|
+
The type (None, INCLUDED_TAGS_STRING) is intentional, and the None is important.
|
|
97
|
+
In curl syntax, the request we make below is equivalent to
|
|
98
|
+
curl -X POST \
|
|
99
|
+
-H "Authorization: bearer <TOKEN>" \
|
|
100
|
+
-H "Cache-Control: no-cache" \
|
|
101
|
+
-F "app_package=@<PATH/APP-PACKAGE>" \
|
|
102
|
+
-F "included_tags=cloud" \
|
|
103
|
+
--url "https://appinspect.splunk.com/v1/app/validate"
|
|
104
|
+
|
|
105
|
+
This is confirmed by the great resource:
|
|
106
|
+
https://curlconverter.com/
|
|
107
|
+
"""
|
|
108
|
+
data: dict[str, tuple[None, str] | BufferedReader] = {
|
|
81
109
|
"app_package": open(package_path, "rb"),
|
|
82
|
-
"included_tags": (
|
|
110
|
+
"included_tags": (
|
|
111
|
+
None,
|
|
112
|
+
INCLUDED_TAGS_STRING,
|
|
113
|
+
), # tuple with None is intentional here
|
|
83
114
|
}
|
|
84
115
|
|
|
85
|
-
|
|
116
|
+
headers = {
|
|
117
|
+
"Authorization": f"bearer {authorization_bearer}",
|
|
118
|
+
"Cache-Control": "no-cache",
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
res = post(APPINSPECT_API_VALIDATION_REQUEST, files=data, headers=headers)
|
|
86
122
|
|
|
87
123
|
res.raise_for_status()
|
|
88
124
|
|
|
89
125
|
request_id = res.json().get("request_id", None)
|
|
90
|
-
APPINSPECT_API_VALIDATION_STATUS =
|
|
91
|
-
|
|
126
|
+
APPINSPECT_API_VALIDATION_STATUS = (
|
|
127
|
+
f"https://appinspect.splunk.com/v1/app/validate/status/{request_id}"
|
|
128
|
+
)
|
|
129
|
+
|
|
92
130
|
startTime = timeit.default_timer()
|
|
93
131
|
# the first time, wait for 40 seconds. subsequent times, wait for less.
|
|
94
132
|
# this is because appinspect takes some time to return, so there is no sense
|
|
@@ -114,7 +152,9 @@ class Inspect:
|
|
|
114
152
|
raise Exception(f"Error - Unknown Appinspect API status '{status}'")
|
|
115
153
|
|
|
116
154
|
# We have finished running appinspect, so get the report
|
|
117
|
-
APPINSPECT_API_REPORT =
|
|
155
|
+
APPINSPECT_API_REPORT = (
|
|
156
|
+
f"https://appinspect.splunk.com/v1/app/report/{request_id}"
|
|
157
|
+
)
|
|
118
158
|
# Get human-readable HTML report
|
|
119
159
|
headers = headers = {
|
|
120
160
|
"Authorization": f"bearer {authorization_bearer}",
|
|
@@ -159,14 +199,14 @@ class Inspect:
|
|
|
159
199
|
"\t - https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/useappinspectclitool/"
|
|
160
200
|
)
|
|
161
201
|
from splunk_appinspect.main import (
|
|
162
|
-
validate,
|
|
163
|
-
MODE_OPTION,
|
|
164
202
|
APP_PACKAGE_ARGUMENT,
|
|
165
|
-
OUTPUT_FILE_OPTION,
|
|
166
|
-
LOG_FILE_OPTION,
|
|
167
|
-
INCLUDED_TAGS_OPTION,
|
|
168
203
|
EXCLUDED_TAGS_OPTION,
|
|
204
|
+
INCLUDED_TAGS_OPTION,
|
|
205
|
+
LOG_FILE_OPTION,
|
|
206
|
+
MODE_OPTION,
|
|
207
|
+
OUTPUT_FILE_OPTION,
|
|
169
208
|
TEST_MODE,
|
|
209
|
+
validate,
|
|
170
210
|
)
|
|
171
211
|
except Exception as e:
|
|
172
212
|
print(e)
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import pathlib
|
|
2
|
+
import random
|
|
2
3
|
import sys
|
|
3
4
|
import traceback
|
|
4
5
|
import warnings
|
|
6
|
+
from dataclasses import dataclass
|
|
5
7
|
|
|
6
8
|
import tyro
|
|
7
9
|
|
|
@@ -155,6 +157,35 @@ YOU HAVE BEEN WARNED!
|
|
|
155
157
|
"""
|
|
156
158
|
|
|
157
159
|
|
|
160
|
+
def get_random_compliment():
|
|
161
|
+
compliments = [
|
|
162
|
+
"Your detection rules are like a zero-day shield! 🛡️",
|
|
163
|
+
"You catch threats like it's child's play! 🎯",
|
|
164
|
+
"Your correlation rules are pure genius! 🧠",
|
|
165
|
+
"Threat actors fear your detection engineering! ⚔️",
|
|
166
|
+
"You're the SOC's secret weapon! 🦾",
|
|
167
|
+
"Your false positive rate is impressively low! 📊",
|
|
168
|
+
"Malware trembles at your detection logic! 🦠",
|
|
169
|
+
"You're the threat hunter extraordinaire! 🔍",
|
|
170
|
+
"Your MITRE mappings are a work of art! 🎨",
|
|
171
|
+
"APTs have nightmares about your detections! 👻",
|
|
172
|
+
"Your content testing is bulletproof! 🎯",
|
|
173
|
+
"You're the detection engineering MVP! 🏆",
|
|
174
|
+
]
|
|
175
|
+
return random.choice(compliments)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
def recognize_func():
|
|
179
|
+
print(get_random_compliment())
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
@dataclass
|
|
183
|
+
class RecognizeCommand:
|
|
184
|
+
"""Dummy subcommand for 'recognize' with no parameters."""
|
|
185
|
+
|
|
186
|
+
pass
|
|
187
|
+
|
|
188
|
+
|
|
158
189
|
def main():
|
|
159
190
|
print(CONTENTCTL_5_WARNING)
|
|
160
191
|
try:
|
|
@@ -210,6 +241,7 @@ def main():
|
|
|
210
241
|
"test_servers": test_servers.model_construct(**t.__dict__),
|
|
211
242
|
"release_notes": release_notes.model_construct(**config_obj),
|
|
212
243
|
"deploy_acs": deploy_acs.model_construct(**t.__dict__),
|
|
244
|
+
"recognize": RecognizeCommand(),
|
|
213
245
|
}
|
|
214
246
|
)
|
|
215
247
|
|
|
@@ -240,6 +272,8 @@ def main():
|
|
|
240
272
|
deploy_acs_func(updated_config)
|
|
241
273
|
elif type(config) is test or type(config) is test_servers:
|
|
242
274
|
test_common_func(config)
|
|
275
|
+
elif type(config) is RecognizeCommand:
|
|
276
|
+
recognize_func()
|
|
243
277
|
else:
|
|
244
278
|
raise Exception(f"Unknown command line type '{type(config).__name__}'")
|
|
245
279
|
except FileNotFoundError as e:
|
|
@@ -425,7 +425,6 @@ class inspect(build):
|
|
|
425
425
|
"enforcement (defaults to the latest release of the app published on Splunkbase)."
|
|
426
426
|
),
|
|
427
427
|
)
|
|
428
|
-
stack_type: StackType = Field(description="The type of your Splunk Cloud Stack")
|
|
429
428
|
|
|
430
429
|
@field_validator("enrichments", mode="after")
|
|
431
430
|
@classmethod
|
|
@@ -496,6 +495,9 @@ class new(Config_Base):
|
|
|
496
495
|
|
|
497
496
|
class deploy_acs(inspect):
|
|
498
497
|
model_config = ConfigDict(validate_default=False, arbitrary_types_allowed=True)
|
|
498
|
+
|
|
499
|
+
stack_type: StackType = Field(description="The type of your Splunk Cloud Stack")
|
|
500
|
+
|
|
499
501
|
# ignore linter error
|
|
500
502
|
splunk_cloud_jwt_token: str = Field(
|
|
501
503
|
exclude=True,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
from
|
|
2
|
+
|
|
3
|
+
from typing import Any, Optional
|
|
4
|
+
|
|
5
|
+
from pydantic import BaseModel, Field, HttpUrl, model_serializer
|
|
6
|
+
|
|
4
7
|
from contentctl.objects.security_content_object import SecurityContentObject
|
|
5
8
|
|
|
6
9
|
|
|
@@ -20,6 +23,7 @@ class DataSource(SecurityContentObject):
|
|
|
20
23
|
field_mappings: None | list = None
|
|
21
24
|
convert_to_log_source: None | list = None
|
|
22
25
|
example_log: None | str = None
|
|
26
|
+
output_fields: list[str] = []
|
|
23
27
|
|
|
24
28
|
@model_serializer
|
|
25
29
|
def serialize_model(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_detections.j2
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_investigations.j2
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/analyticstories_stories.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/es_investigations_stories.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_baselines.j2
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_detections.j2
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/output/templates/savedsearches_investigations.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/README/essoc_summary.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/default/commands.conf
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/lookups/mitre_enrichment.csv
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/metadata/default.meta
RENAMED
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIconAlt.png
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIconAlt_2x.png
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/app_template/static/appIcon_2x.png
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/data_sources/sysmon_eventid_1.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/macros/security_content_ctime.yml
RENAMED
|
File without changes
|
{contentctl-5.0.1 → contentctl-5.0.2}/contentctl/templates/macros/security_content_summariesonly.yml
RENAMED
|
File without changes
|
|
File without changes
|