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 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 ):
Original file line number Diff line number Diff line change 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 ):
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " contentctl"
3
3
4
- version = " 5.5.4 "
4
+ version = " 5.5.5 "
5
5
6
6
description = " Splunk Content Control Tool"
7
7
authors = [
" STRT <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments