Autopsy
4.12.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 293 of file ExtractZoneIdentifier.java.
|
private |
Gets the string value for the key LastWriterPackageFamilyName.
Definition at line 375 of file ExtractZoneIdentifier.java.
|
private |
Get the referrer url.
Definition at line 366 of file ExtractZoneIdentifier.java.
|
private |
Get the URL from which the file was downloaded.
Definition at line 357 of file ExtractZoneIdentifier.java.
|
private |
Get the integer zone id
Definition at line 320 of file ExtractZoneIdentifier.java.
|
private |
Get the string description of the zone id.
Definition at line 335 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 298 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 297 of file ExtractZoneIdentifier.java.
|
private |
Definition at line 300 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 296 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 295 of file ExtractZoneIdentifier.java.
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.