From c21b3cc14a655f2709b26d77036dfeb81f6c6ff1 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Wed, 30 Mar 2022 13:01:36 +0200 Subject: Add example data --- example_data_1.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ example_data_2.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 example_data_1.json create mode 100644 example_data_2.json diff --git a/example_data_1.json b/example_data_1.json new file mode 100644 index 0000000..2b819ea --- /dev/null +++ b/example_data_1.json @@ -0,0 +1,49 @@ +{ + "document_version": 1, + "ip": "192.0.2.10", + "port": 443, + "whois_description": "SOMENET", + "asn": "AS65001", + "asn_country_code": "SE", + "ptr": "host10.test.soc.sunet.se", + "abuse_mail": "abuse@test.soc.sunet.se", + "domain": "sunet.se", + "timestamp_in_utc": "2021-06-21T14:06 UTC", + "system_name": "Apache 2.1.3", + "result": [ + { + "cve": "CVE-2015-0049", + "vulnerable": false + }, + { + "cve": "CVE-2015-0050", + "vulnerable": false + }, + { + "cve": "CVE-2015-0060", + "vulnerable": true + }, + { + "cve": "CVE-2015-0063", + "vulnerable": false + }, + { + "cve": "CVE-2015-0064", + "vulnerable": true + } + ], + "user_presentation": { + "description": "A presentation of the observation as a whole (optional)", + "data": { + "subject_cn": { + "data": "unknown", + "display_name": "Subject Common Name", + "description": "A description of this key (optional)" + }, + "end_of_general_support": { + "data": false, + "display_name": "End of general support" + } + } + } +} diff --git a/example_data_2.json b/example_data_2.json new file mode 100644 index 0000000..4cc30da --- /dev/null +++ b/example_data_2.json @@ -0,0 +1,49 @@ +{ + "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", + "system_name": "VMware ESXi 6.7.0 build-17700523", + "result": [ + { + "cve": "CVE-2019-0001", + "vulnerable": false + }, + { + "cve": "CVE-2015-0002", + "vulnerable": false + }, + { + "cve": "CVE-2015-0003", + "vulnerable": true + }, + { + "cve": "CVE-2015-0004", + "vulnerable": false + }, + { + "cve": "CVE-2015-0005", + "vulnerable": true + } + ], + "user_presentation": { + "description": "A presentation of the observation as a whole (optional)", + "data": { + "subject_cn": { + "data": "unknown", + "display_name": "Subject Common Name", + "description": "A description of this key (optional)" + }, + "end_of_general_support": { + "data": true, + "display_name": "End of general support" + } + } + } +} -- cgit v1.1