Skip to main content
Mallory
MalwareUsed by 1 actor

PoisonX

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

1 distinct threat actor attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Silver Fox

この攻撃では、「PoisonX」と呼ばれるカーネルドライバと遠隔操作機能を持つ「10FXRAT(別名:PoisonX RAT)」が悪用されていることを確認しています。

via lac watchlac.co.jp
MITRE ATT&CK

Techniques & procedures

32 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

2 techniques
T1566.001Spearphishing AttachmentEvidence1

LAC WATCH report published 2026-06-04 describing a spearphishing campaign against organizations in Japan and China that chains a malicious LNK downloader into the PoisonX BYOVD driver, a PXDropper component, and the 10FXRAT remote-access trojan.

T1566.002Spearphishing LinkEvidence1

攻撃はスピアフィッシングメールを起点としており、メール本文に記載されたGoogle Cloud Storageのリンクから、不正なファイルをダウンロードさせる手口が用いられていました。

Execution

5 techniques
T1059.003Windows Command ShellEvidence1
TacticExecution

SHELL_EXEC cmd.exe /c via ShellExecThread command: string

T1106Native APIEvidence1
TacticExecution

このデバイスインタフェースを利用する主な目的は、セキュリティ製品の無効化(0x22E010 IOCTL)と、自分自身のプロセスおよびネットワーク通信の隠蔽(0x22E008 IOCTL)です。

T1129Shared ModulesEvidence1
TacticExecution

The malicious VERSION.dll decodes its own embedded strings with XOR 0x7a, then reads scheduler.cache, rolling-XOR-decodes it, manual-maps it into memory, and calls its entrypoint.

T1569.002Service ExecutionEvidence1
TacticExecution

It registers services under the names "WinHealthSvc" and "Windows Diagnostics Service"... Writes the decrypted driver to disk as an EneTmp* named .sys. Creates and starts the service via SCM.

T1574.001DLLEvidence1

When dashost.exe runs, Windows loads the local VERSION.dll through standard DLL search-order hijacking.

Persistence

3 techniques
T1112Modify RegistryEvidence1

Disables VulnerableDriverBlocklistEnable under SYSTEM\CurrentControlSet\Control\CI\Config (REG_DWORD 0).

T1543.003Windows ServiceEvidence2

その後、ファイル名と同じ名称でWindowsサービスとして登録し、このサービスを起動します。... 「DevCfgCC.sys」というファイル名で永続化ディレクトリへ書き出し、OSの起動時に自動的に読み込まれるよう、システムにサービスとして登録します。

T1547.001Registry Run Keys / Startup FolderEvidence1

It registers services under the names "WinHealthSvc" and "Windows Diagnostics Service", and adds a Run key entry.

T1068Exploitation for Privilege EscalationEvidence1

describing a spearphishing campaign against organizations in Japan and China that chains a malicious LNK downloader into the PoisonX BYOVD driver

T1543.003Windows ServiceEvidence2

その後、ファイル名と同じ名称でWindowsサービスとして登録し、このサービスを起動します。... 「DevCfgCC.sys」というファイル名で永続化ディレクトリへ書き出し、OSの起動時に自動的に読み込まれるよう、システムにサービスとして登録します。

T1547.001Registry Run Keys / Startup FolderEvidence1

It registers services under the names "WinHealthSvc" and "Windows Diagnostics Service", and adds a Run key entry.

Stealth

10 techniques
T1014RootkitEvidence1
TacticStealth

Parses ntoskrnl.exe exports for PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine, and PsSetLoadImageNotifyRoutine... writes zero over matching callback entries

T1027Obfuscated Files or InformationEvidence1
TacticStealth

マルウェア内部にハードコードされている暗号化された10FXRAT関連ファイル...を、Incremental XORを用いて復号します。

T1027.007Dynamic API ResolutionEvidence1
TacticStealth

StartPayload resolves APIs dynamically, initializes direct syscall helpers, binds Winsock, and loads any cached plugins from disk.

T1070Indicator RemovalEvidence1
TacticStealth

