Skip to content

TypedURLs

Evidence: TypedURLs
Description: Enumerate TypedURLs
Category: System
Platform: windows
Short Name: typedurls
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

Internet Explorer maintains a list of URLs that users manually type into the address bar (as opposed to clicking links). This registry artifact provides evidence of deliberate navigation to specific websites and can indicate user intent or knowledge.

TypedURLs are stored in the user’s registry hive along with optional timestamp information in the TypedURLsTime key (Windows 7+).

This collector gathers structured data about typedurls.

FieldDescriptionExample
URLTyped URLhttps://www.example.com
AccessTimeWhen URL was typed (if available)2023-10-15T14:30:00
UsernameUser account nameuser
KeyPathRegistry key pathSoftware\Microsoft\Internet Explorer\TypedURLs
LastWriteTimeRegistry key last write time2023-10-15T14:30:00
RegPathPath to registry hiveRegistry/ntuser.dat

This collector:

  • Collects user registry hives (ntuser.dat)
  • Searches for: Software\Microsoft\Internet Explorer\TypedURLs
  • Reads URL values (url1, url2, etc.)
  • Reads corresponding timestamps from TypedURLsTime key (if available)
  • Converts FILETIME values to readable timestamps

Typed URLs reveal deliberate user navigation and can indicate intent or knowledge. Investigators use this data to identify manually entered malicious URLs, detect phishing site visits, prove user knowledge of specific websites, track direct navigation to C2 infrastructure, establish user intent through URL typing, and correlate with browser history and downloads.