JiraAudit
| where EventMessage =~ 'Workflow scheme copied'
| extend workflow = todynamic(AssociatedItems)[0]['name']
| project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, workflow
| extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/AtlassianJiraAudit/Analytic Rules/JiraWorkflowSchemeCopied.yaml
query: |
JiraAudit
| where EventMessage =~ 'Workflow scheme copied'
| extend workflow = todynamic(AssociatedItems)[0]['name']
| project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, workflow
| extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr
version: 1.0.0
tactics:
- Collection
triggerThreshold: 0
relevantTechniques:
- T1213
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
kind: Scheduled
queryFrequency: 1h
name: Jira - Workflow scheme copied
description: |
'Detects when workflow scheme was copied.'
queryPeriod: 1h
triggerOperator: gt
id: 398aa0ca-45a2-4f79-bc21-ee583bbb63bc
status: Available
severity: Medium
requiredDataConnectors:
- dataTypes:
- JiraAudit
connectorId: JiraAuditAPI