contentctl 5.5.4__tar.gz → 5.5.6__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.5.4 → contentctl-5.5.6}/PKG-INFO +2 -2
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/lookup.py +7 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/macro.py +1 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/attack_nav_output.py +1 -1
- {contentctl-5.5.4 → contentctl-5.5.6}/pyproject.toml +6 -2
- {contentctl-5.5.4 → contentctl-5.5.6}/LICENSE.md +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/README.md +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/__init__.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/build.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/deploy_acs.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/DetectionTestingManager.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/GitService.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/generate_detection_coverage_badge.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureServer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/progress_bar.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/views/DetectionTestingView.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/views/DetectionTestingViewCLI.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/views/DetectionTestingViewFile.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/detection_testing/views/DetectionTestingViewWeb.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/doc_gen.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/initialize.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/inspect.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/new_content.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/release_notes.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/reporting.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/test.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/actions/validate.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/api.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/contentctl.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/enrichments/attack_enrichment.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/enrichments/cve_enrichment.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/enrichments/splunk_app_enrichment.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/helper/link_validator.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/helper/logger.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/helper/splunk_app.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/helper/utils.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/input/director.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/input/new_content_questions.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/input/yml_reader.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/abstract_security_content_objects/detection_abstract.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/abstract_security_content_objects/security_content_object_abstract.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/alert_action.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/annotated_types.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/atomic.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/base_security_event.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/base_test.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/base_test_result.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/baseline.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/baseline_tags.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/config.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/constants.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/content_versioning_service.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/correlation_search.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/dashboard.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/data_source.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_email.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_notable.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_phantom.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_rba.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_scheduling.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/deployment_slack.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/detection.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/detection_metadata.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/detection_stanza.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/detection_tags.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/drilldown.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/enums.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/errors.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/integration_test.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/integration_test_result.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/investigation.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/investigation_tags.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/manual_test.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/manual_test_result.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/mitre_attack_enrichment.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/notable_action.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/notable_event.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/playbook.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/playbook_tags.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/rba.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/removed_security_content_object.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/risk_analysis_action.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/risk_event.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/risk_object.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/savedsearches_conf.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/security_content_object.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/story.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/story_tags.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/test_attack_data.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/test_group.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/threat_object.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/throttling.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/unit_test.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/unit_test_baseline.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/objects/unit_test_result.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/api_json_output.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/attack_nav_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/conf_output.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/conf_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/doc_md_output.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/jinja_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/json_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/runtime_csv_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/svg_output.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/analyticstories_detections.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/analyticstories_investigations.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/analyticstories_stories.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/app.conf.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/app.manifest.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/collections.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/content-version.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/detection_count.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/detection_coverage.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_detection_page.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_detections.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_navigation.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_navigation_pages.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_playbooks.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_playbooks_page.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_stories.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/doc_story_page.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/es_investigations_investigations.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/es_investigations_stories.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/header.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/macros.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/panel.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/savedsearches_baselines.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/savedsearches_detections.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/savedsearches_investigations.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/server.conf.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/transforms.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/workflow_actions.j2 +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/yml_writer.py +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/README.md +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_default.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/README/essoc_story_detail.txt +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/README/essoc_summary.txt +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/README/essoc_usage_dashboard.txt +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/README.md +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/analytic_stories.conf +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/commands.conf +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/data/ui/nav/default.xml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/data/ui/views/escu_summary.xml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/data/ui/views/feedback.xml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/default/use_case_library.conf +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/lookups/mitre_enrichment.csv +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/metadata/default.meta +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIcon.png +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIconAlt.png +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIconAlt_2x.png +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIcon_2x.png +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/data_sources/sysmon_eventid_1.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/datamodels_cim.conf +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/datamodels_custom.conf +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/deployments/escu_default_configuration_anomaly.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/deployments/escu_default_configuration_baseline.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/deployments/escu_default_configuration_correlation.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/deployments/escu_default_configuration_hunting.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/deployments/escu_default_configuration_ttp.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/detections/application/.gitkeep +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/detections/cloud/.gitkeep +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/detections/endpoint/anomalous_usage_of_7zip.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/detections/network/.gitkeep +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/detections/web/.gitkeep +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/macros/security_content_ctime.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/macros/security_content_summariesonly.yml +0 -0
- {contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/stories/cobalt_strike.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: contentctl
|
|
3
|
-
Version: 5.5.
|
|
3
|
+
Version: 5.5.6
|
|
4
4
|
Summary: Splunk Content Control Tool
|
|
5
5
|
License: Apache 2.0
|
|
6
6
|
Author: STRT
|
|
@@ -27,7 +27,7 @@ Requires-Dist: semantic-version (>=2.10.0,<3.0.0)
|
|
|
27
27
|
Requires-Dist: setuptools (>=69.5.1,<81.0.0)
|
|
28
28
|
Requires-Dist: splunk-sdk (>=2.0.2,<3.0.0)
|
|
29
29
|
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
|
|
30
|
-
Requires-Dist: tyro (>=0.9.2,<0.
|
|
30
|
+
Requires-Dist: tyro (>=0.9.2,<0.9.23)
|
|
31
31
|
Requires-Dist: xmltodict (>=0.13,<0.15)
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
33
|
|
|
@@ -65,6 +65,13 @@ LOOKUPS_TO_IGNORE.add(
|
|
|
65
65
|
# Special case for the Detection "Exploit Public Facing Application via Apache Commons Text"
|
|
66
66
|
LOOKUPS_TO_IGNORE.add("=")
|
|
67
67
|
LOOKUPS_TO_IGNORE.add("other_lookups")
|
|
68
|
+
LOOKUPS_TO_IGNORE.add(
|
|
69
|
+
"asn_lookup_by_cidr"
|
|
70
|
+
) # Provided by SA-ThreatIntelligence, part of Enterprise Security
|
|
71
|
+
|
|
72
|
+
LOOKUPS_TO_IGNORE.add(
|
|
73
|
+
"mitre_attack_lookup"
|
|
74
|
+
) # KVStore provided by SA-ThreatIntelligence, part of Enterprise Security
|
|
68
75
|
|
|
69
76
|
|
|
70
77
|
class Lookup_Type(StrEnum):
|
|
@@ -26,6 +26,7 @@ MACROS_TO_IGNORE.add(
|
|
|
26
26
|
) # SA-ThreatIntelligence, part of Enterprise Security
|
|
27
27
|
MACROS_TO_IGNORE.add("cim_corporate_web_domain_search") # Part of CIM/Splunk_SA_CIM
|
|
28
28
|
# MACROS_TO_IGNORE.add("prohibited_processes")
|
|
29
|
+
MACROS_TO_IGNORE.add("globedistance") # Part of SA-Utils, part of Enterprise Security
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
class Macro(SecurityContentObject):
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "contentctl"
|
|
3
3
|
|
|
4
|
-
version = "5.5.
|
|
4
|
+
version = "5.5.6"
|
|
5
5
|
|
|
6
6
|
description = "Splunk Content Control Tool"
|
|
7
7
|
authors = ["STRT <research@splunk.com>"]
|
|
@@ -28,7 +28,11 @@ semantic-version = "^2.10.0"
|
|
|
28
28
|
bottle = ">=0.12.25,<0.14.0"
|
|
29
29
|
tqdm = "^4.66.5"
|
|
30
30
|
pygit2 = "^1.15.1"
|
|
31
|
-
tyro
|
|
31
|
+
#We are pinned to this version of tyro because 0.9.23 and above
|
|
32
|
+
#have an issue when parsing an extremely large number of files
|
|
33
|
+
#(in our testing great than 130) when using the mode:selected
|
|
34
|
+
#--mode.files command.
|
|
35
|
+
tyro = "^0.9.2,<0.9.23"
|
|
32
36
|
gitpython = "^3.1.43"
|
|
33
37
|
setuptools = ">=69.5.1,<81.0.0"
|
|
34
38
|
rich = "^14.0.0"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/analyticstories_detections.j2
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/analyticstories_investigations.j2
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/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.5.4 → contentctl-5.5.6}/contentctl/output/templates/es_investigations_stories.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/savedsearches_baselines.j2
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/output/templates/savedsearches_detections.j2
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/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.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/README/essoc_summary.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/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.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/lookups/mitre_enrichment.csv
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/metadata/default.meta
RENAMED
|
File without changes
|
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIconAlt.png
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIconAlt_2x.png
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/app_template/static/appIcon_2x.png
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/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.5.4 → contentctl-5.5.6}/contentctl/templates/macros/security_content_ctime.yml
RENAMED
|
File without changes
|
{contentctl-5.5.4 → contentctl-5.5.6}/contentctl/templates/macros/security_content_summariesonly.yml
RENAMED
|
File without changes
|
|
File without changes
|