Skip to content

I’d Like to Speak to Your Manager Stealing Secrets with Mana... #1152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

carlospolop
Copy link
Collaborator

🤖 Automated Content Update

This PR was automatically generated by the HackTricks News Bot based on a technical blog post.

📝 Source Information

🎯 Content Summary

Attack Overview

Coerce an SCCM Management Point (MP) to retrieve OSD policy secrets by relaying its machine-account authentication to the site database.

OSD Client Authentication & Unknown Computer GUIDs

During PXE-based OSD, clients borrow a DP certificate and call the unauthenticated HTTP endpoint /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA to obtain site public keys and two GUIDs for the “All Unknown Computers” collection (x86/x64). These GUIDs...

🔧 Technical Details

By querying the unauthenticated SCCM MP endpoint /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA, an attacker retrieves the site’s public keys and the GUIDs for the x86/x64 “All Unknown Computers” collection. These GUIDs serve as clientIDs for policy requests, allowing further abuse without prior enrollment or authentication.

Using PetitPotam and Impacket’s ntlmrelayx.py, the attacker relays the MP’s machine account authentication to the SQL Server hosting the SCCM site databas...

🤖 Agent Actions

Added SCCM Management Point NTLM relay technique with MSSQL stored-procedure abuse.

Key updates:

  1. New detailed page:
    src/windows-hardening/active-directory-methodology/sccm-management-point-relay-sql-policy-secrets.md
    • Full attack chain (enumeration → relay → stored procs → PXEthief decryption).
    • Commands, SQL, detection & hardening, references.

  2. Cross-reference inserted into existing MSSQL abuse page for discoverability.

These additions integrate the SpecterOps research into HackTricks while reusing existing NTLM and MSSQL pages.

✅ Review Checklist

  • Content is technically accurate
  • Formatting follows HackTricks style guidelines
  • Links and references are working
  • Content adds educational value
  • No sensitive information is exposed

This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.

📚 Repository Maintenance

  • MD files processed: 855
  • MD files fixed: 1

All .md files have been checked for proper formatting (headers, includes, etc.).

@carlospolop
Copy link
Collaborator Author

🔗 Additional Context

Original Blog Post: https://specterops.io/blog/2025/07/15/id-like-to-speak-to-your-manager-stealing-secrets-with-management-point-relays/

Content Categories: Based on the analysis, this content was categorized under "generic-hacking/ntlm-relay-sql-server-sccm-management-point.md".

Repository Maintenance:

  • MD Files Formatting: 855 files processed (1 files fixed)

Review Notes:

  • This content was automatically processed and may require human review for accuracy
  • Check that the placement within the repository structure is appropriate
  • Verify that all technical details are correct and up-to-date
  • All .md files have been checked for proper formatting (headers, includes, etc.)

Bot Version: HackTricks News Bot v1.0

@carlospolop
Copy link
Collaborator Author

merge

@carlospolop carlospolop merged commit 104d4e1 into master Jul 22, 2025
@carlospolop carlospolop deleted the update_I_d_Like_to_Speak_to_Your_Manager__Stealing_Secret_20250719_012501 branch July 22, 2025 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant