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

Third party integrated apps

Back
IdBFA7EE22-B5A9-42C8-BD50-2E95885640BB
RulenameThird party integrated apps
DescriptionThis query searches for your services by regulating the access of third-party integrated apps.

Only allow access to necessary apps that support robust security controls.

Third-party applications are not created by Microsoft, so there is a possibility they could be used for malicious purposes like exfiltrating data from your tenancy.

Attackers can maintain persistent access to your services through these integrated apps, without relying on compromised accounts.
SeverityHigh
TacticsExfiltration
TechniquesT1020
Required data connectorsSenservaPro
KindScheduled
Query frequency6h
Query period6h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/ThirdPartyIntegratedApps.yaml
Version1.0.1
Arm templateBFA7EE22-B5A9-42C8-BD50-2E95885640BB.json
Deploy To Azure
SenservaPro_CL
| where ControlName_s == 'AzureSecureScoreIntegratedApps'
name: Third party integrated apps
relevantTechniques:
- T1020
id: BFA7EE22-B5A9-42C8-BD50-2E95885640BB
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SenservaPro/Analytic Rules/ThirdPartyIntegratedApps.yaml
requiredDataConnectors:
- dataTypes:
  - SenservaPro_CL
  connectorId: SenservaPro
version: 1.0.1
severity: High
triggerThreshold: 0
queryPeriod: 6h
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: ControlName_s
  - identifier: AadTenantId
    columnName: TenantId
  - identifier: DisplayName
    columnName: TenantDisplayName_s
  entityType: Account
- fieldMappings:
  - identifier: DistinguishedName
    columnName: Group_s
  entityType: SecurityGroup
- fieldMappings:
  - identifier: ResourceId
    columnName: SourceSystem
  entityType: AzureResource
queryFrequency: 6h
status: Available
query: |
  SenservaPro_CL
  | where ControlName_s == 'AzureSecureScoreIntegratedApps'  
tactics:
- Exfiltration
kind: Scheduled
description: |
  'This query searches for your services by regulating the access of third-party integrated apps. 
   Only allow access to necessary apps that support robust security controls. 
   Third-party applications are not created by Microsoft, so there is a possibility they could be used for malicious purposes like exfiltrating data from your tenancy.
   Attackers can maintain persistent access to your services through these integrated apps, without relying on compromised accounts.'  
triggerOperator: gt