add computer object and relationships

This commit is contained in:
Frank Xu
2021-02-08 11:16:46 -05:00
parent 23743429a5
commit 2d68b27bb2
3 changed files with 5 additions and 28 deletions

View File

@@ -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 |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |

View File

@@ -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"]
}

View File

@@ -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"]
}