Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://redcanary.com/blog/threat-intelligence/intelligence-insights-march-2026/ Content Categories: Based on the analysis, this content was categorized under "HackTricks Main → Phishing Methodology (new page: Paste-and-Run / ClickFix / FakeCAPTCHA) + Windows (LOLBin mshta.exe) + macOS (Infostealer staging with ditto, AppleScript numeric deobfuscation)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Intelligence Insights: March 2026 — Improved high-fidelity technical summary
Red Canary’s “Intelligence Insights: March 2026” summarizes the most prevalent threats observed in February 2026 and focuses on how adversaries achieve initial execution and data theft, especially via RMM abuse and paste-and-run (FakeCAPTCHA/ClickFix) user execution. It also provides concrete behavioral detection opportunities (pseudo analytics) and low-leve...
🔧 Technical Details
Paste-and-run (FakeCAPTCHA / ClickFix) as an initial execution primitive
Attackers use compromised or attacker-controlled web pages to display prompts (often fake CAPTCHA/verification or fix-this-issue dialogs) that instruct victims to copy attacker-provided commands and execute them locally. This shifts execution from the browser sandbox into native OS interpreters/utilities (PowerShell on Windows; shell/curl on macOS), enabling staged download-and-execute chains without a traditional download-and-open workflow.
### macOS stealer staging using ditto to package data for theft
After collecting sensitive artifacts (browser/keychain/wallet data), macOS stealers can compress and stage the loot using the native ditto utility (e.g., ditto -c -k --sequesterRsrc ...) and write archives into locations like /tmp/. This creates a detection angle: suspicious shells spawning ditto with compression flags and output targeting /tmp/ can indicate stealer packaging/exfil prep (with ...
🤖 Agent Actions
Updated clipboard-hijacking.md.
I kept the change to a single file because that page already centralizes ClickFix/FakeCAPTCHA tradecraft. The added content is limited to gaps not already covered: March 2026
mshta.exeexternal-URL execution as a LOLBin hunting pattern, macOSditto -c -k --sequesterRsrc ... /tmp/...staging for stealer exfil prep, and the AppleScript numericcharacter iddeobfuscation pattern seen in AMOS. I also added the March 2026 Red Canary blog to the references section.Verified with
sed,tail, andgit diff. No other files were modified.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.