Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

IaaS policy not attached to any identity

Back
Id57bae0c4-50b7-4552-9de9-19dfecddbace
RulenameIaaS policy not attached to any identity
DescriptionThe rule detects AWS policies that are not attached to any identities, meaning they can be deleted.
SeverityInformational
TacticsPrivilegeEscalation
Persistence
TechniquesT1098
Required data connectorsAuthomize
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Authomize/Analytic Rules/IaaS_policy_not_attached_to_any_identity.yaml
Version1.0.3
Arm template57bae0c4-50b7-4552-9de9-19dfecddbace.json
Deploy To Azure
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 "IaaS policy not attached to any identity"
| project  EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Authomize/Analytic Rules/IaaS_policy_not_attached_to_any_identity.yaml
queryPeriod: 30m
description: The rule detects AWS policies that are not attached to any identities, meaning they can be deleted.
triggerThreshold: 0
name: IaaS policy not attached to any identity
triggerOperator: gt
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: URL
kind: Scheduled
requiredDataConnectors:
- connectorId: Authomize
  dataTypes:
  - Authomize_v2_CL
customDetails:
  ReferencedURL: URL
  EventRecommendation: Recommendation
  AuthomizeEventID: EventID
  EventDescription: Description
  EventName: Policy
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionDuration: 5h
suppressionEnabled: false
queryFrequency: 30m
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: 5h
    matchingMethod: AnyAlert
    enabled: true
    groupByCustomDetails: []
    groupByEntities: []
    reopenClosedIncident: false
    groupByAlertDetails: []
tactics:
- PrivilegeEscalation
- Persistence
id: 57bae0c4-50b7-4552-9de9-19dfecddbace
status: Available
version: 1.0.3
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 "IaaS policy not attached to any identity"
  | project  EventID, Policy, Severity, Description, Recommendation, URL, Category, Tactics  
alertDetailsOverride:
  alertnameFormat: Alert from Authomize - IaaS policy not attached to any identity
  alertDescriptionFormat: IaaS policy not attached to any identity. The rule detects 'IaaS policies' attached to a role that has not used them during the past X days. It is recommended to remove unused policies from identities to reduce risk.
  alertSeverity: Severity
  alertDynamicProperties:
  - alertProperty: AlertLink
    value: URL
  alertTactics: Tactics
severity: Informational
relevantTechniques:
- T1098