Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for THREAT-Recon-PretextingHelpdeskInfoGathering.
Unlock with Pro - from £29/user/moDetect Pretexting and Phishing for Information via Helpdesk Social Engineering in Sumo Logic CSE
Reconnaissance-stage social engineering in which attackers contact an organization's helpdesk or employees by phone (vishing) or email under a false pretext — posing as a new hire, executive, or IT staff member — to elicit organizational information: employee IDs, org charts, software/VPN inventory, internal extensions, and password/MFA reset procedures. This intelligence is then weaponized for initial access, most notably by Scattered Spider (UNC3944), which called helpdesks impersonating employees to talk agents into resetting passwords and MFA enrollment ahead of the 2023 MGM Resorts and Caesars Entertainment intrusions. CISA AA23-320A documents the pattern: pretext call/email gathers org info and builds rapport, followed by a credential or MFA reset request that helpdesk staff approve without adequate identity verification. Because the initial contact rarely trips EDR, detection relies on correlating inbound lure emails impersonating IT/helpdesk with anomalous downstream identity operations (mass or unverified resets) performed by helpdesk-privileged accounts.
MITRE ATT&CK
- Tactic
- Reconnaissance
Sumo Detection Query
_sourceCategory=*o365*email* OR _sourceCategory=*office365*management*
| where Workload="Exchange"
| where (Subject matches "*verify your identity*" or Subject matches "*password reset*" or Subject matches "*mfa reset*" or Subject matches "*org chart*" or Subject matches "*employee id*")
| where SenderDisplayName matches "*helpdesk*" or SenderDisplayName matches "*help desk*" or SenderDisplayName matches "*it support*" or SenderDisplayName matches "*service desk*"
| eval ThreatType = "Phishing_InfoGathering_Lure"
| fields _sourceHost, SenderAddress, SenderDisplayName, RecipientAddress, Subject, ThreatType
| count by SenderAddress, SenderDisplayName, RecipientAddress, ThreatType
| sort - _count Sumo Logic Cloud SIEM query over Office 365 Exchange management activity logs, flagging inbound mail with a helpdesk-impersonating display name and reset/info-gathering pretext subject language. Combine with a scheduled Sumo Logic scalar-aggregation rule over the AzureActiveDirectory workload (distinct target-user count per actor per hour) to cover the mass-reset follow-through vector.
Data Sources
Required Tables
False Positives & Tuning
- Verified internal IT/helpdesk distribution lists sending genuine password or MFA re-enrollment reminders — add an allow-list lookup table of authenticated helpdesk sending addresses
- Ticketing system auto-notification emails referencing reset tickets or employee IDs as part of routine workflow
- Simulated phishing awareness campaigns run by the security team using helpdesk-pretext templates
Other platforms for THREAT-Recon-PretextingHelpdeskInfoGathering
Testing Methodology
Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Simulated Helpdesk-Impersonation Phishing Lure Delivery
Expected signal: EmailEvents record with SenderDisplayName containing 'Help Desk', inbound direction, Subject matching pretext keyword list.
- Test 2Simulated Mass Helpdesk Password Reset (Graph PowerShell)
Expected signal: AuditLogs entries for 'Reset user password' with InitiatedBy matching the test helpdesk operator account, TargetResources listing three distinct users within the same hour.
- Test 3Simulated Post-Reset New-Device MFA Registration
Expected signal: Entra ID authentication methods audit trail showing a new phone method registered for atomic-test-user1 within minutes of the Alert 2 reset event.
Unlock playbooks & atomic tests with Pro
Get the full detection package for THREAT-Recon-PretextingHelpdeskInfoGathering — response playbook and atomic red team tests, plus investigation guidance and hunting queries.
df00tech Pro — £29/user/month