Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Runnable.
Public Member Functions | |
void | run () |
Private Member Functions | |
ArtifactTagTask (CentralRepository db, PropertyChangeEvent evt) | |
void | handleTagAdded (BlackBoardArtifactTagAddedEvent evt) |
void | handleTagChange (Content content, BlackboardArtifact bbArtifact) |
void | handleTagDeleted (BlackBoardArtifactTagDeletedEvent evt) |
boolean | isKnownFile (Content content) |
Private Attributes | |
final CentralRepository | dbManager |
final PropertyChangeEvent | event |
Definition at line 338 of file CaseEventListener.java.
|
private |
Definition at line 343 of file CaseEventListener.java.
|
private |
Definition at line 399 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 418 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 366 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 451 of file CaseEventListener.java.
void org.sleuthkit.autopsy.centralrepository.eventlisteners.CaseEventListener.ArtifactTagTask.run | ( | ) |
Definition at line 349 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 |
Definition at line 340 of file CaseEventListener.java.
|
private |
Definition at line 341 of file CaseEventListener.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.