Skip to content

Commit

Permalink
feat: Crowdstrike pack (#540)
Browse files Browse the repository at this point in the history
* feat: a pack for crowdstrike

* chore: we now require panther_analysis_tool of at least 0.16.1
  • Loading branch information
Ed⁦ authored Oct 25, 2022
1 parent 14f0b28 commit 6c9dfe7
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click = "~=8.1"
decorator = "~=5.1"
isort = "~=5.10.0"
mypy = "~=0.950"
panther-analysis-tool = "*"
panther-analysis-tool = "~=0.16.1"
pylint = "~=2.15.0"
pylint-print = "~=1.0.0"

Expand Down
125 changes: 68 additions & 57 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packs/crowdstrike.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AnalysisType: pack
PackID: PantherManaged.Crowdstrike
Description: Group of all Crowdstrike detections
PackDefinition:
IDs:
- Crowdstrike.Detection.passthrough
- Crowdstrike.DNS.Request
# Standard.MaliciousSSODNSLookup requires configuration and is disabled-by-default
- Standard.MaliciousSSODNSLookup
# Globals used in these detections
- panther_base_helpers
DisplayName: Panther Crowdstrike Pack

0 comments on commit 6c9dfe7

Please sign in to comment.