WMI System Fingerprinting
Windows Management Instrumentation (WMI) queries used by JScript/WScript droppers to harvest victim-system metadata before exfiltration. Typically queries Win32_OperatingSystem for caption, architecture, and username, and AntivirusProduct from root\SecurityCenter2 for installed AV names.
How It Works
- `GetObject("winmgmts:\.
Detection / Fingerprint
wscript.exeorcscript.exespawning with command lines containingwinmgmts:- WMI namespace
root\cimv2queried forWin32_OperatingSystem - WMI namespace
root\SecurityCenter2queried forAntivirusProduct - Results concatenated into a plaintext report with header markers (
==========) and sent viaMSXML2.XMLHTTPPOST
Defensive Countermeasures
- Enable WMI process creation logging (Event ID 5859/5860) to catch script-initiated WMI queries.
- Alert on
wscript.exe→MSXML2.XMLHTTP→api.telegram.org(rarely legitimate). - Block
wscript.exefrom untrusted.jsfiles.
Pages Where Observed
- unclassified-js-rentry-telegram-dropper —
b0c43e946344