|
| 1 | +AnalysisType: rule |
| 2 | +RuleID: "Netskope.AdminUserChange" |
| 3 | +DisplayName: "An administrator account was created, deleted, or modified." |
| 4 | +AlertTitle: "User [{user}] performed [{audit_log_event}]" |
| 5 | +Detection: |
| 6 | + - All: |
| 7 | + - KeyPath: audit_log_event |
| 8 | + Condition: IsIn |
| 9 | + Values: |
| 10 | + - Created new admin |
| 11 | + - Added SSO Admin |
| 12 | + - Edited SSO Admin Record |
| 13 | + - Created new support admin |
| 14 | + - Edit admin record |
| 15 | + - Deleted admin |
| 16 | + - Enabled admin |
| 17 | + - Disabled admin |
| 18 | + - Unlocked admin |
| 19 | + - Updated admin settings |
| 20 | + - Deleted Netskope SSO admin |
| 21 | +Enabled: true |
| 22 | +LogTypes: |
| 23 | + - Netskope.Audit |
| 24 | +Tags: |
| 25 | + - Netskope |
| 26 | + - Account Manipulation |
| 27 | +Reports: |
| 28 | + MITRE ATT&CK: |
| 29 | + - TA0004:T1098 |
| 30 | +Severity: High |
| 31 | +DynamicSeverities: |
| 32 | + - ChangeTo: Critical |
| 33 | + Conditions: |
| 34 | + - KeyPath: audit_log_event |
| 35 | + Condition: Contains |
| 36 | + Values: |
| 37 | + - Create |
| 38 | + - Add |
| 39 | + - Delete |
| 40 | +Description: An administrator account was created, deleted, or modified. |
| 41 | +DedupPeriodMinutes: 60 |
| 42 | +Threshold: 1 |
| 43 | +Runbook: An administrator account was created, deleted, or modified. Validate that this activity is expected and authorized. |
| 44 | +Tests: |
| 45 | + - Name: True positive |
| 46 | + ExpectedResult: true |
| 47 | + Log: |
| 48 | + { |
| 49 | + "_id": "e5ca619b059fccdd0cfd9398", |
| 50 | + "_insertion_epoch_timestamp": 1702308331, |
| 51 | + "audit_log_event": "Created new admin", |
| 52 | + "count": 1, |
| 53 | + "is_netskope_personnel": true, |
| 54 | + "organization_unit": "", |
| 55 | + "severity_level": 2, |
| 56 | + "supporting_data": { |
| 57 | + "data_type": "user", |
| 58 | + "data_values": [ |
| 59 | + "11.22.33.44", |
| 60 | + |
| 61 | + ] |
| 62 | + }, |
| 63 | + "timestamp": "2023-12-11 15:25:31.000000000", |
| 64 | + "type": "admin_audit_logs", |
| 65 | + "ur_normalized": "[email protected]", |
| 66 | + |
| 67 | + } |
| 68 | + - Name: True negative |
| 69 | + ExpectedResult: false |
| 70 | + Log: |
| 71 | + { |
| 72 | + "_id": "1e589befa3da30132362f32a", |
| 73 | + "_insertion_epoch_timestamp": 1702318213, |
| 74 | + "audit_log_event": "Rest API V2 Call", |
| 75 | + "count": 1, |
| 76 | + "is_netskope_personnel": false, |
| 77 | + "organization_unit": "", |
| 78 | + "severity_level": 2, |
| 79 | + "supporting_data": { |
| 80 | + "data_type": "incidents", |
| 81 | + "data_values": [ |
| 82 | + 200, |
| 83 | + "POST", |
| 84 | + "/api/v2/incidents/uba/getuci", |
| 85 | + "trid=ccb898fgrhvdd0v0lebg" |
| 86 | + ] |
| 87 | + }, |
| 88 | + "timestamp": "2023-12-11 18:10:13.000000000", |
| 89 | + "type": "admin_audit_logs", |
| 90 | + "ur_normalized": "service-account", |
| 91 | + "user": "service-account" |
| 92 | + } |
| 93 | + |
0 commit comments