Autopsy  4.19.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Private Member Functions | Private Attributes | Static Private Attributes | List of all members
org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo Class Reference

Private Member Functions

String getFamilyName ()
 
String getReferrer ()
 
String getURL ()
 
int getZoneId ()
 
String getZoneIdAsString ()
 

Private Attributes

final Properties properties = new Properties(null)
 

Static Private Attributes

static final String FAMILY_NAME = "LastWriterPackageFamilyName"
 
static String fileName
 
static final String HOST_URL = "HostUrl"
 
static final String REFERRER_URL = "ReferrerUrl"
 
static final String ZONE_ID = "ZoneId"
 

Detailed Description

Wrapper class for information in the :ZoneIdentifier file. The Zone.Identifier file has a simple format of <i>key<i>=<i>value<i>. There are four known keys: ZoneId, ReferrerUrl, HostUrl, and LastWriterPackageFamilyName. Not all browsers will put all values in the file, in fact most will only supply the ZoneId. Only Edge supplies the LastWriterPackageFamilyName.

Definition at line 300 of file ExtractZoneIdentifier.java.

Member Function Documentation

String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.getFamilyName ( )
private

Gets the string value for the key LastWriterPackageFamilyName.

Returns
String value or null if the value was not found

Definition at line 395 of file ExtractZoneIdentifier.java.

String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.getReferrer ( )
private

Get the referrer url.

Returns
String url or null if a host url was not found

Definition at line 386 of file ExtractZoneIdentifier.java.

String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.getURL ( )
private

Get the URL from which the file was downloaded.

Returns
String url or null if a host url was not found

Definition at line 377 of file ExtractZoneIdentifier.java.

int org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.getZoneId ( )
private

Get the integer zone id

Returns
interger zone id or -1 if unknown

Definition at line 335 of file ExtractZoneIdentifier.java.

String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.getZoneIdAsString ( )
private

Get the string description of the zone id.

Returns
String description or null if a zone id was not found

Definition at line 355 of file ExtractZoneIdentifier.java.

Member Data Documentation

final String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.FAMILY_NAME = "LastWriterPackageFamilyName"
staticprivate

Definition at line 305 of file ExtractZoneIdentifier.java.

String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.fileName
staticprivate

Definition at line 306 of file ExtractZoneIdentifier.java.

final String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.HOST_URL = "HostUrl"
staticprivate

Definition at line 304 of file ExtractZoneIdentifier.java.

final Properties org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.properties = new Properties(null)
private

Definition at line 308 of file ExtractZoneIdentifier.java.

final String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.REFERRER_URL = "ReferrerUrl"
staticprivate

Definition at line 303 of file ExtractZoneIdentifier.java.

final String org.sleuthkit.autopsy.recentactivity.ExtractZoneIdentifier.ZoneIdentifierInfo.ZONE_ID = "ZoneId"
staticprivate

Definition at line 302 of file ExtractZoneIdentifier.java.


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

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