-
Notifications
You must be signed in to change notification settings - Fork 511
[Osquery_manager] Browser history artifact saved query #15898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
tomsonpl
wants to merge
11
commits into
temporary-osquery-artifacts-branch
from
osquery-browser-history-artifact
Closed
[Osquery_manager] Browser history artifact saved query #15898
tomsonpl
wants to merge
11
commits into
temporary-osquery-artifacts-branch
from
osquery-browser-history-artifact
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
#15763) Expose the "Perfmon Match By Parent Instance" option in Windows Perfmon (default=true). When unchecked, unique instance names are used for processes with the same name. Co-authored-by: Denis <[email protected]>
* Align with doc guidelines * Update changelog and manifest
Contributor
Author
|
Closed, as apparently browser_history will be supported by extension ❤️ |
…ck_signature` (#15834) * [BugFix] PowerShell - Fix `user.name`, `user.domain`, and `script_block_signature` * Update packages/windows/changelog.yml * add related.hosts * ++
Migrate the network_traffic integration to use links panels on dashboards for handling navigation links. Using this widget ensures that navigation styling is consistent across integration dashboards and also prevents issues with breaking links on serverless. Relates #15868
* update kafka docs * update PR id in changelog * docs fix
- Added append processor to global on_failure to preserve event original - Added append processor to default pipelines to preserve event original if error.message is set Affects the following integrations: - citrix_waf - endace - fortinet_fortiedr - fortinet_fortigate - fortinet_fortimail - fortinet_fortimanager - fortinet_fortiproxy - goflow2 - hashicorp_vault - hpe_aruba_cx
💚 Build Succeeded
History
cc @tomsonpl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation. Applied to PRs that modify *.md files.
Integration:osquery_manager
Osquery Manager
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.