Breaking Bad Backups - #2698
Open
carlospolop wants to merge 4 commits into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://adversaryco.com/blog/breaking-bad-backups Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting / Pentesting Veeam Backup & Replication, with cross-references from Windows Active Directory credential theft, NTLM relay, DPAPI, and backup-file forensics". 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 and impact
The post explains how weakly secured enterprise backup infrastructure can become both a path to complete Active Directory compromise and a target for ransomware-driven recovery destruction. Although the examples focus on Veeam Backup & Replication, the underlying attack patterns apply to other backup products: compromise the management server, abuse stored credentials, retrieve sensitive data from exposed backups, and then delete or encrypt recovery points.
A...
🔧 Technical Details
Compromising domain-joined backup servers: A backup server joined to the production Active Directory domain inherits the attack surface of an ordinary domain member. Low-privilege domain access may be escalated through Windows vulnerabilities such as CVE-2025-33073, authentication reflection, relay attacks, or reused local administrator credentials. Administrative or SYSTEM compromise exposes the backup console, configuration database, repositories, and locally decryptable credential store.
Legacy-protocol poisoning and authentication relay: Establish an Adversary-in-the-Middle position and poison legacy broadcast or name-resolution traffic to induce or intercept privileged authentication. Captured challenge-response data can be cracked offline or relayed to SMB and LDAP endpoints that do not enforce signing and channel binding. Backup administrators are particularly valuable targets because their sessions may expose access to management syste...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/network-services-pentesting/pentesting-veeam-backup-and-replication.mdSUMMARY.md.Validation
git diff --checkpasses.mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.