summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-01-21 16:24:36 +0100
committerErnst Widerberg <ernst@sunet.se>2022-01-27 16:17:25 +0100
commit7678fecb6ce2a81e56ae18a1e926d137f40230c0 (patch)
tree288c5c8f10c51981cb8646be27c28d383b30e258
parentf4d44b76264c32b23d48bb8a3ed728b39d515854 (diff)
Remove example_data.json (moved to soc_collector repo)
-rw-r--r--example_data.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/example_data.json b/example_data.json
deleted file mode 100644
index 2e45404..0000000
--- a/example_data.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "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"
- }
- }
- }
-}