File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ):
You can’t perform that action at this time.
0 commit comments