From d84d6be0f08948a922fee18da3e114710a6ea9d1 Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Mon, 8 Feb 2021 11:16:46 -0500 Subject: [PATCH] add computer object and relationships --- STIX_for_digital_forensics/readme.md | 10 +++++----- STIX_for_digital_forensics/test.json | 11 ----------- STIX_for_digital_forensics/test.jsonc | 12 ------------ 3 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 STIX_for_digital_forensics/test.json delete mode 100644 STIX_for_digital_forensics/test.jsonc diff --git a/STIX_for_digital_forensics/readme.md b/STIX_for_digital_forensics/readme.md index b62a960..f67ad6f 100644 --- a/STIX_for_digital_forensics/readme.md +++ b/STIX_for_digital_forensics/readme.md @@ -961,10 +961,10 @@ The Tool State Evidence object represents an attacking (anti-forensic) tool's st ### Relationships -| Source | Relationship Type | Target | Description | -| ------------ | ----------------- | ---------------- | ------------------------------------------------------------------------------ | -| x-disk-image | image-of | x-crime-case | This Relationship describes that a disk image is an image of x-crime-case. | -| x-disk-image | image-of | x-secondary-disk | This Relationship describes that a disk image is an image of x-secondary-disk. | +| Source | Relationship Type | Target | Description | +| ------------ | ----------------- | ------------------- | -------------------------------------------------------------------------------- | +| x-disk-image | image-of | x-crime-case | This Relationship describes that a disk image is an image of x-crime-case. | +| x-disk-image | image-of | x-secondary-Storage | This Relationship describes that a disk image is an image of x-secondary-Storage | ### Disk Image Format Vocabulary @@ -1494,7 +1494,7 @@ We focus on extending the data property of registry value as the data may contai | illegal-possessor | An individual that owns, produces, distributes illegal information and device. | | online-predators | An individual that makes sexual advances to minors. | -### ani-forenisc-type-ov extension +### ani-forensic-type-ov extension | Vocabulary Value | Description | | ---------------- | ---------------------------------------------------------------------------------------------------------------------------- | diff --git a/STIX_for_digital_forensics/test.json b/STIX_for_digital_forensics/test.json deleted file mode 100644 index 61d24d4..0000000 --- a/STIX_for_digital_forensics/test.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 deleted file mode 100644 index d6d9418..0000000 --- a/STIX_for_digital_forensics/test.jsonc +++ /dev/null @@ -1,12 +0,0 @@ -{ -  "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"] -} -