The BrowserDownload collector shows the BrowserDownload entries of a Windows operating system.
Field | Type | Description |
|---|---|---|
browser | String | Name of the browser used for downloading. The possible values are:
|
browser_profile | String | The browser profile used for downloading. |
end_time | String | Time when the download ended. The string represents the FILETIME structure which is 64-bit. This value represents the number of 100-nanosecond intervals since January 1, 1601 (UTC). |
file_path | String | The name of the downloaded file with the full path. |
mime_type | String | This string indicates Multipurpose internet Mail Extensions type. It's a way of identifying files according to their nature and format. |
received_bytes | int | Number of bytes received. |
referrer | String | The webpage that requested the download. |
site_url | String | The URL of the site from where the file is downloaded. |
start_time | String | Time when the download started. The string represents the FILETIME structure which is 64-bit. This value represents the number of 100-nanosecond intervals since January 1, 1601 (UTC). |
state | int | The state indicates whether the download was completed successfully. |
total_bytes | int | Total size of the file for which the download was initiated . |
user_profile | String | The user profile used for downloading. |
trellix.com domainBrowserDownload where BrowserDownload site_url contains "trellix.com"
BrowserDownload browser
BrowsewrDonload mime_type, total_bytes
BrowserDownload mime_type, file_path WHERE BrowserDownload mime_type contains "octet-stream"
BrowserDownload mime_type, file_path WHERE BrowserDownload mime_type equals "application/zip"
BrowserDownload mime_type, file_path WHERE BrowserDownload mime_type equals "application/zip" OR BrowserDownload mime_type equals "application/x-zip-compressed" OR BrowserDownload mime_type equals "application/x-tar"
BrowserDownload site_url, mime_type WHERE BrowserDownload mime_type contains "octet-stream"
BrowserDownload site_url, mime_type WHERE BrowserDownload mime_type contains "octet-stream" AND BrowserDownload site_url contains "github.com"
BrowserDownload site_url, mime_type WHERE BrowserDownload mime_type contains "octet-stream" AND BrowserDownload site_url contains "github.com" OR BrowserDownload site_url contains "drive.google.com" OR BrowserDownload site_url contains "super.com"
BrowserDownload site_url, mime_type, file_path WHERE BrowserDownload mime_type contains "octet-stream" AND BrowserDownload file_path contains "zoom.exe"
BrowserDownload site_url, mime_type, file_path WHERE BrowserDownload mime_type contains "octet-stream" AND BrowserDownload file_path contains "foo.exe" OR BrowserDownload file_path contains "bar.exe" OR BrowserDownload file_path contains "baz.exe"
BrowserDownload referrer, site_url WHERE BrowserDownload referrer not equals "" AND BrowserDownload site_url not equals ""
BrowserDownload referrer, site_url WHERE BrowserDownload referrer contains "evil_foo.com" AND BrowserDownload site_url not equals "drive.google.com"