Back
Id6d55fefc-b334-4b79-b11c-667746b5bdde
RulenameCybleVision Alerts Mobile Apps
DescriptionDetects suspicious, unauthorized or impersonating mobile applications from 3rd-party marketplaces using CybleVision data. Extracts metadata, screenshots, developer, package name, and detailed app attributes.
SeverityLow
TacticsReconnaissance
ResourceDevelopment
InitialAccess
TechniquesT1595
T1608
T1195
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Mobile_Apps.yaml
Version1.0.0
Arm template6d55fefc-b334-4b79-b11c-667746b5bdde.json
Deploy To Azure
Alerts_mobile_apps 
| where Service == "mobile_apps" 
| extend MappedSeverity = Severity
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: MA_DeepLink
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: Domain
name: CybleVision Alerts Mobile Apps
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Mobile_Apps.yaml
triggerOperator: GreaterThan
status: Available
customDetails:
  AppEmail: MA_Email
  Description: MA_Description
  MarketStatus: MA_MarketStatus
  MappedSeverity: Severity
  Service: Service
  MarketSource: MA_MarketSource
  MarketURL: MA_MarketURL
  Website: MA_Website
  IconURL: MA_MarketURL
  Downloads: MA_Downloads
  Screenshots: MA_Screenshots
  MarketUpdated: MA_MarketUpdated
  AlertID: AlertID
  Developer: MA_Developer
  CreatedOn: MA_Created
  Tags: MA_Tags
  AppName: AppName
  Status: Status
  Version: MA_Version
  PackageName: MA_PackageName
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
subTechniques: []
suppressionDuration: PT5H
queryPeriod: 30m
enabled: true
tactics:
- Reconnaissance
- ResourceDevelopment
- InitialAccess
query: |
  Alerts_mobile_apps 
  | where Service == "mobile_apps" 
  | extend MappedSeverity = Severity
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
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: PT5H
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
  createIncident: true
id: 6d55fefc-b334-4b79-b11c-667746b5bdde
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
queryFrequency: 30m
alertDetailsOverride:
  alertDescriptionFormat: |
    A potentially suspicious mobile application was detected. Developer {{MA_Developer}} Market {{MA_MarketSource}} Deep Link {{MA_DeepLink}}\n
  alertDynamicProperties: []
  alertDisplayNameFormat: CybleVision Suspicious Mobile App {{MA_Title}}
version: 1.0.0
relevantTechniques:
- T1595
- T1608
- T1195
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2024-01-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/6d55fefc-b334-4b79-b11c-667746b5bdde')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6d55fefc-b334-4b79-b11c-667746b5bdde')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "A potentially suspicious mobile application was detected. Developer {{MA_Developer}} Market {{MA_MarketSource}} Deep Link {{MA_DeepLink}}\\n\n",
          "alertDisplayNameFormat": "CybleVision Suspicious Mobile App {{MA_Title}}",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "6d55fefc-b334-4b79-b11c-667746b5bdde",
        "customDetails": {
          "AlertID": "AlertID",
          "AppEmail": "MA_Email",
          "AppName": "AppName",
          "CreatedOn": "MA_Created",
          "Description": "MA_Description",
          "Developer": "MA_Developer",
          "Downloads": "MA_Downloads",
          "IconURL": "MA_MarketURL",
          "MappedSeverity": "Severity",
          "MarketSource": "MA_MarketSource",
          "MarketStatus": "MA_MarketStatus",
          "MarketUpdated": "MA_MarketUpdated",
          "MarketURL": "MA_MarketURL",
          "PackageName": "MA_PackageName",
          "Screenshots": "MA_Screenshots",
          "Service": "Service",
          "Status": "Status",
          "Tags": "MA_Tags",
          "Version": "MA_Version",
          "Website": "MA_Website"
        },
        "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.'\n",
        "displayName": "CybleVision Alerts Mobile Apps",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "MA_DeepLink",
                "identifier": "Url"
              }
            ]
          },
          {
            "entityType": "DNS",
            "fieldMappings": [
              {
                "columnName": "Domain",
                "identifier": "DomainName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Mobile_Apps.yaml",
        "query": "Alerts_mobile_apps \n| where Service == \"mobile_apps\" \n| extend MappedSeverity = Severity\n",
        "queryFrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess",
          "Reconnaissance",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1195",
          "T1595",
          "T1608"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}