Skip to content

Commit

Permalink
Merge branch 'main' into fix_label_length
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c authored Jul 30, 2024
2 parents e081e5a + b0cb4b9 commit 9c90f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contentctl/objects/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
from contentctl.objects.config import validate
from contentctl.objects.security_content_object import SecurityContentObject


# 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.
LOOKUPS_TO_IGNORE = set(["outputlookup"])
LOOKUPS_TO_IGNORE.add("ut_shannon_lookup") #In the URL toolbox app which is recommended for ESCU
LOOKUPS_TO_IGNORE.add("identity_lookup_expanded") #Shipped with the Asset and Identity Framework
LOOKUPS_TO_IGNORE.add("cim_corporate_web_domain_lookup") #Shipped with the Asset and Identity Framework
LOOKUPS_TO_IGNORE.add("alexa_lookup_by_str") #Shipped with the Asset and Identity Framework
LOOKUPS_TO_IGNORE.add("interesting_ports_lookup") #Shipped with the Asset and Identity Framework
LOOKUPS_TO_IGNORE.add("admon_groups_def") #Shipped with the SA-admon addon

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

0 comments on commit 9c90f1d

Please sign in to comment.