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

Illumio VEN Suspend Detection Rule

Back
Id7379f752-18a2-43ca-8b74-70747dd792f8
RulenameIllumio VEN Suspend Detection Rule
DescriptionCreate Microsoft Sentinel Incident When Ven Goes Into Suspended state
SeverityHigh
TacticsDefenseEvasion
TechniquesT1562
Required data connectorsIllumioSaaSDataConnector
SyslogAma
KindScheduled
Query frequency60m
Query period60m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/IllumioSaaS/Analytic Rules/Illumio_VEN_Suspend_Query.yaml
Version1.0.6
Arm template7379f752-18a2-43ca-8b74-70747dd792f8.json
Deploy To Azure
Illumio_Auditable_Events_CL
| union IllumioSyslogAuditEvents  
| where event_type has 'agent.suspend'
| extend ipaddress = action.src_ip,
      hostname = created_by.agent.hostname
| project-away resource_changes, action, version        
queryFrequency: 60m
eventGroupingSettings:
  aggregationKind: SingleAlert
id: 7379f752-18a2-43ca-8b74-70747dd792f8
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/IllumioSaaS/Analytic Rules/Illumio_VEN_Suspend_Query.yaml
query: |
  Illumio_Auditable_Events_CL
  | union IllumioSyslogAuditEvents  
  | where event_type has 'agent.suspend'
  | extend ipaddress = action.src_ip,
        hostname = created_by.agent.hostname
  | project-away resource_changes, action, version          
queryPeriod: 60m
kind: Scheduled
status: Available
name: Illumio VEN Suspend Detection Rule
triggerThreshold: 0
relevantTechniques:
- T1562
entityMappings:
- fieldMappings:
  - identifier: HostName
    columnName: hostname
  entityType: Host
- fieldMappings:
  - identifier: Address
    columnName: ipaddress
  entityType: IP
requiredDataConnectors:
- connectorId: IllumioSaaSDataConnector
  dataTypes:
  - Illumio_Auditable_Events_CL
- connectorId: SyslogAma
  datatypes:
  - Syslog
version: 1.0.6
severity: High
alertDetailsOverride:
  alertDescriptionFormat: |
        Illumio VEN Suspended Incident for {{hostname}} generated at {{TimeGenerated}}
  alertDisplayNameFormat: |
        Illumio VEN Suspended Incident for {{hostname}}
description: |
    'Create Microsoft Sentinel Incident When Ven Goes Into Suspended state'
tactics:
- DefenseEvasion