Autopsy
4.19.3
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 String | fileName |
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 306 of file ExtractZoneIdentifier.java.
|
private |
Gets the string value for the key LastWriterPackageFamilyName.
Definition at line 401 of file ExtractZoneIdentifier.java.
|
private |
Get the referrer url.
Definition at line 392 of file ExtractZoneIdentifier.java.
|
private |
Get the URL from which the file was downloaded.
Definition at line 383 of file ExtractZoneIdentifier.java.
|
private |
Get the integer zone id
Definition at line 341 of file ExtractZoneIdentifier.java.
|
private |
Get the string description of the zone id.
Definition at line 361 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 311 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 312 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 310 of file ExtractZoneIdentifier.java.
|
private |
Definition at line 314 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 309 of file ExtractZoneIdentifier.java.
|
staticprivate |
Definition at line 308 of file ExtractZoneIdentifier.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.