summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-03-30 13:01:36 +0200
committerErnst Widerberg <ernst@sunet.se>2022-03-30 13:01:36 +0200
commitc21b3cc14a655f2709b26d77036dfeb81f6c6ff1 (patch)
treea2a26d6caa55e32558061b77dbdce3b7f38266de
parentdcd03d8a3f94505c53e667a4b967a29b698c5728 (diff)
Add example data
-rw-r--r--example_data_1.json49
-rw-r--r--example_data_2.json49
2 files changed, 98 insertions, 0 deletions
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"
+ }
+ }
+ }
+}