When IT Support Calls Dissecting a ModeloRAT Campaign from T...#2231
Open
carlospolop wants to merge 1 commit into
Open
When IT Support Calls Dissecting a ModeloRAT Campaign from T...#2231carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.rapid7.com/blog/post/tr-it-support-dissecting-modelorat-campaign-microsoft-teams-compromise Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Windows Local Privilege Escalation for CVE-2023-36036 cldflt.sys; Windows/Active Directory Lateral Movement or NTLM for davclnt.dll DavSetCookie credential validation; Phishing Methodology for Microsoft Teams external-access impersonation". 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
Rapid7 analyzed an April 2026 enterprise intrusion that began with Microsoft Teams social engineering and escalated into endpoint compromise, ModeloRAT deployment, Windows local privilege escalation, credential theft, lateral movement, memory dumping, and likely data exfiltration. The attacker abused Microsoft Teams external access, which can allow users from one tenant to directly message users in another tenant. A newly created tenant,
UCICasociacion.onmicrosoft[.]com, imperson...🔧 Technical Details
Trusted collaboration-platform phishing: If Microsoft Teams external access allows cross-tenant messaging, an attacker-controlled tenant can directly contact employees while impersonating helpdesk or IT support. This moves social engineering away from email controls into a trusted business communication channel. In this case, the tenant
UCICasociacion.onmicrosoft[.]comimpersonated IT Support and convinced the victim to execute the attacker’s payload.Bring-your-own portable Python execution: A stager can download a cloud-hosted ZIP to a user-writable path such as AppData, extract a portable Python runtime, remove the archive, and run malware with
pythonw.exeto avoid a visible console. This is useful for attackers because the interpreter does not need to be installed globally and scripts can be staged as ordinary files under the user profile. The observed command downloadedWinp.zipfrom Dr...🤖 Agent Actions
Done.
Updated:
src/windows-hardening/ntlm/places-to-steal-ntlm-creds.mdAdded:
rundll32.exe davclnt.dll,DavSetCookientlmrelayx.pyDavSetCookieusageAlso updated the file’s References section with:
davclntdocsValidation:
git diff --checkpassedThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.