Merge pull request #20937 from rudraditya21/attack-relay-sccm

Add MITRE ATT&CK mappings for relay and SCCM credential modules
This commit is contained in:
Spencer McIntyre
2026-02-09 11:50:44 -05:00
committed by GitHub
3 changed files with 9 additions and 2 deletions
@@ -25,7 +25,8 @@ class MetasploitModule < Msf::Auxiliary
['URL', 'https://blog.xpnsec.com/unobfuscating-network-access-accounts/'],
['URL', 'https://github.com/subat0mik/Misconfiguration-Manager/blob/main/attack-techniques/CRED/CRED-2/cred-2_description.md'],
['URL', 'https://github.com/Mayyhem/SharpSCCM'],
['URL', 'https://github.com/garrettfoster13/sccmhunter']
['URL', 'https://github.com/garrettfoster13/sccmhunter'],
['ATT&CK', Mitre::Attack::Technique::T1552_001_CREDENTIALS_IN_FILES]
],
'License' => MSF_LICENSE,
'Notes' => {
+4
View File
@@ -21,6 +21,10 @@ class MetasploitModule < Msf::Auxiliary
'jhicks-r7', # query for available certs
'Spencer McIntyre'
],
'References' => [
['ATT&CK', Mitre::Attack::Technique::T1557_ADVERSARY_IN_THE_MIDDLE],
['ATT&CK', Mitre::Attack::Technique::T1649_STEAL_OR_FORGE_AUTHENTICATION_CERTIFICATES]
],
'License' => MSF_LICENSE,
'Actions' => [[ 'Relay', { 'Description' => 'Run SMB ESC8 relay server' } ]],
'PassiveActions' => [ 'Relay' ],
@@ -30,7 +30,9 @@ class MetasploitModule < Msf::Auxiliary
['URL', 'https://blog.xpnsec.com/unobfuscating-network-access-accounts/'],
['URL', 'https://github.com/subat0mik/Misconfiguration-Manager/blob/main/attack-techniques/CRED/CRED-2/cred-2_description.md'],
['URL', 'https://github.com/Mayyhem/SharpSCCM'],
['URL', 'https://github.com/garrettfoster13/sccmhunter']
['URL', 'https://github.com/garrettfoster13/sccmhunter'],
['ATT&CK', Mitre::Attack::Technique::T1557_ADVERSARY_IN_THE_MIDDLE],
['ATT&CK', Mitre::Attack::Technique::T1552_001_CREDENTIALS_IN_FILES]
],
'DefaultOptions' => {
'RPORT' => 80