From a Single Alert to 1,000 Files Inside an Exposed WebDAV ...#2532
Open
carlospolop wants to merge 1 commit into
Open
From a Single Alert to 1,000 Files Inside an Exposed WebDAV ...#2532carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/tr-exposed-webdav-malware-delivery-lab-analysis Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > WebDav, with cross-references from Phishing Files & Documents and Windows process/DLL search-path hijacking content". 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
Overview
Rapid7 traced an MDR alert to an exposed WebDAV malware-delivery environment containing 1,048 files. The alert began when a user executed WebDAV-hosted content through
rundll32.exe; endpoint telemetry then showed the WindowsWebClientservice starting anddavclnt.dllcontacting the remote server. The exposed infrastructure was not simply a payload repository: it functioned as a malware development, delivery, and quality-...🔧 Technical Details
WebDAV working-directory hijacking: Create an
.urlshortcut whoseURLlaunches a legitimate signed binary and whoseWorkingDirectorypoints to an attacker-controlled WebDAV share. If the binary subsequently invokes a child by bare filename, place a malicious executable with that exact name on the share. For example,iediagcmd.exeinvokes names such asroute.exe,ipconfig.exe,netsh.exe, andping.exe; a remoteroute.exemay therefore replace the intended local utility. The technique fails when the parent uses a fully qualified child path, requires unavailable arguments, is absent, or has been patched.Discovery of additional vulnerable LOLBins: Build shortcuts for candidate .NET or Windows binaries, assign the same WebDAV working directory, and upload harmless MessageBox executables under likely child-process or dependency names....
🤖 Agent Actions
Using the repository-guided workflow: first I’ll inspect existing HackTricks pages and read the most relevant ones before deciding the single best place to add concise, non-duplicative content.
I’ve now compared the directly related WebDAV/phishing/NTLM/service-trigger pages. Next I’m checking exact placement and then I’ll patch only the single best file to avoid duplication.
I’ve confirmed the other techniques in the blog are already documented elsewhere in HackTricks. I’m updating only the WebDAV page with the missing client-side WebDAV execution and Explorer-delivery techniques, then I’ll verify the final markdown and references.
Done.
Updated:
src/network-services-pentesting/pentesting-web/put-method-webdav.mdAdded concise new coverage for:
.url+ remoteWorkingDirectoryWebDAV hijacksearch-ms:/.library-msExplorer luresVerified:
## Referencesremains at the endNote:
mdbook buildcould not be run becausemdbookis not installed in this environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.