これを受け取ったドライバは、WindowsのカーネルAPIや、正規のネットワーク監視ドライバ(¥Driver¥nsiproxy、¥Device¥Tcpなど)をフックし、指定されたPIDのプロセス情報と通信記録をシステムから除外します。これにより、OSのプロセス一覧から自身の存在を消し去り、タスクマネージャーやEDR等の各種システム監視ツールから、プロセスおよびC2サーバとの不正な通信活動を隠蔽することが可能となります。

T1070.004File DeletionEvidence1
TacticStealth

After decryption the plugin is loaded from memory as a reflective DLL and the decrypted copy is zeroed before freeing.

T1140Deobfuscate/Decode Files or InformationEvidence2
TacticStealth

the signed host side-loads the attacker DLL, which decrypts the bundled cache to stage the driver and RAT.

T1211Exploitation for Defense EvasionEvidence1
TacticStealth

BYOVD: embedded driver and callback removal... Uses the driver's physical memory map IOCTL (0x80102040) to map kernel pages, writes zero over matching callback entries... The effect is that security product kernel callbacks are silently removed

T1497.001System ChecksEvidence1

System-wide and user-level mutexes (Global\SysMtx_51FB4B7B, Global\UsrMtx_EAB7CD0B) prevent multiple instances.

T1574.001DLLEvidence1

When dashost.exe runs, Windows loads the local VERSION.dll through standard DLL search-order hijacking.

T1620Reflective Code LoadingEvidence1
TacticStealth

After decryption the plugin is loaded from memory as a reflective DLL and the decrypted copy is zeroed before freeing.

T1112Modify RegistryEvidence1

Disables VulnerableDriverBlocklistEnable under SYSTEM\CurrentControlSet\Control\CI\Config (REG_DWORD 0).

Discovery

7 techniques
T1007System Service DiscoveryEvidence1
TacticDiscovery

GET_SERVICES EnumServicesStatus none

T1033System Owner/User DiscoveryEvidence1
TacticDiscovery

GET_STARTUP_ITEMS Startup enumeration none

T1049System Network Connections DiscoveryEvidence1
TacticDiscovery

GET_NET_CONNECTIONS GetExtendedTcpTable/UdpTable none

T1057Process DiscoveryEvidence2
TacticDiscovery

マルウェアは稼働中のプロセスを列挙し...セキュリティ製品のリストと照合します。

T1082System Information DiscoveryEvidence1
TacticDiscovery

GET_SYS_SUMMARY Host fingerprint none

T1497.001System ChecksEvidence1

System-wide and user-level mutexes (Global\SysMtx_51FB4B7B, Global\UsrMtx_EAB7CD0B) prevent multiple instances.

T1518Software DiscoveryEvidence1
TacticDiscovery

GET_SOFTWARE_LIST Installed software (Uninstall key) none

Collection

1 technique
T1113Screen CaptureEvidence1

Screen capture is built into core, not plugin-dependent. It uses GDI/GDI+ to capture the selected display as JPEG.

T1071.004DNSEvidence1

It is the command-and-control layer with a custom protocol over raw TCP.

T1090.003Multi-hop ProxyEvidence1

SOCKS tunnelling is multiplexed over the existing RAT C2 connection... It calls getaddrinfo, creates a socket with a 10 second timeout, and connects directly from the infected host.

T1105Ingress Tool TransferEvidence1

Encrypted plugins arrive as packet type 0x21 and are parsed by ParseAndLoadPayload

Impact

1 technique
T1489Service StopEvidence1
TacticImpact

KILL_PROC TerminateProcess pid: number

Other

1 technique
T1562Impair DefensesEvidence2

セキュリティ製品の無効化については、マルウェアは稼働中のプロセスを列挙し...標的プロセスを発見すると...カーネル権限で対象のプロセスを強制終了(Kill)させます。

INDICATORS OF COMPROMISE

IOCs tracked for this family

53 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
12 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
39 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
2 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
hash.sha256●●●●●●●●●●●●View more in apptoday
ip.v4●●●●●●●●●●●●View more in apptoday
hash.sha256●●●●●●●●●●●●View more in apptoday
hash.sha256●●●●●●●●●●●●View more in apptoday
hash.sha256●●●●●●●●●●●●View more in apptoday
hash.sha256●●●●●●●●●●●●View more in apptoday
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching53

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution1

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping32

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.