CybleVision Alerts Mobile Apps
| Id | 6d55fefc-b334-4b79-b11c-667746b5bdde |
| Rulename | CybleVision Alerts Mobile Apps |
| Description | Detects suspicious, unauthorized or impersonating mobile applications from 3rd-party marketplaces using CybleVision data. Extracts metadata, screenshots, developer, package name, and detailed app attributes. |
| Severity | Low |
| Tactics | Reconnaissance ResourceDevelopment InitialAccess |
| Techniques | T1595 T1608 T1195 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Mobile_Apps.yaml |
| Version | 1.0.0 |
| Arm template | 6d55fefc-b334-4b79-b11c-667746b5bdde.json |
Alerts_mobile_apps
| where Service == "mobile_apps"
| extend MappedSeverity = Severity
name: CybleVision Alerts Mobile Apps
alertDetailsOverride:
alertDynamicProperties: []
alertDisplayNameFormat: CybleVision Suspicious Mobile App {{MA_Title}}
alertDescriptionFormat: |
A potentially suspicious mobile application was detected. Developer {{MA_Developer}} Market {{MA_MarketSource}} Deep Link {{MA_DeepLink}}\n
query: |
Alerts_mobile_apps
| where Service == "mobile_apps"
| extend MappedSeverity = Severity
id: 6d55fefc-b334-4b79-b11c-667746b5bdde
enabled: true
entityMappings:
- fieldMappings:
- columnName: MA_DeepLink
identifier: Url
entityType: URL
- fieldMappings:
- columnName: Domain
identifier: DomainName
entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5H
description: |
'Detects suspicious, unauthorized or impersonating mobile applications from 3rd-party marketplaces using CybleVision data. Extracts metadata, screenshots, developer, package name, and detailed app attributes.'
kind: Scheduled
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Mobile_Apps.yaml
severity: Low
incidentConfiguration:
createIncident: true
groupingConfiguration:
lookbackDuration: PT5H
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
subTechniques: []
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
status: Available
customDetails:
MarketUpdated: MA_MarketUpdated
Downloads: MA_Downloads
MappedSeverity: Severity
MarketSource: MA_MarketSource
AppName: AppName
AppEmail: MA_Email
PackageName: MA_PackageName
IconURL: MA_MarketURL
Description: MA_Description
Developer: MA_Developer
Version: MA_Version
AlertID: AlertID
Service: Service
MarketStatus: MA_MarketStatus
Tags: MA_Tags
CreatedOn: MA_Created
MarketURL: MA_MarketURL
Status: Status
Website: MA_Website
Screenshots: MA_Screenshots
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques:
- T1595
- T1608
- T1195
tactics:
- Reconnaissance
- ResourceDevelopment
- InitialAccess