Skip to content
Snippets Groups Projects
Commit c1d3ef1d authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

updates to artifact and catalog

parent c25e2a66
No related branches found
No related tags found
No related merge requests found
......@@ -191,8 +191,8 @@ Details about a device data source.
---
## TSK_WEB_CATEGORY
A web host corresponding to a particular usage type, e.g. mail.google.com would correspond to Web Email.
## TSK_WEB_CATEGORIZATION
The categorization of a web host using a specific usage type, e.g. mail.google.com would correspond to Web Email.
### REQUIRED ATTRIBUTES
- TSK_NAME (The usage category identifier, e.g. Web Email)
......
......@@ -1303,8 +1303,8 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
TSK_GPS_AREA(67, "TSK_GPS_AREA",
bundle.getString("BlackboardArtifact.tskGPSArea.text")),
TSK_WEB_CATEGORY(68, "TSK_WEB_CATEGORY",
bundle.getString("BlackboardArtifact.tskDomainCategoryType.text")),
TSK_WEB_CATEGORIZATION(68, "TSK_WEB_CATEGORIZATION",
bundle.getString("BlackboardArtifact.tskWebCategorization.text")),
;
......
......@@ -63,7 +63,7 @@ BlackboardArtifact.tskDeletedProg.text=Deleted Programs
BlackboardArtifact.tskUserDeviceEvent.text=User Device Events
BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardArtifact.tskAssociatedObject.text=Associated Object
BlackboardArtifact.tskDomainCategoryType.text=Web Category
BlackboardArtifact.tskWebCategorization.text=Web Category
BlackboardArtifact.tskYaraHit.text=YARA Hit
BlackboardArtifact.tskGPSArea.text=GPS Area
BlackboardAttribute.tskAccountType.text=Account Type
......
......@@ -63,7 +63,7 @@ BlackboardArtifact.tskDeletedProg.text=Deleted Programs
BlackboardArtifact.tskUserDeviceEvent.text=User Device Events
BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardArtifact.tskAssociatedObject.text=Associated Object
BlackboardArtifact.tskDomainCategoryType.text=Web Category
BlackboardArtifact.tskWebCategorization.text=Web Category
BlackboardArtifact.tskYaraHit.text=YARA Hit
BlackboardArtifact.tskGPSArea.text=GPS Area
BlackboardAttribute.tskAccountType.text=Account Type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment