1+ [
2+ {
3+ " name " : " SSH Service" ,
4+ " description " : " SSH Service Information" ,
5+ " category " : " SSH Service" ,
6+ " osi_layer " : " APPLICATION" ,
7+ " severity " : " INFORMATIONAL" ,
8+ " reference " : {},
9+ " hint " : " " ,
10+ " location " : " dummy-ssh.demo-apps.svc" ,
11+ " attributes " : {
12+ " hostname " : " dummy-ssh.demo-apps.svc" ,
13+ " ip_address " : " 10.102.131.102" ,
14+ " server_banner " : " SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.8" ,
15+ " ssh_version " : 2,
16+ " os_cpe " : " o:canonical:ubuntu:16.04" ,
17+ " ssh_lib_cpe " : " a:openssh:openssh:7.2p2" ,
18+ " compliance_policy " : " Mozilla Modern" ,
19+ " compliant " : false,
20+ " grade " : " D" ,
21+ " references " : [
22+ " https://wiki.mozilla.org/Security/Guidelines/OpenSSH"
23+ ],
24+ " auth_methods " : [
25+ " publickey" ,
26+ " password"
27+ ],
28+ " key_algorithms " : [
29+ " curve25519-sha256@libssh.org" ,
30+ " ecdh-sha2-nistp256" ,
31+ " ecdh-sha2-nistp384" ,
32+ " ecdh-sha2-nistp521" ,
33+ " diffie-hellman-group-exchange-sha256" ,
34+ " diffie-hellman-group14-sha1"
35+ ],
36+ " encryption_algorithms " : [
37+ " chacha20-poly1305@openssh.com" ,
38+ " aes128-ctr" ,
39+ " aes192-ctr" ,
40+ " aes256-ctr" ,
41+ " aes128-gcm@openssh.com" ,
42+ " aes256-gcm@openssh.com"
43+ ],
44+ " mac_algorithms " : [
45+ " umac-64-etm@openssh.com" ,
46+ " umac-128-etm@openssh.com" ,
47+ " hmac-sha2-256-etm@openssh.com" ,
48+ " hmac-sha2-512-etm@openssh.com" ,
49+ " hmac-sha1-etm@openssh.com" ,
50+ " umac-64@openssh.com" ,
51+ " umac-128@openssh.com" ,
52+ " hmac-sha2-256" ,
53+ " hmac-sha2-512" ,
54+ " hmac-sha1"
55+ ],
56+ " compression_algorithms " : [
57+ " none" ,
58+ " zlib@openssh.com"
59+ ]
60+ },
61+ " id " : " 17ac9886-d083-4c58-8518-557aa3b38d2d"
62+ },
63+ {
64+ " name " : " Insecure SSH Key Algorithms" ,
65+ " description " : " Deprecated / discouraged SSH key algorithms are used" ,
66+ " category " : " SSH Policy Violation" ,
67+ " osi_layer " : " NETWORK" ,
68+ " severity " : " MEDIUM" ,
69+ " reference " : {},
70+ " hint " : " Remove these key exchange algorithms: diffie-hellman-group14-sha1" ,
71+ " location " : " dummy-ssh.demo-apps.svc" ,
72+ " attributes " : {
73+ " hostname " : " dummy-ssh.demo-apps.svc" ,
74+ " ip_address " : " 10.102.131.102" ,
75+ " payload " : [
76+ " diffie-hellman-group14-sha1"
77+ ]
78+ },
79+ " id " : " 650c5ed1-00fb-44e3-933c-515dca4a1eda"
80+ },
81+ {
82+ " name " : " Insecure SSH MAC Algorithms" ,
83+ " description " : " Deprecated / discouraged SSH MAC algorithms are used" ,
84+ " category " : " SSH Policy Violation" ,
85+ " osi_layer " : " NETWORK" ,
86+ " severity " : " MEDIUM" ,
87+ " reference " : {},
88+ " hint " : " Remove these MAC algorithms: umac-64-etm@openssh.com, hmac-sha1-etm@openssh.com, umac-64@openssh.com, hmac-sha1" ,
89+ " location " : " dummy-ssh.demo-apps.svc" ,
90+ " attributes " : {
91+ " hostname " : " dummy-ssh.demo-apps.svc" ,
92+ " ip_address " : " 10.102.131.102" ,
93+ " payload " : [
94+ " umac-64-etm@openssh.com" ,
95+ " hmac-sha1-etm@openssh.com" ,
96+ " umac-64@openssh.com" ,
97+ " hmac-sha1"
98+ ]
99+ },
100+ " id " : " 5b681ed0-b509-400b-bb1e-ae839bb1b766"
101+ },
102+ {
103+ " name " : " Discouraged SSH authentication methods" ,
104+ " description " : " Discouraged SSH authentication methods are used" ,
105+ " category " : " SSH Policy Violation" ,
106+ " osi_layer " : " NETWORK" ,
107+ " severity " : " MEDIUM" ,
108+ " reference " : {},
109+ " hint " : " Remove these authentication methods: password" ,
110+ " location " : " dummy-ssh.demo-apps.svc" ,
111+ " attributes " : {
112+ " hostname " : " dummy-ssh.demo-apps.svc" ,
113+ " ip_address " : " 10.102.131.102" ,
114+ " payload " : [
115+ " password"
116+ ]
117+ },
118+ " id " : " 4485916d-3747-4c16-a730-a9b1146dd9a2"
119+ }
120+ ]
0 commit comments