Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits org.sleuthkit.autopsy.url.analytics.DomainCategorizer.
Public Member Functions | |
CustomWebCategorizer () | |
void | close () throws SQLException |
DomainCategory | getCategory (String domain, String host) throws DomainCategorizerException |
void | initialize () throws DomainCategorizerException |
Private Attributes | |
final WebCategoriesDataModel | dataModel |
Static Private Attributes | |
static final Logger | logger = Logger.getLogger(CustomWebCategorizer.class.getName()) |
A DomainCategoryProvider for custom web categories. NOTE: If this class package or name change, code in DomainCategoryRunner will also need to change to reflect the changing class name for ordering purposes.
Definition at line 36 of file CustomWebCategorizer.java.
org.sleuthkit.autopsy.url.analytics.domaincategorization.CustomWebCategorizer.CustomWebCategorizer | ( | ) |
No parameter constructor that uses the singleton instance of the WebCategoriesDataModel.
Definition at line 56 of file CustomWebCategorizer.java.
void org.sleuthkit.autopsy.url.analytics.domaincategorization.CustomWebCategorizer.close | ( | ) | throws SQLException |
These providers close methods are explicitly called when ingest is finished. Conceivably, the same instance of this class may have this method called multiple times and should handle that possibility gracefully.
Exception |
Implements org.sleuthkit.autopsy.url.analytics.DomainCategorizer.
Definition at line 90 of file CustomWebCategorizer.java.
DomainCategory org.sleuthkit.autopsy.url.analytics.domaincategorization.CustomWebCategorizer.getCategory | ( | String | domain, |
String | host | ||
) | throws DomainCategorizerException |
Provides the DomainCategory for a given domain/host or null if none can be determined.
domain | The domain of the url. |
host | The host of the url. |
Implements org.sleuthkit.autopsy.url.analytics.DomainCategorizer.
Definition at line 61 of file CustomWebCategorizer.java.
void org.sleuthkit.autopsy.url.analytics.domaincategorization.CustomWebCategorizer.initialize | ( | ) | throws DomainCategorizerException |
Initializes this provider in preparation to handle 'getCategory' requests during ingest. Conceivably, the same instance of this class may have this called multiple times and should handle that possibility gracefully.
DomainCategorizerException |
Implements org.sleuthkit.autopsy.url.analytics.DomainCategorizer.
Definition at line 81 of file CustomWebCategorizer.java.
|
private |
Definition at line 40 of file CustomWebCategorizer.java.
|
staticprivate |
Definition at line 38 of file CustomWebCategorizer.java.
Copyright © 2012-2022 Basis Technology. Generated on: Thu Mar 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.