-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
d79d703
commit 70294f9
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |