Skip to content

Commit 400c3ed

Browse files
committed
adding comments and new exclusion
1 parent 016f616 commit 400c3ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contentctl/objects/lookup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
from contentctl.objects.config import validate
99
from contentctl.objects.security_content_object import SecurityContentObject
1010

11-
11+
# This section is used to ignore lookups that are NOT shipped with ESCU app but are used in the detections. Adding exclusions here will so that contentctl builds will not fail.
1212
LOOKUPS_TO_IGNORE = set(["outputlookup"])
1313
LOOKUPS_TO_IGNORE.add("ut_shannon_lookup") #In the URL toolbox app which is recommended for ESCU
1414
LOOKUPS_TO_IGNORE.add("identity_lookup_expanded") #Shipped with the Asset and Identity Framework
1515
LOOKUPS_TO_IGNORE.add("cim_corporate_web_domain_lookup") #Shipped with the Asset and Identity Framework
1616
LOOKUPS_TO_IGNORE.add("alexa_lookup_by_str") #Shipped with the Asset and Identity Framework
1717
LOOKUPS_TO_IGNORE.add("interesting_ports_lookup") #Shipped with the Asset and Identity Framework
18+
LOOKUPS_TO_IGNORE.add("admon_groups_def") #Shipped with the SA-admon addon
1819

1920
#Special case for the Detection "Exploit Public Facing Application via Apache Commons Text"
2021
LOOKUPS_TO_IGNORE.add("=")

0 commit comments

Comments
 (0)