惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
罗磊的独立博客
Last Week in AI
Last Week in AI
B
Blog
IT之家
IT之家
S
SegmentFault 最新的问题
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - 聂微东
U
Unit 42
有赞技术团队
有赞技术团队
Y
Y Combinator Blog
MyScale Blog
MyScale Blog

Intel 471 Blog

TeamPCP Supply Chain Attacks Turning Geopolitical Tension into Actionable Intelligence CVE-2025-68613: Zerobot botnet exploits critical vulnerability impacting n8n AI orchestration platform Introducing Cyber Threat Exposure Bundle: A Unified Approach to External Risk CVE-2026-20127: Critical Cisco SD-WAN vulnerability exploited in wild Handala Threat Group OpenClaw: A viral AI assistant and a magnet for infostealer malware and ClickFix trickery Israeli, US strikes against Iran triggers a surge in hacktivist activity CVE-2026-1731: Finding a critical RCE in an age of AI-driven vulnerability research Born to bypass MFA: Taking down Tycoon 2FA The UK Cyber Security Resilience Bill How AI and the human advantage beat tomorrow’s threats Winter Olympics 2026: Hacktivism Surges Ahead of Protests and Suspected Sabotage How Threat Hunting and “Good” Metrics Help The Business Likely fake ransomware operator 0APT causes panic — Our analysis Hunting APTs: from state policy to TTPs CrazyHunter Ransomware DevMan Ransomware Introducing HUNTER Tuning: a New Tool for Driving Behavioral Threat Hunt Detections Battling check fraud in the U.S. Gootloader Malware Update Shai-Hulud Worm 2.0 New FvncBot Android banking trojan targets Poland White Paper Preview: Black "Fraud Day” and Beyond — The Key Cyber Threats Facing the Retail Sector this Holiday Season Threat hunting case study: Detecting IAB activity Using deception to extract cyber threat intelligence Lynx Ransomware Qilin Ransomware Group ClickFix: Tricking users into installing infostealers Cybercrime Takedowns: Trust, Partnerships and Focus
EnvyScout Dropper
Intel 471 · 2021-05-30 · via Intel 471 Blog

OVERVIEW

EnvyScout (derived from the filename NV.html, aka Envy Scout, NV.html, NV, EnvyScout) is a dropper-style malware that writes a malicious ISO to disk. The malware is known to be used by the adversary known as Dark Halo (aka Nobellium, UNC2452) and came to attention during a major phishing campaign carried out in early 2021.

DELIVERY

The dropper is delivered as a malicious attachment in a phishing email.

ENVYSCOUT INSTALLATION

The EnvyScout dropper is a self-contained HTML file.

All observed versions of EnvyScout contain a modified version of the open source FileSaver javascript tool. This tool allows the JavaScript to write files directly to disk, allowing the adversary to conduct HTML smuggling.

Further, all versions of EnvyScout contain an encoded blob that contains the payload. The payload is Base64, and is XOR'd with a single byte key. The payload is written to disk using the modified FileSaver code.

Finally, all versions of EnvyScout contain a small piece of code used to decode the ISO in the XOR'd blob containing the Base64 code. This will write a file NV.img to disk, which the user much then execute.

When a user executes the file, Windows 10 will mount the file as with any disk image. The interior contents of the image include a visible shortcut file bearing the name "NV.lnk." There are also two hidden files, including a folder also named "NV" and an executable called "BOOM.exe." "NV.lnk" links to "BOOM.exe."

Some variants of EnvyScout contained execution guardrails that checked the window.location.pathname to verify that the first two entries in the array were "C" and ":" to ensure the file was running on disk. If any other values were found, the ISO is not written to disk.

Other variants also conducted additional reconnaissance by inspecting the user agent string to determine if the user was executing the file in a Windows environment. If the user was determined to be in an iOS environment they were redirected to external infrastructure.

ENVYSCOUT PERSISTENCE

EnvyScout does not exhibit any persistence mechanisms. Instead, persistence is achieved with the dropped payload.

ENVYSCOUT COMMUNICATION

In some versions of EnvyScout, the file contains two URLs.

When the HTML file is opened, an attempt is made to establish a connection to the malicious command and control (C2) server by using the first URL prefixed with the "file://" protocol on port 445. This is an attempt by the actor to gather sensitive NTLMv2 data which can then be leveraged for brute forcing.

The second URL fetches an image, which acts similarly to a tracking pixel.

Get the Free Hunt Packages!

Check Out Other Emerging Threats >