Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Runnable.
Public Member Functions | |
void | run () |
Private Member Functions | |
BlackboardTagTask (CentralRepository db, PropertyChangeEvent evt) | |
void | handleTagAdded (BlackBoardArtifactTagAddedEvent evt) |
void | handleTagChange (Content content, BlackboardArtifact bbArtifact) |
void | handleTagDeleted (BlackBoardArtifactTagDeletedEvent evt) |
boolean | isKnownFile (Content content) |
void | setArtifactKnownStatus (BlackboardArtifact bbArtifact, TskData.FileKnown knownStatus) |
Private Attributes | |
final CentralRepository | dbManager |
final PropertyChangeEvent | event |
Definition at line 311 of file CaseEventListener.java.
|
private |
Definition at line 316 of file CaseEventListener.java.
|
private |
Definition at line 372 of file CaseEventListener.java.
|
private |
When a tag is added or deleted, check if there are other notable tags for the item. If there are, set known status as notable. If not set status as unknown.
content | The content for the tag that was added or deleted. |
bbArtifact | The artifact for the tag that was added or deleted. |
Definition at line 391 of file CaseEventListener.java.
References org.sleuthkit.autopsy.casemodule.services.TagsManager.getBlackboardArtifactTagsByArtifact(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.Case.getServices(), and org.sleuthkit.autopsy.casemodule.services.Services.getTagsManager().
|
private |
Definition at line 339 of file CaseEventListener.java.
References org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.getArtifactID(), org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.DeletedBlackboardArtifactTagInfo.getContentID(), org.sleuthkit.autopsy.casemodule.Case.getCurrentCaseThrows(), org.sleuthkit.autopsy.casemodule.events.BlackBoardArtifactTagDeletedEvent.getDeletedTagInfo(), and org.sleuthkit.autopsy.casemodule.Case.getSleuthkitCase().
|
private |
Determines if the content is an abstract file and is a known file.
content | The content to assess. |
Definition at line 425 of file CaseEventListener.java.
void org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.BlackboardTagTask.run | ( | ) |
Definition at line 322 of file CaseEventListener.java.
References org.sleuthkit.autopsy.casemodule.Case.Events.BLACKBOARD_ARTIFACT_TAG_ADDED, org.sleuthkit.autopsy.casemodule.Case.Events.BLACKBOARD_ARTIFACT_TAG_DELETED, and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.isEnabled().
|
private |
Sets the known status of a blackboard artifact in the central repository.
bbArtifact | The blackboard artifact to set known status. |
knownStatus | The new known status. |
Definition at line 436 of file CaseEventListener.java.
References org.sleuthkit.autopsy.centralrepository.datamodel.CorrelationAttributeUtil.makeCorrAttrsForCorrelation(), and org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepository.setAttributeInstanceKnownStatus().
|
private |
Definition at line 313 of file CaseEventListener.java.
|
private |
Definition at line 314 of file CaseEventListener.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.