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

Corelight - Possible Typo Squatting or Punycode Phishing HTTP Request

Back
Id6b579e98-abc9-4e7a-9efc-2f3408ba16c9
RulenameCorelight - Possible Typo Squatting or Punycode Phishing HTTP Request
DescriptionDetects when an HTTP request was made to a domain that was using unicode/punycode.
SeverityMedium
TacticsInitialAccess
TechniquesT1566
Required data connectorsCorelight
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightTypoSquattingOrPunycodePhishingHTTPRequest.yaml
Version2.1.0
Arm template6b579e98-abc9-4e7a-9efc-2f3408ba16c9.json
Deploy To Azure
corelight_http
| where method =~ 'GET'
| where isempty(referrer)
| where host has 'xn--'
description: |
    'Detects when an HTTP request was made to a domain that was using unicode/punycode.'
kind: Scheduled
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: Corelight
  dataTypes:
  - Corelight_v2_http
  - corelight_http
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightTypoSquattingOrPunycodePhishingHTTPRequest.yaml
severity: Medium
name: Corelight - Possible Typo Squatting or Punycode Phishing HTTP Request
triggerThreshold: 0
queryPeriod: 1h
query: |
  corelight_http
  | where method =~ 'GET'
  | where isempty(referrer)
  | where host has 'xn--'  
relevantTechniques:
- T1566
id: 6b579e98-abc9-4e7a-9efc-2f3408ba16c9
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 2.1.0
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: id_orig_h
    identifier: Address