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

CybleVision Alerts Cyber Crime Forum Alerts

Back
Idb78c4641-cc16-48e0-9d05-c9b36a55d214
RulenameCybleVision Alerts Cyber Crime Forum Alerts
DescriptionDetects discussions, marketplace posts, threat actor activity, and intelligence mentions from cybercrime forums. Extracts discussion metadata, topic details, URLs, emails, phone numbers, and content using Alerts_CyberCrimeForums parser.
SeverityLow
TacticsReconnaissance
ResourceDevelopment
Exfiltration
TechniquesT1598
T1585
T1589
T1646
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Cyber_Crime_Forum.yaml
Version1.0.0
Arm templateb78c4641-cc16-48e0-9d05-c9b36a55d214.json
Deploy To Azure
Alerts_cyber_crime_forums 
| where Service == "cyber_crime_forums" 
| extend MappedSeverity = Severity
name: CybleVision Alerts Cyber Crime Forum Alerts
alertDetailsOverride:
  alertDynamicProperties: []
  alertDisplayNameFormat: CybleVision Forum Mention {{CF_TopicName}}
  alertDescriptionFormat: |
        A mention was detected on a cybercrime forum. Source {{CF_SourceName}} By {{CF_DiscussionBy}} Content {{CF_Content}}
query: |
  Alerts_cyber_crime_forums 
  | where Service == "cyber_crime_forums" 
  | extend MappedSeverity = Severity  
id: b78c4641-cc16-48e0-9d05-c9b36a55d214
enabled: true
entityMappings:
- fieldMappings:
  - columnName: CF_Emails
    identifier: Name
  entityType: Account
- fieldMappings:
  - columnName: CF_Urls
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: CF_SourceName
    identifier: DomainName
  entityType: DNS
version: 1.0.0
triggerOperator: GreaterThan
suppressionDuration: PT5H
description: |
    'Detects discussions, marketplace posts, threat actor activity, and intelligence mentions from cybercrime forums. Extracts discussion metadata, topic details, URLs, emails, phone numbers, and content using Alerts_CyberCrimeForums parser.'
kind: Scheduled
queryFrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Cyber_Crime_Forum.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:
  Content: CF_Content
  MappedSeverity: Severity
  TopicURL: CF_TopicURL
  TopicCreatedBy: CF_TopicCreatedBy
  DiscussionDate: CF_DiscussionDate
  Reputation: CF_Reputation
  AlertID: AlertID
  Service: Service
  Tags: CF_Tags
  Likes: CF_Likes
  Phones: CF_Phones
  TopicID: CF_TopicID
  Status: Status
  TopicName: CF_TopicName
  DiscussionBy: CF_DiscussionBy
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1598
- T1585
- T1589
- T1646
tactics:
- Reconnaissance
- ResourceDevelopment
- Exfiltration