Skip to content
Snippets Groups Projects
Commit df0f8e9d authored by Mark McKinnon's avatar Mark McKinnon
Browse files

ileap new artifacts and attributes

New artifacts and attribute for iLeapp
parent 12ff90bd
No related branches found
No related tags found
No related merge requests found
...@@ -1260,7 +1260,37 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem { ...@@ -1260,7 +1260,37 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
* Stores a role on a given domain. * Stores a role on a given domain.
*/ */
TSK_WEB_ACCOUNT_TYPE(59, "TSK_WEB_ACCOUNT_TYPE", TSK_WEB_ACCOUNT_TYPE(59, "TSK_WEB_ACCOUNT_TYPE",
bundle.getString("BlackboardArtifact.tskWebAccountType.text")); bundle.getString("BlackboardArtifact.tskWebAccountType.text")),
/**
* Screen shots from device or Application.
*/
TSK_SCREEN_SHOTS(60, "TSK_SCREEN_SHOTS",
bundle.getString("BlackboardArtifact.tskScreenShots.text")),
/**
* DHCP Information that is store for a device.
*/
TSK_DHCP_INFO(61, "TSK_DHCP_INFO",
bundle.getString("BlackboardArtifact.tskDhcpInfo.text")),
/**
* Notifications Sent to User.
*/
TSK_NOTIFICATIONS(62, "TSK_NOTIFICATIONS",
bundle.getString("BlackboardArtifact.tskNotifications.text")),
/**
* System/Application/File backup.
*/
TSK_BACKUP (63, "TSK_BACKUP ",
bundle.getString("BlackboardArtifact.tskBackup.text")),
/**
* Programs that have been deleted.
*/
TSK_DELETED_PROG(64, "TSK_DELETED_PROG",
bundle.getString("BlackboardArtifact.tskDeletedProg.text")),
/**
* Activity on the System/Application.
*/
TSK_ACTIVITY(65, "TSK_ACTIVITY",
bundle.getString("BlackboardArtifact.tskActivity.text"));
/* To developers: For each new artifact, ensure that: /* To developers: For each new artifact, ensure that:
* - The enum value has 1-line JavaDoc description * - The enum value has 1-line JavaDoc description
* - The artifact catalog (artifact_catalog.dox) is updated to reflect the attributes it uses * - The artifact catalog (artifact_catalog.dox) is updated to reflect the attributes it uses
......
...@@ -1417,6 +1417,10 @@ public enum ATTRIBUTE_TYPE { ...@@ -1417,6 +1417,10 @@ public enum ATTRIBUTE_TYPE {
bundle.getString("BlackboardAttribute.tsklastprinteddatetime.text"), bundle.getString("BlackboardAttribute.tsklastprinteddatetime.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.DATETIME), TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.DATETIME),
TSK_ACTIVITY_TYPE(150, "TSK_ACTIVITY_TYPE",
bundle.getString("BlackboardAttribute.tskActivityType.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
; ;
......
...@@ -55,6 +55,12 @@ BlackboardArtifact.tskUserContentSuspected.text=User Content Suspected ...@@ -55,6 +55,12 @@ BlackboardArtifact.tskUserContentSuspected.text=User Content Suspected
BlackboardArtifact.tskMetadata.text=Metadata BlackboardArtifact.tskMetadata.text=Metadata
BlackboardArtifact.tskTrack.text=GPS Track BlackboardArtifact.tskTrack.text=GPS Track
BlackboardArtifact.tskWebAccountType.text=Web Account Type BlackboardArtifact.tskWebAccountType.text=Web Account Type
BlackboardArtifact.tskScreenShots.text=Screen Shots
BlackboardArtifact.tskDhcpInfo.text=DHCP Information
BlackboardArtifact.tskNotifications.text=Notification
BlackboardArtifact.tskBackup.text=Backup
BlackboardArtifact.tskDeletedProg.text=Deleted Programs
BlackboardArtifact.tskActivity.text=Activity
BlackboardArtifact.shortDescriptionDate.text=at {0} BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardArtifact.tskAssociatedObject.text=Associated Object BlackboardArtifact.tskAssociatedObject.text=Associated Object
BlackboardAttribute.tskAccountType.text=Account Type BlackboardAttribute.tskAccountType.text=Account Type
...@@ -200,6 +206,7 @@ BlackboardAttribute.tskhashphotodna.text=PhotoDNA Hash ...@@ -200,6 +206,7 @@ BlackboardAttribute.tskhashphotodna.text=PhotoDNA Hash
BlackboardAttribute.tskbytessent.text=Bytes Sent BlackboardAttribute.tskbytessent.text=Bytes Sent
BlackboardAttribute.tskbytesreceived.text=Bytes Received BlackboardAttribute.tskbytesreceived.text=Bytes Received
BlackboardAttribute.tsklastprinteddatetime.text=Last Printed Date BlackboardAttribute.tsklastprinteddatetime.text=Last Printed Date
BlackboardAttribute.tskActivityType.text=Activity Type
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0} 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.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} AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
...@@ -55,6 +55,12 @@ BlackboardArtifact.tskUserContentSuspected.text=User Content Suspected ...@@ -55,6 +55,12 @@ BlackboardArtifact.tskUserContentSuspected.text=User Content Suspected
BlackboardArtifact.tskMetadata.text=Metadata BlackboardArtifact.tskMetadata.text=Metadata
BlackboardArtifact.tskTrack.text=GPS Track BlackboardArtifact.tskTrack.text=GPS Track
BlackboardArtifact.tskWebAccountType.text=Web Account Type BlackboardArtifact.tskWebAccountType.text=Web Account Type
BlackboardArtifact.tskScreenShots.text=Screen Shots
BlackboardArtifact.tskDhcpInfo.text=DHCP Information
BlackboardArtifact.tskNotifications.text=Notification
BlackboardArtifact.tskBackup.text=Backup
BlackboardArtifact.tskDeletedProg.text=Deleted Programs
BlackboardArtifact.tskActivity.text=Activity
BlackboardArtifact.shortDescriptionDate.text=at {0} BlackboardArtifact.shortDescriptionDate.text=at {0}
BlackboardArtifact.tskAssociatedObject.text=Associated Object BlackboardArtifact.tskAssociatedObject.text=Associated Object
BlackboardAttribute.tskAccountType.text=Account Type BlackboardAttribute.tskAccountType.text=Account Type
...@@ -200,6 +206,7 @@ BlackboardAttribute.tskhashphotodna.text=PhotoDNA Hash ...@@ -200,6 +206,7 @@ BlackboardAttribute.tskhashphotodna.text=PhotoDNA Hash
BlackboardAttribute.tskbytessent.text=Bytes Sent BlackboardAttribute.tskbytessent.text=Bytes Sent
BlackboardAttribute.tskbytesreceived.text=Bytes Received BlackboardAttribute.tskbytesreceived.text=Bytes Received
BlackboardAttribute.tsklastprinteddatetime.text=Last Printed Date BlackboardAttribute.tsklastprinteddatetime.text=Last Printed Date
BlackboardAttribute.tskActivityType.text=Activity Type
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0} 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.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} 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