Skip to main content

Search Documentation

Here you can find the Extended Search Documentation!

Keywords

KeywordDescription
FILENAMEName of the file, including extensions (e.g., .exe)
SHA256SHA-256 cryptographic hash of the file
MD5MD5 hash value of the file
SHA1SHA-1 hash value of the file
FILETYPEFile type or format
VERDICTSecurity verdict or analysis result
USERUser linked to the file
PACKERPacker or compression method used
TYPETAGTag indicating file type or category
HASHGeneral hash value of the file
SCORESecurity score or risk rating
REPUTATIONReputation status or score of the file
THREATSpecific malware Threat detection name
FILESIZEFile size in bytes

Operators

OperatorDescription
ORReturns results that match any of the specified criteria
ANDReturns results that match all of the specified criteria
NOTExcludes results that match the specified criteria

Examples

Here are some example queries to help you get started:

threat:Family.XWORM

filesize:10mb OR filesize:>10mb OR filesize:10mb-20mb

You can combine keywords and operators to create powerful search queries.

Tip: Use uppercase (AND, OR, NOT) for operators.

Specials

You can filter files by their size using the filesize keyword. Supported formats include bytes (b), kilobytes (kb), megabytes (mb). Here are some examples:

  • Files exactly 10MB:
    filesize:10mb
  • Files larger than 10MB:
    filesize:>10mb
  • Files 10MB or larger:
    filesize:>=10mb
  • Files smaller than 10MB:
    filesize:<10mb
  • Files 10MB or smaller:
    filesize:<=10mb
  • Files between 10MB and 20MB:
    filesize:10mb-20mb

You can use these filters in combination with other keywords and operators for advanced searches.