[Osquery_manager] Browser History artifact saved query #15904
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Browser History Artifact
This PR adds a new osquery saved query for the Browser History artifact, providing comprehensive browser activity collection across all platforms using the Elastic osquery extension. The query automatically discovers and collects browsing history from Chrome, Edge, Firefox, and Safari without requiring ATC configuration.
Core Forensic Artifacts Coverage
Queries by Platform
🪟🍎🐧 Cross-Platform - Browser History Collection
Description
This query leverages the Elastic osquery extension to collect browser history from all major browsers (Chrome, Edge, Firefox, Safari) across Windows, macOS, and Linux platforms. The extension automatically discovers browser profile locations and queries their history databases without requiring ATC (Automatic Table Construction) configuration.
The query returns the last 7 days of browsing activity, including:
Detection Focus:
Result
Returns browsing history entries with timestamps, URLs, page titles, browser names, user profiles, and navigation context for the past 7 days.
Platform
windows,darwin,linux(cross-platform)Interval
3600seconds (1 hour)Query ID
browser_history_elasticECS Field Mappings
url.full→urlevent.action→titleuser_agent.name→browseruser.name→userurl.domain→domainevent.category→web(static)event.type→info(static)SQL Query
Requirements
browser_historytable.