Armorblox_CL
| where remediation_actions_s contains "Needs Review"
| extend users_json = parse_json(users_s)
| extend Name = users_json[0].name, Email = users_json[0].email
| project-away users_json
status: Available
queryFrequency: 10m
id: 322d4765-be6b-4868-9e3f-138a4f339dd6
tactics: []
entityMappings:
- fieldMappings:
- columnName: Email
identifier: MailboxPrimaryAddress
- columnName: Name
identifier: DisplayName
entityType: Mailbox
requiredDataConnectors:
- connectorId: Armorblox
dataTypes:
- Armorblox_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Armorblox/Analytic Rules/ArmorbloxNeedsReviewAlert.yaml
alertDetailsOverride:
alertDisplayNameFormat: Alert from Armorblox
alertSeverityColumnName: priority_s
alertDescriptionFormat: 'Incident {{id_s}} generated at {{date_t}} needs review '
eventGroupingSettings:
aggregationKind: AlertPerResult
query: |
Armorblox_CL
| where remediation_actions_s contains "Needs Review"
| extend users_json = parse_json(users_s)
| extend Name = users_json[0].name, Email = users_json[0].email
| project-away users_json
description: |
'This rule generates an alert for an Armorblox incident where the remediation action is "Needs Review".'
relevantTechniques: []
customDetails:
RemediationAction: remediation_actions_s
IncidentId: id_s
triggerThreshold: 0
queryPeriod: 10m
triggerOperator: GreaterThan
name: Armorblox Needs Review Alert
severity: Medium
kind: Scheduled
version: 1.0.2