BitSight - new alert found
| Id | a1275c5e-0ff4-4d15-a7b7-96018cd979f5 |
| Rulename | BitSight - new alert found |
| Description | Rule helps to detect a new alerts generated in BitSight. |
| Severity | High |
| Tactics | Impact InitialAccess |
| Techniques | T1491 T1190 |
| Required data connectors | BitSight |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 24h |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightNewAlertFound.yaml |
| Version | 1.0.1 |
| Arm template | a1275c5e-0ff4-4d15-a7b7-96018cd979f5.json |
let timeframe = 24h;
BitSightAlerts
| where ingestion_time() > ago(timeframe)
| extend Severity = case( Severity contains "INCREASE", "Low",
Severity contains "WARN" or Severity contains "DECREASE", "Medium",
Severity contains "CRITICAL", "High",
"Informational")
| extend CompanyURL = strcat("https://service.bitsighttech.com/app/spm",CompanyURL)
| project CompanyName, Severity, Trigger, CompanyURL, AlertDate, GUID
description: |
'Rule helps to detect a new alerts generated in BitSight.'
version: 1.0.1
triggerThreshold: 0
tactics:
- Impact
- InitialAccess
queryPeriod: 24h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/BitSight/Analytic Rules/BitSightNewAlertFound.yaml
triggerOperator: GreaterThan
status: Available
alertDetailsOverride:
alertDisplayNameFormat: 'BitSight: Alert for {{Trigger}} in {{CompanyName}} from bitsight.'
alertDescriptionFormat: 'Alert generated on {{AlertDate}} in BitSight.\n\nCompany URL: {{CompanyURL}}\nAlert GUID: {{GUID}}'
alertSeverityColumnName: Severity
eventGroupingSettings:
aggregationKind: AlertPerResult
id: a1275c5e-0ff4-4d15-a7b7-96018cd979f5
name: BitSight - new alert found
queryFrequency: 1d
severity: High
incidentConfiguration:
createIncident: false
kind: Scheduled
entityMappings:
- fieldMappings:
- columnName: CompanyURL
identifier: Url
entityType: URL
relevantTechniques:
- T1491
- T1190
query: |
let timeframe = 24h;
BitSightAlerts
| where ingestion_time() > ago(timeframe)
| extend Severity = case( Severity contains "INCREASE", "Low",
Severity contains "WARN" or Severity contains "DECREASE", "Medium",
Severity contains "CRITICAL", "High",
"Informational")
| extend CompanyURL = strcat("https://service.bitsighttech.com/app/spm",CompanyURL)
| project CompanyName, Severity, Trigger, CompanyURL, AlertDate, GUID
requiredDataConnectors:
- dataTypes:
- BitSightAlerts
connectorId: BitSight