Skip to content

Commit 150dd43

Browse files
Add references to MITRE ATT&CK T1021 - Remote Services
1 parent a496ad0 commit 150dd43

File tree

84 files changed

+186
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+186
-74
lines changed

modules/auxiliary/admin/smb/check_dir_file.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def initialize
3131
'j0hn__f'
3232
],
3333
'References' => [
34+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ]
3435
],
3536
'License' => MSF_LICENSE,
3637
'Notes' => {

modules/auxiliary/admin/smb/download_file.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ def initialize
2929
'Stability' => [CRASH_SAFE],
3030
'SideEffects' => [],
3131
'Reliability' => []
32-
}
32+
},
33+
'References' => [
34+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ]
35+
]
3336
)
3437

3538
register_options([

modules/auxiliary/admin/smb/list_directory.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def initialize
2727
'hdm'
2828
],
2929
'References' => [
30+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ]
3031
],
3132
'License' => MSF_LICENSE,
3233
'Notes' => {

modules/auxiliary/admin/smb/ms17_010_command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def initialize(info = {})
4141
[ 'URL', 'https://github.com/worawit/MS17-010' ],
4242
[ 'URL', 'https://hitcon.org/2017/CMT/slide-files/d2_s2_r0.pdf' ],
4343
[ 'URL', 'https://blogs.technet.microsoft.com/srd/2017/06/29/eternal-champion-exploit-analysis/' ],
44+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ],
4445
],
4546
'DisclosureDate' => '2017-03-14',
4647
'Notes' => {

modules/auxiliary/admin/smb/samba_symlink_traversal.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def initialize
2929
'References' => [
3030
['CVE', '2010-0926'],
3131
['OSVDB', '62145'],
32-
['URL', 'http://www.samba.org/samba/news/symlink_attack.html']
32+
['URL', 'http://www.samba.org/samba/news/symlink_attack.html'],
33+
['ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES]
3334
],
3435
'License' => MSF_LICENSE,
3536
'Notes' => {

modules/auxiliary/admin/smb/upload_file.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def initialize
2626
'hdm' # metasploit module
2727
],
2828
'References' => [
29+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ]
2930
],
3031
'License' => MSF_LICENSE,
3132
'Notes' => {

modules/auxiliary/admin/smb/webexec_command.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def initialize(info = {})
3030
'License' => MSF_LICENSE,
3131
'References' => [
3232
['URL', 'https://webexec.org'],
33-
['CVE', '2018-15442']
33+
['CVE', '2018-15442'],
34+
['ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES]
3435
],
3536
'Notes' => {
3637
'Stability' => [CRASH_SAFE],

modules/auxiliary/admin/vnc/realvnc_41_bypass.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def initialize(info = {})
2929
['OSVDB', '25479'],
3030
['URL', 'https://web.archive.org/web/20080102163013/http://secunia.com/advisories/20107/'],
3131
['CVE', '2006-2369'],
32+
['ATT&CK', Mitre::Attack::Technique::T1021_005_VNC],
3233
],
3334
'DisclosureDate' => '2006-05-15',
3435
'Notes' => {

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def initialize
4343
],
4444
'References' => [
4545
[ 'CVE', '1999-0506'], # Weak password
46+
[ 'ATT&CK', Mitre::Attack::Technique::T1021_002_SMB_WINDOWS_ADMIN_SHARES ],
4647
],
4748
'License' => MSF_LICENSE,
4849
'DefaultOptions' => {

modules/auxiliary/scanner/ssh/eaton_xpert_backdoor.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def initialize(info = {})
3333
['CVE', '2018-16158'],
3434
['EDB', '45283'],
3535
['URL', 'https://www.eaton.com/content/dam/eaton/company/news-insights/cybersecurity/security-bulletins/PXM-Advisory.pdf'],
36-
['URL', 'https://www.ctrlu.net/vuln/0006.html']
36+
['URL', 'https://www.ctrlu.net/vuln/0006.html'],
37+
['ATT&CK', Mitre::Attack::Technique::T1021_004_SSH]
3738
],
3839
'DisclosureDate' => '2018-07-18',
3940
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)