Skip to content

Commit 8529271

Browse files
Heiko KieselIlyesbdlala
authored andcommitted
Update SSLyze examples
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 4115549 commit 8529271

4 files changed

Lines changed: 12692 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[{
2+
"osi_layer": "PRESENTATION",
3+
"reference": null,
4+
"location": "example.com:443",
5+
"name": "TLS Service",
6+
"description": "",
7+
"identified_at": "2023-08-23T08:00:47.239Z",
8+
"category": "TLS Service Info",
9+
"severity": "INFORMATIONAL",
10+
"mitigation": null,
11+
"attributes": {
12+
"hostname": "example.com",
13+
"ip_addresses": ["93.184.216.34"],
14+
"port": 443,
15+
"tls_versions": ["TLS 1.0", "TLS 1.1", "TLS 1.2", "TLS 1.3"],
16+
"cipher_suites": ["SEED-SHA", "CAMELLIA256-SHA", "CAMELLIA128-SHA", "AES256-SHA", "AES128-SHA", "ECDHE-RSA-AES256-SHA", "ECDHE-RSA-AES128-SHA", "DHE-RSA-SEED-SHA", "DHE-RSA-CAMELLIA256-SHA", "DHE-RSA-CAMELLIA128-SHA", "DHE-RSA-AES256-SHA", "DHE-RSA-AES128-SHA", "AES128-GCM-SHA256", "ECDHE-RSA-AES256-GCM-SHA384", "ECDHE-RSA-AES256-SHA384", "ECDHE-RSA-AES128-GCM-SHA256", "ECDHE-RSA-AES128-SHA256", "DHE-RSA-AES256-GCM-SHA384", "DHE-RSA-AES256-SHA256", "DHE-RSA-AES128-GCM-SHA256", "DHE-RSA-AES128-SHA256", "TLS_CHACHA20_POLY1305_SHA256", "TLS_AES_256_GCM_SHA384", "TLS_AES_128_GCM_SHA256"]
17+
},
18+
"id": "6cd691f3-1174-4472-ad66-0ddb490c1d91",
19+
"parsed_at": "2023-08-23T08:00:57.820Z"
20+
}, {
21+
"osi_layer": "PRESENTATION",
22+
"reference": null,
23+
"location": "example.com:443",
24+
"name": "TLS Version TLS 1.0 is considered insecure",
25+
"category": "Outdated TLS Version",
26+
"description": "The server uses outdated or insecure tls versions.",
27+
"identified_at": "2023-08-23T08:00:47.239Z",
28+
"severity": "MEDIUM",
29+
"mitigation": "Upgrade to a higher tls version.",
30+
"attributes": {
31+
"hostname": "example.com",
32+
"ip_addresses": ["93.184.216.34"],
33+
"port": 443,
34+
"outdated_version": "TLS 1.0"
35+
},
36+
"id": "d7c7ea04-72be-4ca1-b159-8336bddbedc4",
37+
"parsed_at": "2023-08-23T08:00:57.820Z"
38+
}, {
39+
"osi_layer": "PRESENTATION",
40+
"reference": null,
41+
"location": "example.com:443",
42+
"name": "TLS Version TLS 1.1 is considered insecure",
43+
"category": "Outdated TLS Version",
44+
"description": "The server uses outdated or insecure tls versions.",
45+
"identified_at": "2023-08-23T08:00:47.239Z",
46+
"severity": "MEDIUM",
47+
"mitigation": "Upgrade to a higher tls version.",
48+
"attributes": {
49+
"hostname": "example.com",
50+
"ip_addresses": ["93.184.216.34"],
51+
"port": 443,
52+
"outdated_version": "TLS 1.1"
53+
},
54+
"id": "17bcb87a-830c-4598-a48a-0c8c824a6ff2",
55+
"parsed_at": "2023-08-23T08:00:57.820Z"
56+
}]

0 commit comments

Comments
 (0)