All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objects.URL_History_Object.xsd Maven / Gradle / Ivy

The newest version!


	
		This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org. 
		
			URL_History_Object
			1.0
			01/22/2014
			The following specifies the fields and types that compose this defined CybOX Object type. Each defined object is an extension of the abstract ObjectPropertiesType, defined in CybOX Common. For more information on this extension mechanism, please see the CybOX Specification. This document is intended for developers and assumes some familiarity with XML. 
			Copyright (c) 2012-2014, The MITRE Corporation. All rights reserved. The contents of this file are subject to the terms of the CybOX License located at http://cybox.mitre.org/about/termsofuse.html. See the CybOX License for the specific language governing permissions and limitations for use of this schema. When distributing copies of the CybOX Schema, this license header must be included.
		
	
	
	
	
	
		
			The URL_History object is intended to characterize the stored URL history of a particular web browser.
		
	
	
		
			The URLHistoryObject type is intended to characterize the stored URL history for a particular web browser.
		
		
			
				
					
						
							The Browser_Information field captures information about the particular Web Browser whose URL history is being captured. It uses the ToolInformationType from the imported CybOX Common schema.
						
					
					
						
							The URL_History_Entry field specifies a single URL history entry stored in the browser's history.
						
					
				
			
		
	
	
		
			The URLHistoryEntryType captures the properties of a URL history entry for a particular browser.
		
		
			
				
					The URL field specifies the URL that the URL history entry points to. It uses the URIObjectType from the imported CybOX URI Object.
				
			
			
				
					The Hostname field specifies the hostname portion of the URL that the URL history entry points to (captured in the URL field).
				
			
			
				
					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.
				
			
			
				
					The Page_Title field specifies the title of the web page referred to by the URL captured in the URL field.
				
			
			
				
					The User_Profile_Name captures the name of the web browser user profile for which the URL history entry was created. 
				
			
			
				
					The Visit_Count field specifies the number of times the URL referred to by the URL field has been visited.
				
			
			
				
					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.
				
			
			
				
					The Modification_DateTime field specifies the date/time that the URL history entry was last modified.
				
			
			
				
					The Expiration_DateTime field specifies the date/time that the URL history entry expires.
				
			
			
				
					The First_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was first visited.
				
			
			
				
					The Last_Visit_DateTime field specifies the date/time that the URL referred to by the URL field was last visited.
				
			
		
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy