Complete reference for VT Intelligence search syntax.
content:"string"- Search file content for stringhex:DEADBEEF- Search for hex patterntype:peexe- File type (see below)tag:elf- File format tagmain_icon_dhash:"hash"- Icon similarity search
type:peexe- Windows executabletype:pedll- Windows DLLtype:elf- ELF binarytype:mach-o- macOS/iOS binarytype:doc- Word documenttype:pdf- PDFtype:zip- ZIP archivetype:html- HTML filetype:email- Email message
size:1MB- Exact sizesize:1MB-- Minimum sizesize:-1MB- Maximum sizesize:500KB-2MB- Size rangeentropy:7.0+- Entropy value
positives:5- Exact detection countpositives:5+- Minimum detectionspositives:-5- Maximum detectionsreputation:0- Community reputation scoretimes_submitted:10+- Submission count
first_submission_date:2024-01-01- Exact datefirst_submission_date:2024-01-01+- After datefirst_submission_date:-2024-01-01- Before datefirst_submission_date:30d-- Last 30 daysfirst_submission_date:2023-01-01T00:00:00+- Timestamp
Also available: last_submission_date, last_analysis_date
exiftool:FileType:"PE32"- File type from ExifToolexiftool:CompanyName:"Microsoft"- Company nameexiftool:ProductName:"Windows"- Product nameexiftool:InternalName:"kernel32"- Internal nameexiftool:OriginalFilename:"svchost.exe"- Original filenameexiftool:FileDescription:"System"- File description
pe:sections:5- Number of sectionspe:imphash:"hash"- Import hashpe:richpehash:"hash"- Rich PE hashpe:resource_details:"ICON"- Resource typepe:signatures:"Valid"- Signature status
embedded_domain:example.com- Domain embedded in fileembedded_ip:1.2.3.4- IP embedded in filecontacted_domain:evil.com- Domain contacted during sandboxcontacted_ip:1.2.3.4- IP contacted during sandbox
tag:ransomware- Tagged as ransomwaretag:trojan- Tagged as trojantag:botnet- Tagged as botnetbehaviour:"Registry"- Behavior observedsandbox:"CrowdStrike"- Sandbox name
similar_to:hash- Fuzzy hash similarityssdeep:"chunk:size:hash"- ssdeep hashtlsh:"hash"- TLSH hashvhash:"hash"- Visual hash
url:"http://example.com/path"- Full URLdomain:example.com- Domaintld:com- Top-level domain
positives:3+- Detection countstatus:200- HTTP status codefinal_url:"..."- Final URL after redirects
title:"Login"- Page titletracker:"Google Analytics"- Tracker namehas_content:true- Has content
domain:example.com- Exact domaindomain:*.example.com- Subdomains
cname:target.com- CNAME recordmx_record:"mail.example.com"- MX recordns_record:"ns1.example.com"- NS recordsoa_email:"admin.example.com"- SOA email
reputation:-10- Negative reputationpositives:5+- URL scanners detecting
whois_date:2024-01-01+- WHOIS update datecreation_date:2020-01-01+- Domain creationregistrar:"Namecheap"- Registrar namewhois_name:"John Doe"- Registrant namewhois_org:"Company Inc"- Registrant orgwhois_email:"admin@example.com"- Registrant email
ip:1.2.3.4- Exact IPip:1.2.3.0/24- CIDR range
asn:15169- ASN numberas_owner:"Google"- AS ownercountry:US- Country codecontinent:NA- Continent codenetwork:1.2.3.0/24- Network rangejarm:"hash"- JARM fingerprint
AND(default) - Both conditionsOR- Either conditionNOT/-- Exclude
type:peexe AND positives:10+
type:pdf AND content:"Invoice" AND positives:5+
domain:example.com OR ip:1.2.3.4
NOT tag:adware
(type:peexe OR type:pedll) AND positives:10+
Add to query or use order parameter:
order:first_submission_date-- Newest firstorder:last_submission_date+- Oldest firstorder:positives-- Most detections firstorder:size-- Largest first
- Spaces: Quote the value
"hello world" - Quotes: Escape with backslash
\" - Backslash: Double it
\\
URL encode when using programmatically.