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

Jira - Project roles changed

Back
Idfb6a8001-fe87-4177-a8f3-df2302215c4f
RulenameJira - Project roles changed
DescriptionDetects when project roles were changed.
SeverityMedium
TacticsImpact
TechniquesT1531
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/JiraProjectRolesChanged.yaml
Version1.0.0
Arm templatefb6a8001-fe87-4177-a8f3-df2302215c4f.json
Deploy To Azure
JiraAudit
| where EventMessage =~ 'Project roles changed'
| project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, AssociatedItems
| extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr
queryPeriod: 1h
description: |
    'Detects when project roles were changed.'
kind: Scheduled
query: |
  JiraAudit
  | where EventMessage =~ 'Project roles changed'
  | project EventCreationTime, ObjectItemName, UserName, SrcIpAddr, AssociatedItems
  | extend AccountCustomEntity = UserName, IPCustomEntity = SrcIpAddr  
tactics:
- Impact
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/AtlassianJiraAudit/Analytic Rules/JiraProjectRolesChanged.yaml
id: fb6a8001-fe87-4177-a8f3-df2302215c4f
version: 1.0.0
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
triggerThreshold: 0
status: Available
relevantTechniques:
- T1531
name: Jira - Project roles changed
severity: Medium
requiredDataConnectors:
- dataTypes:
  - JiraAudit
  connectorId: JiraAuditAPI
queryFrequency: 1h