Skip to content

Commit

Permalink
fix: lookuptables base class needs to be in the pack.yml for all arti…
Browse files Browse the repository at this point in the history
…facts that leverage it (#821)

* fix: lookuptables base class needs to be in the pack.yml for all artifacts that leverage the lookuptables base class

* fix: aws pack included a greynoise importing rule

---------

Co-authored-by: calkim-panther <[email protected]>
  • Loading branch information
Ed⁦ and calkim-panther authored Jun 20, 2023
1 parent 4ba3456 commit 9b43d82
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions packs/asana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ PackDefinition:
- Asana.Workspace.Password.Requirements.Simple
- Asana.Workspace.Org.Export
# Globals used in these detections
- panther_asana_helpers
- panther_base_helpers
DisplayName: "Panther Asana Pack"
4 changes: 3 additions & 1 deletion packs/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ PackDefinition:
- Standard.AWS.VPCFlow
# Globals used in these rules/policies
- panther_base_helpers
- panther_default
- panther_event_type_helpers
- panther_greynoise_helpers
- panther_lookuptable_helpers
- panther_oss_helpers
- panther_default
3 changes: 2 additions & 1 deletion packs/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ PackDefinition:
- Cloudflare.HttpRequest.BotHighVolumeGreyNoise
# Globals used in these rules/policies
- panther_cloudflare_helpers
- global_filter_cloudflare
- panther_greynoise_helpers
- panther_lookuptable_helpers
- global_filter_cloudflare
2 changes: 1 addition & 1 deletion packs/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PackDefinition:
# Data model
- Standard.Github.Audit
# Globals
- panther_event_type_helpers
- panther_base_helpers
- panther_event_type_helpers
- panther_oss_helpers
- global_filter_github
3 changes: 2 additions & 1 deletion packs/greynoise_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PackDefinition:
IDs:
- greynoise_noise_advanced
- greynoise_riot_advanced
- panther_greynoise_helpers
- panther_base_helpers
- panther_greynoise_helpers
- panther_lookuptable_helpers
DisplayName: "GreyNoise Advanced"
3 changes: 2 additions & 1 deletion packs/greynoise_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ PackDefinition:
IDs:
- greynoise_noise_basic
- greynoise_riot_basic
- panther_greynoise_helpers
- panther_base_helpers
- panther_greynoise_helpers
- panther_lookuptable_helpers
DisplayName: "GreyNoise Basic"
1 change: 1 addition & 0 deletions packs/ipinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ PackDefinition:
- ipinfo_privacy_datalake
- panther_ipinfo_helpers
- panther_base_helpers
- panther_lookuptable_helpers
DisplayName: "IPInfo"
3 changes: 2 additions & 1 deletion packs/tor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Description: Panther managed Tor Exit Nodes lookup table
PackDefinition:
IDs:
- tor_exit_nodes
- panther_tor_helpers
- panther_base_helpers
- panther_lookuptable_helpers
- panther_tor_helpers
DisplayName: "Tor Lookup Tables"

0 comments on commit 9b43d82

Please sign in to comment.