Heads up! These docs are for STIX 1.1.1, which is not the latest version (1.2). View the latest!

URLHistoryEntryTypeURL History Object Schema

The URLHistoryEntryType captures the properties of a URL history entry for a particular browser.


Fields

Field Name Type Description
URL0..1 URIObjectType

The URL field specifies the URL that the URL history entry points to. It uses the URIObjectType from the imported CybOX URI Object.

Hostname0..1 HostnameObjectType

The Hostname field specifies the hostname portion of the URL that the URL history entry points to (captured in the URL field).

Referrer_URL0..1 URIObjectType

The Referrer field specifies the origination point (i.e., URL) of the URL captured in the URL history entry, if applicable. It uses the URIObjectType from the imported CybOX URI Object.

Page_Title0..1 StringObjectPropertyType

The Page_Title field specifies the title of the web page referred to by the URL captured in the URL field.

User_Profile_Name0..1 StringObjectPropertyType

The User_Profile_Name captures the name of the web browser user profile for which the URL history entry was created.

Visit_Count0..1 NonNegativeIntegerObjectPropertyType

The Visit_Count field specifies the number of times the URL referred to by the URL field has been visited.

Manually_Entered_Count0..1 NonNegativeIntegerObjectPropertyType

The Manually_Entered_Count field specifies the number of times the URL referred to by the URL field was manually entered into the browser's address field by the user. This field is only applicable for URL history entries generated by Google's Chrome browser.

Modification_DateTime0..1 DateTimeObjectPropertyType

The Modification_DateTime field specifies the date/time that the URL history entry was last modified.

Expiration_DateTime0..1 DateTimeObjectPropertyType

The Expiration_DateTime field specifies the date/time that the URL history entry expires.

First_Visit_DateTime0..1 DateTimeObjectPropertyType

The First_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was first visited.

Last_Visit_DateTime0..1 DateTimeObjectPropertyType

The Last_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was last visited.