Skip to content

Commit

Permalink
Packs: Cloudflare & Slack (#478)
Browse files Browse the repository at this point in the history
* Tweaked the Cloudflare L7 DDoS detection to filter out blocks

* Added new packs for Cloudflare and Slack

* Removed erroneous new line

* Removed unused globals
  • Loading branch information
wey-chiang authored Aug 15, 2022
1 parent d79d703 commit 70294f9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packs/cloudflare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
AnalysisType: pack
PackID: PantherManaged.Cloudflare
DisplayName: Panther Cloudflare Pack
Description: Group of all Cloudflare detections
PackDefinition:
IDs:
- Cloudflare.Firewall.L7DDoS
- Cloudflare.Firewall.HighVolumeEventsBlocked
- Cloudflare.Firewall.HighVolumeEventsBlockedGreyNoise
- Cloudflare.Firewall.SuspiciousEventGreyNoise
- Cloudflare.HttpRequest.BotHighVolume
- Cloudflare.HttpRequest.BotHighVolumeGreyNoise
# Globals used in these rules/policies
- panther_cloudflare_helpers
- panther_greynoise_helpers
30 changes: 30 additions & 0 deletions packs/slack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
AnalysisType: pack
PackID: PantherManaged.Slack
DisplayName: Panther Slack Pack
Description: Group of all Slack detections
PackDefinition:
IDs:
- Slack.AuditLogs.AppAccessExpanded
- Slack.AuditLogs.AppAdded
- Slack.AuditLogs.AppRemoved
- Slack.AuditLogs.ApplicationDoS
- Slack.AuditLogs.DLPModified
- Slack.AuditLogs.EKMConfigChanged
- Slack.AuditLogs.EKMSlackbotUnenrolled
- Slack.AuditLogs.EKMUnenrolled
- Slack.AuditLogs.IDPConfigurationChanged
- Slack.AuditLogs.InformationBarrierModified
- Slack.AuditLogs.IntuneMDMDisabled
- Slack.AuditLogs.LegalHoldPolicyModified
- Slack.AuditLogs.MFASettingsChanged
- Slack.AuditLogs.OrgCreated
- Slack.AuditLogs.OrgDeleted
- Slack.AuditLogs.PassthroughAnomaly
- Slack.AuditLogs.PotentiallyMaliciousFileShared
- Slack.AuditLogs.PrivateChannelMadePublic
- Slack.AuditLogs.ServiceOwnerTransferred
- Slack.AuditLogs.SSOSettingsChanged
- Slack.AuditLogs.UserPrivilegeEscalation
# Globals used in these rules/policies
- panther_base_helpers
- panther_oss_helpers

0 comments on commit 70294f9

Please sign in to comment.