zeek_query_files
Query Zeek file extraction logs by filtering on MIME type, filename, hash, source IP, and file size to locate extracted files.
Instructions
Search Zeek file extraction logs. Filter by MIME type, filename, hash values, source IP, and file size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| md5 | No | MD5 hash | |
| limit | No | Max results | |
| srcIp | No | Source IP (from tx_hosts) | |
| sha256 | No | SHA256 hash | |
| timeTo | No | End time (ISO 8601) | |
| maxSize | No | Maximum file size in bytes | |
| minSize | No | Minimum file size in bytes | |
| filename | No | Filename (supports wildcards) | |
| mimeType | No | MIME type (application/x-dosexec, application/pdf, etc.) | |
| timeFrom | No | Start time (ISO 8601) |