mirror of
https://github.com/frankwxu/digital-forensics-lab.git
synced 2026-04-10 12:13:44 +00:00
add computer object and relationships
This commit is contained in:
11
STIX_for_digital_forensics/test.json
Normal file
11
STIX_for_digital_forensics/test.json
Normal file
@@ -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"]
|
||||
}
|
||||
12
STIX_for_digital_forensics/test.jsonc
Normal file
12
STIX_for_digital_forensics/test.jsonc
Normal file
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user