Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.url.analytics.DomainCategory Class Reference

Public Member Functions

 DomainCategory (String hostSuffix, String category)
 
String getCategory ()
 
String getHostSuffix ()
 

Private Attributes

final String category
 
final String hostSuffix
 

Detailed Description

The result of finding a match for the host or domain provided as an argument.

Definition at line 27 of file DomainCategory.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.url.analytics.DomainCategory.DomainCategory ( String  hostSuffix,
String  category 
)

Default constructor.

Parameters
hostSuffixThe portion of the suffix from the host or domain that was a match (i.e. 'mail.google.com' or 'hotmail.com').
categoryThe category (i.e. 'Web Email').

Definition at line 39 of file DomainCategory.java.

References org.sleuthkit.autopsy.url.analytics.DomainCategory.category, and org.sleuthkit.autopsy.url.analytics.DomainCategory.hostSuffix.

Member Function Documentation

String org.sleuthkit.autopsy.url.analytics.DomainCategory.getCategory ( )
Returns
The category (i.e. 'Web Email').

Definition at line 55 of file DomainCategory.java.

References org.sleuthkit.autopsy.url.analytics.DomainCategory.category.

String org.sleuthkit.autopsy.url.analytics.DomainCategory.getHostSuffix ( )
Returns
The portion of the suffix from the host or domain that was a match (i.e. 'mail.google.com' or 'hotmail.com').

Definition at line 48 of file DomainCategory.java.

References org.sleuthkit.autopsy.url.analytics.DomainCategory.hostSuffix.

Member Data Documentation

final String org.sleuthkit.autopsy.url.analytics.DomainCategory.category
private
final String org.sleuthkit.autopsy.url.analytics.DomainCategory.hostSuffix
private

The documentation for this class was generated from the following file:

Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.