Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
8f7f2831
Commit
8f7f2831
authored
3 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
Updated artifact catalog
parent
8e9f9a9f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/doxygen/artifact_catalog.dox
+29
-0
29 additions, 0 deletions
bindings/java/doxygen/artifact_catalog.dox
with
29 additions
and
0 deletions
bindings/java/doxygen/artifact_catalog.dox
+
29
−
0
View file @
8f7f2831
...
...
@@ -121,6 +121,35 @@ Indicates that an object was detected in a media file. Typically used by compute
- TSK_DESCRIPTION (Additional comments about the object or observer, e.g., what detected the object)
---
## TSK_PREVIOUSLY_NOTABLE
Indicates that the file or artifact was previously tagged as "Notable" in another Autopsy case.
### REQUIRED ATTRIBUTES
- TSK_CORRELATION_TYPE (The correlation type that was previously tagged as notable)
- TSK_CORRELATION_VALUE (The correlation value that was previously tagged as notable)
- TSK_OTHER_CASES (The list of cases containing this file or artifact at the time the artifact is created)
---
## TSK_PREVIOUSLY_SEEN
Indicates that the file or artifact was previously seen in another Autopsy case.
### REQUIRED ATTRIBUTES
- TSK_CORRELATION_TYPE (The correlation type that was previously seen)
- TSK_CORRELATION_VALUE (The correlation value that was previously seen)
- TSK_OTHER_CASES (The list of cases containing this file or artifact at the time the artifact is created)
---
## TSK_PREVIOUSLY_UNSEEN
Indicates that the file or artifact was previously unseen in another Autopsy case.
### REQUIRED ATTRIBUTES
- TSK_CORRELATION_TYPE (The correlation type that was previously seen)
- TSK_CORRELATION_VALUE (The correlation value that was previously seen)
---
## TSK_USER_CONTENT_SUSPECTED
An indication that some media file content was generated by the user.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment