Skip to content

Commit

Permalink
Push logtype update (#1240)
Browse files Browse the repository at this point in the history
* created pack and updated event.deep_get

* update logtype
  • Loading branch information
arielkr256 authored May 21, 2024
1 parent 1252a70 commit 63db6ce
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.App.Banner.Acknowledged"
DisplayName: "Push Security App Banner Acknowledged"
Enabled: true
LogTypes:
- Custom.PushSecurity.Activity
- PushSecurity.Activity
Severity: Low
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.MFA.Method.Changed"
DisplayName: "Push Security SaaS App MFA Method Changed"
Enabled: true
LogTypes:
- Custom.PushSecurity.Entities
- PushSecurity.Entities
Severity: Info
Description: MFA method on SaaS app changed
DedupPeriodMinutes: 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.New.App.Detected"
DisplayName: "Push Security New App Detected"
Enabled: true
LogTypes:
- Custom.PushSecurity.Entities
- PushSecurity.Entities
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.New.SaaS.Account.Created"
DisplayName: "Push Security New SaaS Account Created"
Enabled: true
LogTypes:
- Custom.PushSecurity.Entities
- PushSecurity.Entities
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.Open.Security.Finding"
DisplayName: "Push Security Open Security Finding"
Enabled: true
LogTypes:
- Custom.PushSecurity.Entities
- PushSecurity.Entities
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.Phishable.MFA.Method"
DisplayName: "Push Security Phishable MFA Method"
Enabled: true
LogTypes:
- Custom.PushSecurity.Entities
- PushSecurity.Entities
Severity: Info
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RuleID: "Push.Security.Phishing.Attack"
DisplayName: "Push Security Phishing Attack"
Enabled: true
LogTypes:
- Custom.PushSecurity.AttackDetection
- PushSecurity.AttackDetection
Severity: High
DedupPeriodMinutes: 60
Threshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Enabled: false
Tags:
- Configuration Required
LogTypes:
- Custom.PushSecurity.Activity
- PushSecurity.Activity
Severity: High
Description: Login to application with unauthorized identity provider which could indicate a SAMLjacking attack.
Reference: https://github.com/pushsecurity/saas-attacks/blob/main/techniques/samljacking/description.md
Expand Down

0 comments on commit 63db6ce

Please sign in to comment.