Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.discovery.search.Result.
Public Member Functions | |
void | addTagName (String tagName) |
void | addWebCategories (Set< String > categories) |
String | getAccountTypes () |
Long | getActivityEnd () |
Long | getActivityStart () |
Content | getDataSource () |
long | getDataSourceObjectId () |
String | getDomain () |
Long | getFilesDownloaded () |
SearchData.Frequency | getFrequency () |
TskData.FileKnown | getKnown () |
Long | getPageViewsInLast60Days () |
final SearchData.PreviouslyNotable | getPreviouslyNotableInCR () |
List< String > | getTagNames () |
Long | getTotalPageViews () |
SearchData.Type | getType () |
Set< String > | getWebCategories () |
boolean | hasKnownAccountType () |
final void | markAsPreviouslyNotableInCR () |
final void | setFrequency (SearchData.Frequency frequency) |
String | toString () |
Private Attributes | |
final String | accountTypes |
final Long | activityEnd |
final Long | activityStart |
final Long | countOfKnownAccountTypes |
final Content | dataSource |
final long | dataSourceId |
final String | domain |
final Long | filesDownloaded |
final Long | pageViewsInLast60 |
final Long | totalPageViews |
final Set< String > | webCategories = new HashSet<>() |
Container for domains that holds all necessary data for grouping and sorting.
Definition at line 31 of file ResultDomain.java.
|
inherited |
Add a tag name that matched this file.
tagName |
Definition at line 106 of file Result.java.
void org.sleuthkit.autopsy.discovery.search.ResultDomain.addWebCategories | ( | Set< String > | categories | ) |
Add the web categories for this domain (derived from TSK_WEB_CATEGORY) artifacts.
Definition at line 160 of file ResultDomain.java.
String org.sleuthkit.autopsy.discovery.search.ResultDomain.getAccountTypes | ( | ) |
Get the account types which are associated with this domain.
Definition at line 185 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.accountTypes.
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityEnd | ( | ) |
Get the date of most recent activity for this domain.
Definition at line 106 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.activityEnd.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getLastActivityDateTimeComparator().
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityStart | ( | ) |
Get the date of first activity for this domain.
Definition at line 97 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.activityStart.
Content org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSource | ( | ) |
Definition at line 198 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.dataSource.
long org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSourceObjectId | ( | ) |
Definition at line 193 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.dataSourceId.
String org.sleuthkit.autopsy.discovery.search.ResultDomain.getDomain | ( | ) |
Get the domain represented as a String.
Definition at line 88 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.domain.
Referenced by org.sleuthkit.autopsy.discovery.ui.ResultsPanel.DomainThumbnailWorker.doInBackground(), and org.sleuthkit.autopsy.discovery.search.ResultsSorter.getDomainNameComparator().
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getFilesDownloaded | ( | ) |
Get the number of files downloaded associated with this domain.
Definition at line 136 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.filesDownloaded.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getWebDownloadsComparator().
|
inherited |
Get the frequency of this result in the central repository.
Definition at line 49 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.frequency.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getFrequencyComparator(), org.sleuthkit.autopsy.discovery.search.ResultDomain.toString(), and org.sleuthkit.autopsy.discovery.search.ResultFile.toString().
TskData.FileKnown org.sleuthkit.autopsy.discovery.search.ResultDomain.getKnown | ( | ) |
Definition at line 203 of file ResultDomain.java.
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getPageViewsInLast60Days | ( | ) |
Get the number of page views that this domain has had in the last 60 days. Page views is defined as the count of TSK_WEB_HISTORY artifacts.
Definition at line 127 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.pageViewsInLast60.
|
inherited |
Get the previously notable value of this result.
Definition at line 72 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.notabilityStatus.
|
inherited |
Get the tag names for this file
Definition at line 120 of file Result.java.
Long org.sleuthkit.autopsy.discovery.search.ResultDomain.getTotalPageViews | ( | ) |
Get the total number of page views that this domain has had. Pages views is defined as the count of TSK_WEB_HISTORY artifacts.
Definition at line 116 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.ResultDomain.totalPageViews.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultsSorter.getPageViewComparator().
SearchData.Type org.sleuthkit.autopsy.discovery.search.ResultDomain.getType | ( | ) |
Definition at line 208 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.SearchData.Type.DOMAIN.
Set<String> org.sleuthkit.autopsy.discovery.search.ResultDomain.getWebCategories | ( | ) |
Get the web category (TSK_WEB_CATEGORY) type for this domain.
Definition at line 146 of file ResultDomain.java.
boolean org.sleuthkit.autopsy.discovery.search.ResultDomain.hasKnownAccountType | ( | ) |
Determines if the domain has been associated with a known account type (TSK_WEB_ACCOUNT_TYPE).
Definition at line 170 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.SearchFiltering.KnownAccountTypeFilter.applyAlternateFilter().
|
inherited |
Mark the result as being previously notable in the CR.
Definition at line 63 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.notabilityStatus, and org.sleuthkit.autopsy.discovery.search.SearchData.PreviouslyNotable.PREVIOUSLY_NOTABLE.
|
inherited |
Set the frequency of this result in the central repository.
frequency | The frequency of the result as an enum. |
Definition at line 81 of file Result.java.
References org.sleuthkit.autopsy.discovery.search.Result.frequency.
Referenced by org.sleuthkit.autopsy.discovery.search.DiscoveryAttributes.FrequencyCallback.process().
String org.sleuthkit.autopsy.discovery.search.ResultDomain.toString | ( | ) |
Definition at line 213 of file ResultDomain.java.
References org.sleuthkit.autopsy.discovery.search.Result.getFrequency().
|
private |
Definition at line 40 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getAccountTypes().
|
private |
Definition at line 35 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityEnd().
|
private |
Definition at line 34 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getActivityStart().
|
private |
Definition at line 39 of file ResultDomain.java.
|
private |
Definition at line 43 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSource().
|
private |
Definition at line 44 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getDataSourceObjectId().
|
private |
Definition at line 33 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getDomain().
|
private |
Definition at line 38 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getFilesDownloaded().
|
private |
Definition at line 37 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getPageViewsInLast60Days().
|
private |
Definition at line 36 of file ResultDomain.java.
Referenced by org.sleuthkit.autopsy.discovery.search.ResultDomain.getTotalPageViews().
|
private |
Definition at line 41 of file ResultDomain.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.