Skip to content

Commit 7ce2bdc

Browse files
Add T1003 "OS credential dumping" MITRE technique
1 parent 6894082 commit 7ce2bdc

27 files changed

+71
-24
lines changed

modules/auxiliary/admin/smb/psexec_ntdsgrab.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def initialize(info = {})
3434
'License' => MSF_LICENSE,
3535
'References' => [
3636
[ 'URL', 'http://sourceforge.net/projects/smbexec' ],
37-
[ 'URL', 'https://www.optiv.com/blog/owning-computers-without-shell-access' ]
37+
[ 'URL', 'https://www.optiv.com/blog/owning-computers-without-shell-access' ],
38+
[ 'ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING ]
3839
],
3940
'Notes' => {
4041
'Stability' => [CRASH_SAFE],

modules/auxiliary/gather/checkpoint_gateway_fileread_cve_2024_24919.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def initialize(info = {})
3434
# Rapid7 ETR advisory for CVE-2024-24919
3535
[ 'URL', 'https://www.rapid7.com/blog/post/2024/05/30/etr-cve-2024-24919-check-point-security-gateway-information-disclosure/' ],
3636
# Publication of first proof-of-concept exploit
37-
[ 'URL', 'https://labs.watchtowr.com/check-point-wrong-check-point-cve-2024-24919/' ]
37+
[ 'URL', 'https://labs.watchtowr.com/check-point-wrong-check-point-cve-2024-24919/' ],
38+
[ 'ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING ]
3839
]
3940
)
4041
)

modules/auxiliary/gather/fortios_vpnssl_traversal_creds_leak.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def initialize(info = {})
3131
%w[EDB 47288],
3232
['URL', 'https://www.fortiguard.com/psirt/FG-IR-18-384'],
3333
['URL', 'https://i.blackhat.com/USA-19/Wednesday/us-19-Tsai-Infiltrating-Corporate-Intranet-Like-NSA.pdf'],
34-
['URL', 'https://devco.re/blog/2019/08/09/attacking-ssl-vpn-part-2-breaking-the-Fortigate-ssl-vpn/']
34+
['URL', 'https://devco.re/blog/2019/08/09/attacking-ssl-vpn-part-2-breaking-the-Fortigate-ssl-vpn/'],
35+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
3536
],
3637
'Author' => [
3738
'Meh Chang', # discovery and PoC

modules/auxiliary/gather/ldap_passwords.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def initialize(info = {})
4040
],
4141
'References' => [
4242
['URL', 'https://blog.xpnsec.com/lapsv2-internals/'],
43-
['URL', 'https://github.com/fortra/impacket/blob/master/examples/GetLAPSPassword.py']
43+
['URL', 'https://github.com/fortra/impacket/blob/master/examples/GetLAPSPassword.py'],
44+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
4445
],
4546
'DisclosureDate' => '2020-07-23',
4647
'License' => MSF_LICENSE,

modules/auxiliary/gather/qnap_backtrace_admin_hash.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def initialize(info = {})
2727
],
2828
'References' => [
2929
['URL', 'https://seclists.org/fulldisclosure/2017/Feb/2'],
30-
['URL', 'https://en.wikipedia.org/wiki/Binary_search_algorithm']
30+
['URL', 'https://en.wikipedia.org/wiki/Binary_search_algorithm'],
31+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
3132
],
3233
'DisclosureDate' => '2017-01-31',
3334
'License' => MSF_LICENSE,

modules/auxiliary/gather/qnap_lfi.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def initialize(info = {})
3636
['EDB', '48531'],
3737
['URL', 'https://infosecwriteups.com/qnap-pre-auth-root-rce-affecting-450k-devices-on-the-internet-d55488d28a05'],
3838
['URL', 'https://www.qnap.com/en-us/security-advisory/nas-201911-25'],
39-
['URL', 'https://github.com/Imanfeng/QNAP-NAS-RCE']
39+
['URL', 'https://github.com/Imanfeng/QNAP-NAS-RCE'],
40+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
4041
],
4142
'DisclosureDate' => '2019-11-25', # Vendor advisory
4243
'Actions' => [

modules/auxiliary/gather/vmware_vcenter_vmdir_ldap.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize(info = {})
2929
],
3030
'References' => [
3131
['CVE', '2020-3952'],
32-
['URL', 'https://www.vmware.com/security/advisories/VMSA-2020-0006.html']
32+
['URL', 'https://www.vmware.com/security/advisories/VMSA-2020-0006.html'],
33+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
3334
],
3435
'DisclosureDate' => '2020-04-09', # Vendor advisory
3536
'License' => MSF_LICENSE,

modules/auxiliary/gather/windows_secrets_dump.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module will fallback to the original implementation, which consists
6868
],
6969
'References' => [
7070
['URL', 'https://github.com/SecureAuthCorp/impacket/blob/master/examples/secretsdump.py'],
71+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING],
7172
],
7273
'Notes' => {
7374
'Reliability' => [],

modules/auxiliary/scanner/http/epmp1000_dump_hashes.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def initialize(info = {})
1919
},
2020
'References' => [
2121
['URL', 'http://ipositivesecurity.com/2015/11/28/cambium-epmp-1000-multiple-vulnerabilities/'],
22-
['URL', 'https://support.cambiumnetworks.com/file/476262a0256fdd8be0e595e51f5112e0f9700f83']
22+
['URL', 'https://support.cambiumnetworks.com/file/476262a0256fdd8be0e595e51f5112e0f9700f83'],
23+
['ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING]
2324
],
2425
'Author' => [
2526
'Karn Ganeshen <KarnGaneshen[at]gmail.com>'

modules/auxiliary/scanner/ssh/apache_karaf_command_execution.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ def initialize(info = {})
3232
'Reliability' => UNKNOWN_RELIABILITY,
3333
'Stability' => UNKNOWN_STABILITY,
3434
'SideEffects' => UNKNOWN_SIDE_EFFECTS
35-
}
35+
},
36+
'References' => [
37+
[ 'ATT&CK', Mitre::Attack::Technique::T1003_OS_CREDENTIAL_DUMPING ]
38+
]
3639
)
3740
)
3841

0 commit comments

Comments
 (0)