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