From 5c85929b5ee0cb5f7bfe98766a9769f7c06cc31e Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Mon, 8 Feb 2021 10:40:26 -0500 Subject: [PATCH] add computer object and relationships --- STIX_for_digital_forensics/test.json | 11 +++++++++++ STIX_for_digital_forensics/test.jsonc | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 STIX_for_digital_forensics/test.json create mode 100644 STIX_for_digital_forensics/test.jsonc diff --git a/STIX_for_digital_forensics/test.json b/STIX_for_digital_forensics/test.json new file mode 100644 index 0000000..61d24d4 --- /dev/null +++ b/STIX_for_digital_forensics/test.json @@ -0,0 +1,11 @@ +{ + "type": "student", + "id": "110", + "last_name": "Xu", + "first_name": "Eric", + "age": 22, + "height": 170.1, + "is_fulltime": true, + "birthday": "2007-01-13T07:03:17Z", + "course_registered": ["FSCS727", "FSCS728", "FSCS730"] +} diff --git a/STIX_for_digital_forensics/test.jsonc b/STIX_for_digital_forensics/test.jsonc new file mode 100644 index 0000000..d6d9418 --- /dev/null +++ b/STIX_for_digital_forensics/test.jsonc @@ -0,0 +1,12 @@ +{ +  "type": "student", +  "id": "110", +  "last_name": "Xu", +  "first_name": "Eric", +  "age": 22, +  "height": 170.1, +  "is_fulltime": true, +  "birthday": "2007-01-13T07:03:17Z", +  "course_registered": ["FSCS727", "FSCS728", "FSCS730"] +} +