New Sonrai Ticket
| Id | bcc3362d-b6f9-4de0-b41c-707fafd5a416 |
| Rulename | New Sonrai Ticket |
| Description | Checks for new Sonrai tickets. It uses the action type to check if a ticket has been created |
| Severity | Medium |
| Tactics | Collection CommandAndControl CredentialAccess DefenseEvasion Discovery Execution Exfiltration Impact InitialAccess LateralMovement Persistence PrivilegeEscalation |
| Techniques | T1566 T1059 T1547 T1548 T1562 T1003 T1087 T1021 T1119 T1071 T1041 T1499 |
| Required data connectors | SonraiDataConnector |
| Kind | Scheduled |
| Query frequency | 5m |
| Query period | 5m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SonraiSecurity/Analytic Rules/SonraiNewTicket.yaml |
| Version | 1.0.2 |
| Arm template | bcc3362d-b6f9-4de0-b41c-707fafd5a416.json |
Sonrai_Tickets_CL
| where action_d == 1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SonraiSecurity/Analytic Rules/SonraiNewTicket.yaml
eventGroupingSettings:
aggregationKind: AlertPerResult
queryPeriod: 5m
version: 1.0.2
entityMappings:
- fieldMappings:
- identifier: Name
columnName: digest_criticalResourceName_s
entityType: CloudApplication
alertDetailsOverride:
alertSeverityColumnName: digest_severityCategory_s
alertDescriptionFormat: digest_ticketKeyDescription_s
alertDisplayNameFormat: New - {{digest_ticketSrn_s}} - {{digest_ticketKeyName_s}}
relevantTechniques:
- T1566
- T1059
- T1547
- T1548
- T1562
- T1003
- T1087
- T1021
- T1119
- T1071
- T1041
- T1499
customDetails:
ticketOrg: digest_org_s
resourceType: digest_resourceType_s
criticalResource: digest_criticalResourceName_s
ticketStatus: digest_status_s
resourceLabel: digest_resourceLabel_s
ticketName: digest_title_s
queryFrequency: 5m
triggerOperator: gt
kind: Scheduled
query: |
Sonrai_Tickets_CL
| where action_d == 1
id: bcc3362d-b6f9-4de0-b41c-707fafd5a416
tactics:
- Collection
- CommandAndControl
- CredentialAccess
- DefenseEvasion
- Discovery
- Execution
- Exfiltration
- Impact
- InitialAccess
- LateralMovement
- Persistence
- PrivilegeEscalation
status: Available
requiredDataConnectors:
- connectorId: SonraiDataConnector
dataTypes:
- Sonrai_Tickets_CL
triggerThreshold: 0
name: New Sonrai Ticket
severity: Medium
description: |
'Checks for new Sonrai tickets.
It uses the action type to check if a ticket has been created'