corelight_http
| where method =~ 'GET'
| where isempty(referrer)
| where host has 'xn--'
relevantTechniques:
- T1566
entityMappings:
- fieldMappings:
- columnName: id_orig_h
identifier: Address
entityType: IP
triggerThreshold: 0
description: |
'Detects when an HTTP request was made to a domain that was using unicode/punycode.'
requiredDataConnectors:
- connectorId: Corelight
dataTypes:
- Corelight_v2_http
- corelight_http
triggerOperator: gt
version: 2.1.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightTypoSquattingOrPunycodePhishingHTTPRequest.yaml
id: 6b579e98-abc9-4e7a-9efc-2f3408ba16c9
queryFrequency: 1h
query: |
corelight_http
| where method =~ 'GET'
| where isempty(referrer)
| where host has 'xn--'
severity: Medium
status: Available
queryPeriod: 1h
name: Corelight - Possible Typo Squatting or Punycode Phishing HTTP Request
tactics:
- InitialAccess
kind: Scheduled