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