← Back to SOC feed Coverage →

StrRAT-Email-Delivery

kql MEDIUM Azure-Sentinel
EmailUrlInfo
backdoorcredential-thefthuntingmicrosoftofficialransomware
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Azure-Sentinel →
Retrieved: 2026-05-05T23:00:00Z · Confidence: medium

Hunt Hypothesis

The StrRAT-Email-Delivery rule detects potential email-based delivery of the StrRAT remote access tool, which adversaries use to establish persistence and exfiltrate sensitive data. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises before lateral movement and data exfiltration occur.

KQL Query

EmailUrlInfo
| where UrlDomain has_any ('metroscaffingltg.co.uk',
'pg-finacesolutions.co.uk',
'jpfletcherconsultancy.co.uk',
'buildersworlinc.co.uk',
'bentlyconstbuild.co.uk',
'alfredoscafeltd.co.uk',
'zincocorporation.co.uk',
'playerscircleinc.co.uk',
'tg-cranedinc.co.uk',
'adamridley.co.uk',
'westcoasttrustedtaxis.co.uk',
'sivospremiumclub.co.uk',
'gossyexperience.co.uk',
'jeffersonsandc.co.uk',
'fillinaresortsltd.co.uk',
'tk-consultancyltd.co.uk')

Analytic Rule Definition

id: 3661b3e6-be67-41af-a0c1-fa7c012f1233
name: StrRAT-Email-Delivery
description: |
  StrRAT is a Java-based remote access tool which steals browser credentials, logs keystrokes and take remote control of infected systems. It also has a module to download additional payload onto to the infected machine based on C2 server command. Additionally, this threat also has a ransomware encryption/decryption module which appends .crimson extension.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - EmailUrlInfo
tactics:
- Initial access
query: |
  EmailUrlInfo
  | where UrlDomain has_any ('metroscaffingltg.co.uk',
  'pg-finacesolutions.co.uk',
  'jpfletcherconsultancy.co.uk',
  'buildersworlinc.co.uk',
  'bentlyconstbuild.co.uk',
  'alfredoscafeltd.co.uk',
  'zincocorporation.co.uk',
  'playerscircleinc.co.uk',
  'tg-cranedinc.co.uk',
  'adamridley.co.uk',
  'westcoasttrustedtaxis.co.uk',
  'sivospremiumclub.co.uk',
  'gossyexperience.co.uk',
  'jeffersonsandc.co.uk',
  'fillinaresortsltd.co.uk',
  'tk-consultancyltd.co.uk')

Required Data Sources

Sentinel TableNotes
EmailUrlInfoEnsure this data connector is enabled

MITRE ATT&CK Context

References

False Positive Guidance

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/Campaigns/StrRAT malware/StrRAT-Email-Delivery.yaml