Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Serializable.
Public Member Functions | |
CorrelationDataSource (CorrelationCase correlationCase, String deviceId, String name, Long dataSourceObjectId, String md5Hash, String sha1Hash, String sha256Hash) | |
int | getCaseID () |
Long | getDataSourceObjectID () |
String | getDeviceID () |
int | getID () |
String | getMd5 () |
String | getName () |
String | getSha1 () |
String | getSha256 () |
void | setMd5 (String md5Hash) throws EamDbException |
void | setSha1 (String sha1Hash) throws EamDbException |
void | setSha256 (String sha256Hash) throws EamDbException |
String | toString () |
Static Public Member Functions | |
static CorrelationDataSource | fromTSKDataSource (CorrelationCase correlationCase, Content dataSource) throws EamDbException |
Private Attributes | |
final int | caseID |
final int | dataSourceID |
final Long | dataSourceObjectID |
final String | deviceID |
String | md5Hash |
final String | name |
String | sha1Hash |
String | sha256Hash |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Stores information about a Data Source in the correlation engine
Definition at line 34 of file CorrelationDataSource.java.
org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.CorrelationDataSource | ( | CorrelationCase | correlationCase, |
String | deviceId, | ||
String | name, | ||
Long | dataSourceObjectId, | ||
String | md5Hash, | ||
String | sha1Hash, | ||
String | sha256Hash | ||
) |
Create a CorrelationDataSource object.
correlationCase | CorrelationCase object data source is associated with. Must have been created by EamDB and have a valid ID. |
deviceId | User specified ID for device (unique per case) |
name | User specified name |
dataSourceObjectId | The object ID for the datasource |
md5Hash | The MD5 hash value |
sha1Hash | The SHA-1 hash value |
sha256Hash | The SHA-256 hash value |
Definition at line 60 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationCase.getID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.md5Hash, org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.name, org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.sha1Hash, and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.sha256Hash.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.fromTSKDataSource().
|
static |
Create a CorrelationDataSource object from a TSK Content object. This will add it to the central repository.
correlationCase | the current CorrelationCase used for ensuring uniqueness of DataSource |
dataSource | the sleuthkit datasource that is being added to the central repository |
EamDbException |
Definition at line 113 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.CorrelationDataSource(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getDataSource(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase(), org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.isEnabled(), and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.newDataSource().
Referenced by org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getCorrelationAttributesFromNode(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.getInstanceFromContent(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.makeCorrelationAttributeInstanceUsingTypeValue(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.makeInstanceFromContent(), org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.populateCentralRepositoryData(), org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.DataSourceAddedTask.run().
int org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getCaseID | ( | ) |
Get the Case ID that is unique
Definition at line 189 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.caseID.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.toString().
Long org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDataSourceObjectID | ( | ) |
Get the object id for the data source in the case db
Definition at line 198 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.dataSourceObjectID.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDeviceID | ( | ) |
Get the device ID that is unique to the case
Definition at line 180 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.deviceID.
Referenced by org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.createSheet(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.toString().
int org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getID | ( | ) |
Get the database row ID
Definition at line 171 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.dataSourceID.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.toString().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getMd5 | ( | ) |
Definition at line 212 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName | ( | ) |
Definition at line 205 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.name.
Referenced by org.sleuthkit.autopsy.commonpropertiessearch.CentralRepoCommonAttributeInstanceNode.createSheet(), org.sleuthkit.autopsy.allcasessearch.CorrelationAttributeInstanceNode.createSheet(), org.sleuthkit.autopsy.centralrepository.contentviewer.DataContentViewerOtherCases.getCorrelationAttributesFromNode(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.makeCorrelationAttributeInstanceUsingTypeValue(), org.sleuthkit.autopsy.centralrepository.datamodel.EamArtifactUtil.makeInstanceFromContent(), org.sleuthkit.autopsy.contentviewers.AnnotationsContentViewer.populateCentralRepositoryData(), org.sleuthkit.autopsy.commonpropertiessearch.InterCaseSearchResultsProcessor.InterCaseByCaseCallback.process(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.toString().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getSha1 | ( | ) |
Definition at line 235 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getSha256 | ( | ) |
Definition at line 256 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
void org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.setMd5 | ( | String | md5Hash | ) | throws EamDbException |
Set the MD5 hash value and persist to the Central Repository if available.
md5Hash | The MD5 hash value. |
EamDbException | If there's an issue updating the Central Repository. |
Definition at line 224 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.md5Hash, and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.updateDataSourceMd5Hash().
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
void org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.setSha1 | ( | String | sha1Hash | ) | throws EamDbException |
Set the SHA-1 hash value and persist to the Central Repository if available.
sha1Hash | The SHA-1 hash value. |
Definition at line 245 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.sha1Hash, and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.updateDataSourceSha1Hash().
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
void org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.setSha256 | ( | String | sha256Hash | ) | throws EamDbException |
Set the SHA-256 hash value and persist to the Central Repository if available.
sha256Hash | The SHA-256 hash value. |
Definition at line 266 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.getInstance(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.sha256Hash, and org.sleuthkit.autopsy.centralrepository.datamodel.EamDb.updateDataSourceSha256Hash().
Referenced by org.sleuthkit.autopsy.centralrepository.eventlisteners.IngestEventsListener.AnalysisCompleteTask.run().
String org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.toString | ( | ) |
Definition at line 155 of file CorrelationDataSource.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getCaseID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDeviceID(), org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getID(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName().
|
private |
Definition at line 38 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getCaseID().
|
private |
Definition at line 39 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getID().
|
private |
Definition at line 40 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDataSourceObjectID().
|
private |
Definition at line 41 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getDeviceID().
|
private |
Definition at line 43 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.CorrelationDataSource(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.setMd5().
|
private |
Definition at line 42 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.CorrelationDataSource(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.getName().
|
staticprivate |
Definition at line 36 of file CorrelationDataSource.java.
|
private |
Definition at line 44 of file CorrelationDataSource.java.
Referenced by org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.CorrelationDataSource(), and org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationDataSource.setSha1().
|
private |
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.