diff options
Diffstat (limited to 'example_data.json')
-rw-r--r-- | example_data.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/example_data.json b/example_data.json new file mode 100644 index 0000000..3af9f35 --- /dev/null +++ b/example_data.json @@ -0,0 +1,47 @@ +{ + "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", + "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)" + }, + "subject_o": { + "data": "unknown", + "display_name": "Subject O", + "description": "..." + }, + "full_name": { + "data": "VMware ESXi 6.7.0 build-17700523", + "display_name": "Full Name" + }, + "end_of_general_support": { + "data": false, + "display_name": "End of general support" + }, + "cve_2021_21972": { + "data": "CVE-2021-21972 not applicable", + "display_name": "CVE 2021 21972" + }, + "cve_2021_21974": { + "data": "CVE-2021-21974 patched", + "display_name": "CVE 2021 21974" + }, + "cve_2021_21985": { + "data": "CVE-2021-21985 not applicable", + "display_name": "CVE 2021 21985" + } + } + } +} |