File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 6565# Special case for the Detection "Exploit Public Facing Application via Apache Commons Text"
6666LOOKUPS_TO_IGNORE .add ("=" )
6767LOOKUPS_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
6875
6976
7077class Lookup_Type (StrEnum ):
Original file line number Diff line number Diff line change 2626) # SA-ThreatIntelligence, part of Enterprise Security
2727MACROS_TO_IGNORE .add ("cim_corporate_web_domain_search" ) # Part of CIM/Splunk_SA_CIM
2828# MACROS_TO_IGNORE.add("prohibited_processes")
29+ MACROS_TO_IGNORE .add ("globedistance" ) # Part of SA-Utils, part of Enterprise Security
2930
3031
3132class Macro (SecurityContentObject ):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " contentctl"
33
4- version = " 5.5.4 "
4+ version = " 5.5.5 "
55
66description = " Splunk Content Control Tool"
77authors = [" STRT <research@splunk.com>" ]
You can’t perform that action at this time.
0 commit comments