Skip to content

Commit

Permalink
Merge pull request #445 from threatgrid/add-process-uid
Browse files Browse the repository at this point in the history
Add process_uid to the observable type vocabulary.
  • Loading branch information
brookeswanson authored Apr 24, 2024
2 parents bf99d3e + 4614d3d commit aa549a3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/structures/asset_mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ If not present, the valid time position of the indicator does not have an upper
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
3 changes: 3 additions & 0 deletions doc/structures/bundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,7 @@ For each asset, we allow for the assertion of time bound properties.This gives u
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -3972,6 +3973,7 @@ Observable types that can be acted upon.
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -6179,6 +6181,7 @@ If not present, the valid time position of the indicator does not have an upper
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
4 changes: 4 additions & 0 deletions doc/structures/casebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ A URL reference to an external resource.
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -4280,6 +4281,7 @@ If not present, the valid time position of the indicator does not have an upper
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -5061,6 +5063,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -5519,6 +5522,7 @@ If not present, the valid time position of the indicator does not have an upper
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
1 change: 1 addition & 0 deletions doc/structures/coa.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ Observable types that can be acted upon.
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
1 change: 1 addition & 0 deletions doc/structures/judgement.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ A URL reference to an external resource.
* process_name
* process_path
* process_username
* process_uid
* processor_id
* registry_key
* registry_name
Expand Down
5 changes: 5 additions & 0 deletions doc/structures/sighting.md
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ If `true`, the row entries for this column cannot contain `nulls`. Defaults to `
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -950,6 +951,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -1031,6 +1033,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -1318,6 +1321,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down Expand Up @@ -1399,6 +1403,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
1 change: 1 addition & 0 deletions doc/structures/target_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ Time of the observation. If the observation was made over a period of time, than
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
1 change: 1 addition & 0 deletions doc/structures/verdict.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ The disposition_name field is optional, but is intended to be shown to a user.
* process_hash
* process_name
* process_path
* process_uid
* process_username
* processor_id
* registry_key
Expand Down
1 change: 1 addition & 0 deletions src/ctim/schemas/vocabularies.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@
"process_args"
"process_hash"
"process_path"
"process_uid" ;; used to correlate process_name to specific process attributes
"process_username"
"registry_key"
"registry_name"
Expand Down

0 comments on commit aa549a3

Please sign in to comment.