Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 final String | HOST_URL = "HostUrl" |
static final String | REFERRER_URL = "ReferrerUrl" |
static final String | ZONE_ID = "ZoneId" |
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 283 of file ExtractZoneIdentifier.java.
|
private |
Gets the string value for the key LastWriterPackageFamilyName.
Definition at line 365 of file ExtractZoneIdentifier.java.
|
private |
Get the referrer url.
Definition at line 356 of file ExtractZoneIdentifier.java.
|
private |
Get the URL from which the file was downloaded.
Definition at line 347 of file ExtractZoneIdentifier.java.
|
private |
Get the integer zone id
Definition at line 310 of file ExtractZoneIdentifier.java.
|
private |
Get the string description of the zone id.
Definition at line 325 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 288 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 287 of file ExtractZoneIdentifier.java.
|
private |
Definition at line 290 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 286 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 285 of file ExtractZoneIdentifier.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.