Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://redcanary.com/blog/threat-intelligence/intelligence-insights-february-2026/ Content Categories: Based on the analysis, this content was categorized under "Pentesting Web -> Phishing Methodology (Ai Agent Mode Phishing / Social engineering variants) and/or Windows Hardening -> Useful Windows/PowerShell tradecraft (LOLBAS: WScript/mshta, PowerShell download cradles, WinHttp COM staging). Potentially add a small subsection under "Phishing Methodology" for "ClickFix/FakeCAPTCHA (paste-and-run)" with the observed command patterns and detection notes.". 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
Title/Scope
Red Canary’s “Intelligence Insights: February 2026” summarizes the top threats observed in January 2026, emphasizing widespread abuse of legitimate Remote Monitoring and Management (RMM) tools (ScreenConnect, NetSupport Manager) and detailing two notable clusters that newly appear in this edition: ClearFake and PS1Bot. This post is not CVE-focused; it documents initial-access and payload delivery chains (phishing, com...
🔧 Technical Details
RMM as an access/persistence primitive (no CVE required): Social engineering (often phishing) can convince users to install legitimate RMM software (e.g., ScreenConnect via MSI). Once installed, the RMM client can call out to attacker-controlled infrastructure (e.g.,
fedralcourt[.]im) enabling hands-on-keyboard remote control. Treat unexpected RMM installs/executions and suspicious outbound destinations as high-signal indicators of compromise.“Paste-and-run” (MITRE T1204.004) to replace exploits with user execution: Attackers present fake prompts (e.g., ClickFix/FakeCAPTCHA) that instruct users to copy and paste commands. Those commands commonly bootstrap payload delivery via PowerShell download cradles such as
iex(irm ...)or staged downloaders that fetch script text, write it to disk (e.g.,%TEMP%\FVL.ps1), and execute it with-ep bypassto evade policy controls.Compromised-site JavaScript injection...
🤖 Agent Actions
Summary:
Tests:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.