Skip to content

Commit

Permalink
Merge pull request #138 from casework/uco-issue-376
Browse files Browse the repository at this point in the history
Uco issue 376
  • Loading branch information
ajnelson-nist authored Jan 9, 2024
2 parents 5529100 + 5e95ab1 commit ee2f560
Show file tree
Hide file tree
Showing 46 changed files with 62,418 additions and 221 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Mapping notes & respective JSON-LD output:
- [Multipart File](examples/illustrations/multipart_file/multipart_file.json) (*[info](examples/illustrations/multipart_file/)*)
- [Network connection](examples/illustrations/network_connection/network_connection.json) (*[info](examples/illustrations/network_connection/)*)
- [Oresteia](examples/illustrations/Oresteia/Oresteia.json) (*[info](examples/illustrations/Oresteia/)*)
- [Partitions](examples/illustrations/partitions/partitions.json) (*[info](examples/illustrations/partitions/)*)
- [Raw Data](examples/illustrations/raw_data/raw_data.json) (*[info](examples/illustrations/raw_data/)*)
- [Reconstructed File](examples/illustrations/reconstructed_file/reconstructed_file.json) (*[info](examples/illustrations/reconstructed_file/)*)
- [Recoverability](examples/illustrations/recoverability/recoverability.json) (*[info](examples/illustrations/recoverability/)*)
Expand Down
47 changes: 31 additions & 16 deletions examples/illustrations/Oresteia/Oresteia.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"@id": "kb:trace-relationship-dfad5a2f-696b-44bd-88b7-04e634f7ee57"
},
{
"@id": "kb:cassandra-image-partition-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1"
"@id": "kb:cassandra-image-partition-8fcf085d-c5a1-4997-a73e-e04d1c0ad2af"
},
{
"@id": "kb:trace-relationship-bd43f037-cf0f-4494-b36d-94f7a1da700c"
Expand Down Expand Up @@ -1083,7 +1083,7 @@
},
"uco-core:target": [
{
"@id": "kb:cassandra-image-partition-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1"
"@id": "kb:cassandra-image-partition-8fcf085d-c5a1-4997-a73e-e04d1c0ad2af"
}
],
"rdfs:comment": "TODO: CyberItemRelationshipEnum does not seem to be tied to uco-core:ControlledVocabulary. ( https://github.com/ucoProject/UCO/issues/146 )",
Expand All @@ -1098,21 +1098,24 @@
]
},
{
"@id": "kb:cassandra-image-partition-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1",
"@type": "uco-observable:FileSystem",
"@id": "kb:cassandra-image-partition-8fcf085d-c5a1-4997-a73e-e04d1c0ad2af",
"@type": "uco-observable:DiskPartition",
"uco-core:hasFacet": [
{
"@id": "kb:disk-partition-facet-1adea3d7-80be-4fcb-8e78-38a50404b487",
"@type": "uco-observable:DiskPartitionFacet",
"rdfs:comment": [
"TODO: partitionOffset should be in bytes. Nothing in this example specifies the sector size of the device's storage.",
"TODO: diskPartitionType in UCO 0.3.0 is supposed to describe the type of partition (per documenting rdfs:comment), not the type of the containing partition system. However, further clarification is needed on the range of this property - the numeric type? There does not appear to be a consistent dictionary labeling these numeric types, and tools frequently provide multiple guesses (e.g. TSK's mmls reports exfat and ntfs for one code)."
],
"uco-observable:diskPartitionType": "MBR",
"uco-observable:partitionID": "06",
"uco-observable:partitionOffset": 63,
"uco-observable:partitionLength": 245235063
},
"uco-observable:diskPartitionType": "Linux (0x83)",
"drafting:diskPartitionName": "userdata",
"uco-observable:partitionOffset": 11010048,
"uco-observable:partitionID": "42",
"uco-observable:partitionLength": 50053119
}
]
},
{
"@id": "kb:cassandra-image-filesystem-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1",
"@type": "uco-observable:FileSystem",
"uco-core:hasFacet": [
{
"@id": "kb:file-system-facet-ea298510-c4b6-4c66-b1e6-4c5e57875d3c",
"@type": "uco-observable:FileSystemFacet",
Expand Down Expand Up @@ -1143,7 +1146,7 @@
"@id": "kb:trace-relationship-bd43f037-cf0f-4494-b36d-94f7a1da700c",
"@type": "uco-observable:ObservableRelationship",
"uco-core:source": {
"@id": "kb:cassandra-image-partition-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1"
"@id": "kb:cassandra-image-partition-8fcf085d-c5a1-4997-a73e-e04d1c0ad2af"
},
"uco-core:target": {
"@id": "kb:cassandra-mobiledevice-forensicduplicate-95d5a618-8265-4cb8-8140-ac8ea281c536"
Expand All @@ -1154,11 +1157,23 @@
{
"@id": "kb:data-range-facet-5c250680-cc8b-40d5-a6e9-8adb878b8ff7",
"@type": "uco-observable:DataRangeFacet",
"uco-observable:rangeOffset": 234909233,
"uco-observable:rangeSize": 120000000000
"uco-observable:rangeOffset": 11010048,
"uco-observable:rangeSize": 50053119
}
]
},
{
"@id": "kb:trace-relationship-9f68401c-206e-4ff5-b342-2ef14331ad67",
"@type": "uco-observable:ObservableRelationship",
"uco-core:source": {
"@id": "kb:cassandra-image-filesystem-64c9eeab-7e98-4256-a4f2-c3bb92ae0ef1"
},
"uco-core:target": {
"@id": "kb:cassandra-image-partition-8fcf085d-c5a1-4997-a73e-e04d1c0ad2af"
},
"uco-core:kindOfRelationship": "Contained_Within",
"uco-core:isDirectional": true
},
{
"@id": "kb:person-82684209-0ee5-45d9-b873-125d2ca63919",
"@type": "uco-identity:Person",
Expand Down
Loading

0 comments on commit ee2f560

Please sign in to comment.