Executive Summary
Operation Nomad Leopard is a targeted cyber-espionage campaign focused on Afghan government personnel. The attack relied on carefully crafted spear-phishing emails impersonating official correspondence from the Prime Minister’s Office. Once recipients interacted with the malicious content, a custom malware known as FalseCub was deployed. The malware enabled attackers to silently collect sensitive information and transmit it back to attacker-controlled infrastructure.
The operation was not destructive in nature. Instead, it was designed for covert intelligence gathering, persistence, and long-term access to government systems.
What Happened
Government employees received emails that appeared legitimate and urgent. The emails were written in formal government language and included official logos, signatures, and formatting consistent with real Prime Minister communications. These messages instructed recipients to review attached documents related to policy updates, administrative reviews, or internal directives.
When the attachment was opened, malicious code executed in the background. This resulted in the installation of the FalseCub malware on the victim’s system. From that point onward, attackers were able to monitor activity, collect documents, and exfiltrate data without alerting the user.
How It Happened
Initial Access Vector
The initial access was achieved through spear-phishing emails sent directly to targeted individuals rather than mass distribution. Each email was tailored to appear relevant to the recipient’s role.
Key characteristics of the phishing emails:
- Sender address spoofed or closely mimicked official government domains
- Subject lines referencing government authority or urgency
- Attachments disguised as official documents (policy briefs, directives, memos)
- No malicious links initially visible, reducing suspicion
User Interaction
The attack required user interaction. Once the victim opened the attachment:
- Embedded macros or scripts executed automatically
- The payload was dropped into user-accessible directories
- Execution occurred using legitimate Windows tools to avoid detection
No zero-day vulnerability was exploited. The attack succeeded by abusing trust, authority, and default system behavior rather than exploiting software flaws.
Payloads Used
Primary Payload: FalseCub Malware
FalseCub is a lightweight but capable backdoor designed for stealth and data theft rather than overt damage.
Core Capabilities
- Collection of files from predefined directories (Documents, Desktop, removable media)
- Browser credential harvesting (saved usernames, cookies, session data)
- System profiling (hostname, username, OS version, installed software)
- Screenshot capture at timed intervals
- Execution of remote commands issued by the attacker
- Encrypted communication with command-and-control servers
Execution Behavior
- Runs under the context of the logged-in user
- Masquerades as a legitimate system or update process
- Avoids triggering antivirus alerts by using native Windows utilities
Persistence Mechanism
Once installed, FalseCub ensured it would survive system reboots using:
- Registry Run keys
- Scheduled tasks with misleading names
- Copying itself to hidden or commonly ignored directories
Persistence was designed to blend in with normal system activity and remain unnoticed for extended periods.
Anti-Malware Evasion
The malware avoided detection using multiple techniques:
- Obfuscation of strings and configuration data
- Delayed execution to bypass sandbox analysis
- Use of legitimate Windows binaries (Living-off-the-Land techniques)
- Minimal system footprint to avoid performance degradation
In several cases, antivirus software was present but failed to flag the activity due to the low-noise nature of the malware.
Command and Control Communication
FalseCub communicated with attacker infrastructure using:
- HTTPS over standard ports (443)
- Encrypted payloads to prevent content inspection
- Periodic beaconing at irregular intervals to avoid detection patterns
Traffic appeared similar to normal web activity, making it difficult to distinguish without deep inspection.
Impacted Systems and Data
Impacted Assets
- Government employee workstations
- Laptops used for administrative and policy work
- Systems with access to internal government documents
Data Potentially Compromised
- Internal government correspondence
- Policy drafts and reports
- Credentials stored in browsers
- Contact lists and internal directories
- System configuration details
There is no evidence of data destruction or ransomware activity. The primary impact was loss of confidentiality.
Indicators of Compromise (IOCs)
File Indicators
- Suspicious executables located in:
%APPDATA%%LOCALAPPDATA%%TEMP%
- Filenames mimicking system updates or document viewers
- Recently created scheduled tasks with vague names
Registry Indicators
- New entries under:
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
- Keys pointing to non-standard executable paths
Network Indicators
- Outbound HTTPS traffic to unfamiliar domains
- Connections occurring shortly after document execution
- Low-volume but persistent data uploads
Behavioral Indicators
- Office documents spawning command shells or scripts
- PowerShell execution without user intent
- Repeated screenshot activity or clipboard access
Detection and Threat Hunting Guidance
Email Security
- Flag emails impersonating senior government authority
- Alert on attachments with macro-enabled document formats
- Monitor for look-alike sender domains
Endpoint Detection
- Detect Office applications spawning:
- PowerShell
- cmd.exe
- wscript.exe
- Alert on creation of scheduled tasks by non-administrative users
- Monitor registry changes related to startup persistence
Network Monitoring
- Identify systems with periodic encrypted outbound traffic at odd intervals
- Inspect TLS connections to domains with no business justification
- Watch for data uploads from endpoints that rarely communicate externally
Example Detection Logic
Endpoint Rule
IF OfficeApplication launches PowerShell
AND PowerShell executes hidden or encoded commands
THEN alert as high severity
Network Rule
IF Endpoint initiates recurring HTTPS sessions
AND Destination domain is newly registered or unknown
AND Upload data exceeds baseline behavior
THEN flag for investigation
Final Takeaway
Operation Nomad Leopard demonstrates how effective social engineering combined with lightweight malware can bypass traditional security controls. The attack succeeded not because of technical vulnerabilities, but because it exploited human trust and authority.
Organizations handling sensitive government data should prioritize phishing resilience, behavioral detection, and continuous monitoring. Early detection of abnormal document behavior and outbound communication remains the most effective defense against campaigns of this nature.
