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

updated artifact and attribute names

parent 19b30212
No related branches found
No related tags found
No related merge requests found
......@@ -191,13 +191,13 @@ Details about a device data source.
---
## TSK_DOMAIN_CATEGORY
Details about the category of the domain.
## TSK_WEB_CATEGORY
A web host corresponding to a particular usage type, e.g. mail.google.com would correspond to Web Email.
### REQUIRED ATTRIBUTES
- TSK_NAME (The category identifier)
- TSK_DOMAIN (The domain of the category)
- TSK_REALM (The full host of the category)
- TSK_NAME (The usage category identifier, e.g. Web Email)
- TSK_DOMAIN (The domain of the host, e.g. google.com)
- TSK_HOST (The full host, e.g. mail.google.com)
---
......
......@@ -1303,7 +1303,7 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
TSK_GPS_AREA(67, "TSK_GPS_AREA",
bundle.getString("BlackboardArtifact.tskGPSArea.text")),
TSK_DOMAIN_CATEGORY(68, "TSK_DOMAIN_CATEGORY",
TSK_WEB_CATEGORY(68, "TSK_WEB_CATEGORY",
bundle.getString("BlackboardArtifact.tskDomainCategoryType.text")),
;
......
......@@ -1416,6 +1416,9 @@ public enum ATTRIBUTE_TYPE {
TSK_REALM(153, "TSK_REALM",
bundle.getString("BlackboardAttribute.tskRealm.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_HOST(154, "TSK_HOST",
bundle.getString("BlackboardAttribute.tskHost.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
;
private final int typeID;
......
......@@ -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=Domain Category
BlackboardArtifact.tskDomainCategoryType.text=Web Category
BlackboardArtifact.tskYaraHit.text=YARA Hit
BlackboardArtifact.tskGPSArea.text=GPS Area
BlackboardAttribute.tskAccountType.text=Account Type
......@@ -213,6 +213,7 @@ BlackboardAttribute.tskgeoareapoints.text=List of points making up the outline o
BlackboardAttribute.tskrule.text = Rule
BlackboardAttribute.tskActivityType.text=Activity Type
BlackboardAttribute.tskRealm.text=Realm
BlackboardAttribute.tskHost.text=Host
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0}
AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
......@@ -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=Domain Category
BlackboardArtifact.tskDomainCategoryType.text=Web Category
BlackboardArtifact.tskYaraHit.text=YARA Hit
BlackboardArtifact.tskGPSArea.text=GPS Area
BlackboardAttribute.tskAccountType.text=Account Type
......@@ -213,6 +213,7 @@ BlackboardAttribute.tskgeoareapoints.text=List of points making up the outline o
BlackboardAttribute.tskrule.text = Rule
BlackboardAttribute.tskActivityType.text=Activity Type
BlackboardAttribute.tskRealm.text=Realm
BlackboardAttribute.tskHost.text=Host
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0}
AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment