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

Jira - Workflow scheme copied

Back
Id398aa0ca-45a2-4f79-bc21-ee583bbb63bc
RulenameJira - Workflow scheme copied
DescriptionDetects when workflow scheme was copied.
SeverityMedium
TacticsCollection
TechniquesT1213
Required data connectorsJiraAuditAPI
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/AtlassianJiraAudit/Analytic Rules/JiraWorkflowSchemeCopied.yaml
Version1.0.0
Arm template398aa0ca-45a2-4f79-bc21-ee583bbb63bc.json
Deploy To Azure
JiraAudit
| where EventMessage =~ 'Workflow scheme copied'
| extend workflow = todynamic(AssociatedItems)[0]['name']
| project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, workflow
| extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr
triggerThreshold: 0
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
requiredDataConnectors:
- dataTypes:
  - JiraAudit
  connectorId: JiraAuditAPI
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/AtlassianJiraAudit/Analytic Rules/JiraWorkflowSchemeCopied.yaml
name: Jira - Workflow scheme copied
relevantTechniques:
- T1213
status: Available
version: 1.0.0
queryPeriod: 1h
kind: Scheduled
id: 398aa0ca-45a2-4f79-bc21-ee583bbb63bc
query: |
  JiraAudit
  | where EventMessage =~ 'Workflow scheme copied'
  | extend workflow = todynamic(AssociatedItems)[0]['name']
  | project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, workflow
  | extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr  
description: |
    'Detects when workflow scheme was copied.'
queryFrequency: 1h
severity: Medium
triggerOperator: gt
tactics:
- Collection