Skip to content

Commit

Permalink
Add references to rules (netskope_rules) (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlovets098 authored Dec 12, 2023
1 parent 5c73412 commit 21ec5cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions rules/netskope_rules/netskope_admin_logged_out.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Description: An admin was logged out because of successive login failures.
DedupPeriodMinutes: 60
Threshold: 1
Runbook: An admin was logged out because of successive login failures. This could indicate brute force activity against this account.
Reference: https://docs.netskope.com/en/netskope-help/admin-console/administration/audit-log/
Tests:
- Name: True positive
ExpectedResult: true
Expand Down
1 change: 1 addition & 0 deletions rules/netskope_rules/netskope_admin_user_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Tags:
Reports:
MITRE ATT&CK:
- TA0004:T1098
Reference: https://docs.netskope.com/en/netskope-help/admin-console/administration/managing-administrators/
Severity: High
DynamicSeverities:
- ChangeTo: Critical
Expand Down
1 change: 1 addition & 0 deletions rules/netskope_rules/netskope_many_deletes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Description: A user deleted a large number of objects in a short period of time.
DedupPeriodMinutes: 60
Threshold: 10
Runbook: A user deleted a large number of objects in a short period of time. Validate that this activity is expected and authorized.
Reference: https://docs.netskope.com/en/netskope-help/admin-console/administration/audit-log/
Tests:
- Name: True positive
ExpectedResult: true
Expand Down
1 change: 1 addition & 0 deletions rules/netskope_rules/netskope_personnel_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Description: An action was performed by Netskope personnel.
DedupPeriodMinutes: 60
Threshold: 1
Runbook: Action taken by Netskope Personnel. Validate that this action was authorized.
Reference: https://docs.netskope.com/en/netskope-help/admin-console/administration/audit-log/#filters-1
Tests:
- Name: True positive
ExpectedResult: true
Expand Down
1 change: 1 addition & 0 deletions rules/netskope_rules/netskope_unauthorized_api_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Description: Many unauthorized API calls were observed for a user in a short per
DedupPeriodMinutes: 60
Threshold: 10
Runbook: An account is making many unauthorized API calls. This could indicate brute force activity, or expired service account credentials.
Reference: https://docs.netskope.com/en/netskope-help/data-security/netskope-private-access/private-access-rest-apis/
Tests:
- Name: True positive
ExpectedResult: true
Expand Down

0 comments on commit 21ec5cc

Please sign in to comment.