Admin SaaS account detected
| Id | 87419138-d75f-450d-aca4-1dc802e32540 |
| Rulename | Admin SaaS account detected |
| Description | The rule detects internal admins accounts, it’s recommended to review any new administrative permission. |
| Severity | Low |
| Tactics | InitialAccess PrivilegeEscalation |
| Techniques | T1078 T1078 |
| Required data connectors | Authomize |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Authomize/Analytic Rules/Admin_SaaS_account_detected.yaml |
| Version | 1.0.2 |
| Arm template | 87419138-d75f-450d-aca4-1dc802e32540.json |
Authomize_v2_CL
| where ingestion_time() >= ago(30m)
| extend EventID = id_s, Policy = policy_name_s, Severity = severity_s,Description = description_s,Recommendation = recommendation_s,URL = url_s,Tactics = tactics_s
| where Policy has "Admin SaaS account detected"
| project EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics
query: |-
Authomize_v2_CL
| where ingestion_time() >= ago(30m)
| extend EventID = id_s, Policy = policy_name_s, Severity = severity_s,Description = description_s,Recommendation = recommendation_s,URL = url_s,Tactics = tactics_s
| where Policy has "Admin SaaS account detected"
| project EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics
suppressionEnabled: false
requiredDataConnectors:
- dataTypes:
- Authomize_v2_CL
connectorId: Authomize
kind: Scheduled
id: 87419138-d75f-450d-aca4-1dc802e32540
triggerOperator: gt
severity: Low
queryPeriod: 30m
eventGroupingSettings:
aggregationKind: SingleAlert
customDetails:
AuthomizeEventID: EventID
EventName: Policy
EventDescription: Description
EventRecommendation: Recommendation
ReferencedURL: URL
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Authomize/Analytic Rules/Admin_SaaS_account_detected.yaml
description: The rule detects internal admins accounts, it's recommended to review any new administrative permission.
suppressionDuration: 5h
tactics:
- InitialAccess
- PrivilegeEscalation
alertDetailsOverride:
alertnameFormat: Alert from Authomize - Admin SaaS account detected
alertDynamicProperties:
- alertProperty: AlertLink
value: URL
alertDescriptionFormat: Admin SaaS account detected. The policy detects internal admins accounts, it's recommended to review any new administrative permission.
alertTactics: Tactics
alertSeverity: Severity
version: 1.0.2
triggerThreshold: 0
incidentConfiguration:
createIncident: true
groupingConfiguration:
groupByCustomDetails: []
reopenClosedIncident: false
matchingMethod: AnyAlert
lookbackDuration: 5h
enabled: true
groupByAlertDetails: []
groupByEntities: []
entityMappings:
- entityType: URL
fieldMappings:
- identifier: Url
columnName: URL
name: Admin SaaS account detected
queryFrequency: 30m
relevantTechniques:
- T1078
- T1078