diff options
| author | Kristofer Hallin <kristofer@sunet.se> | 2022-04-12 13:49:05 +0200 |
|---|---|---|
| committer | Kristofer Hallin <kristofer@sunet.se> | 2022-04-12 13:49:05 +0200 |
| commit | 509bf7fe6a4589d525b21f179ce8cb730c0d4e59 (patch) | |
| tree | 975714991716efe60ce67e82e143c825a8eb27c0 /example_data_2.json | |
| parent | 16f5009ac0d630c5f25c9d6cb4e8fb026ae628f9 (diff) | |
| parent | 2aebcdeca17f9b46d90f5255dd4d03caa358701e (diff) | |
Merged main and updated stuff.
Diffstat (limited to 'example_data_2.json')
| -rw-r--r-- | example_data_2.json | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/example_data_2.json b/example_data_2.json new file mode 100644 index 0000000..90e3f0a --- /dev/null +++ b/example_data_2.json @@ -0,0 +1,51 @@ +{ + "document_version": 1, + "ip": "192.0.2.20", + "port": 80, + "whois_description": "SOMENET", + "asn": "AS65001", + "asn_country_code": "SE", + "ptr": "host11.test.soc.sunet.se", + "abuse_mail": "abuse@test.soc.sunet.se", + "domain": "sunet.se", + "timestamp_in_utc": "2021-06-30T10:00 UTC", + "display_name": "VMware ESXi 6.7.0 build-17700523", + "description": "VMware ESXi is an enterprise-class, type-1 hypervisor developed by VMware for deploying and serving virtual computers. As a type-1 hypervisor, ESXi is not a software application that is installed on an operating system; instead, it includes and integrates vital OS components, such as a kernel.", + "custom_data": { + "subject_cn": { + "data": "VMware ESXi", + "display_name": "Subject Common Name" + }, + "end_of_general_support": { + "data": true, + "display_name": "End of general support", + "description": "Is the software currently supported?" + } + }, + "result": { + "cve_2019_0001": { + "display_name": "CVE-2019-0001", + "vulnerable": false + }, + "cve_2015_0002": { + "display_name": "CVE-2015-0002", + "vulnerable": false, + "description": "There is a use of insufficiently random values vulnerability. An unauthenticated, remote attacker can guess information by a large number of attempts. Successful exploitation may cause information leak." + }, + "cve_2015_0003": { + "display_name": "CVE-2015-0003", + "vulnerable": true, + "reliability": 2, + "description": "A carefully crafted request body can cause a read to a random memory area which could cause the process to crash." + }, + "cve_2015_0004": { + "display_name": "CVE-2015-0004", + "vulnerable": false + }, + "cve_2015_0005": { + "display_name": "CVE-2015-0005", + "vulnerable": true, + "reliability": 4 + } + } +} |
