Get information about Internet domains
Get information about one or more Internet domains.
This command receives one or more Internet domains and returns information about them. The data is returned in the same order as the domains appear in the command line.
If the command receives a single hypen (-) the domains are read from the standard input, one per line.
vt domain [domain]... [flags]
vt domain virustotal.com
vt domain virustotal.com google.com
cat list_of_domains | vt domain -
-x, --exclude strings exclude fields matching the provided pattern
-h, --help help for domain
-I, --identifiers-only print identifiers only
-i, --include strings include fields matching the provided pattern (default [**])
-t, --threads int number of threads working in parallel (default 5)
-k, --apikey string API key
--proxy string HTTP proxy
-v, --verbose verbose output
- vt - A command-line tool for interacting with VirusTotal
- vt domain caa_records - Records CAA for the domain.
- vt domain cname_records - Records CNAME for the domain.
- vt domain collections - Returns the collections related to the domain.
- vt domain comments - Comments for the domain or IP address.
- vt domain communicating_files - Files that communicate with the domain.
- vt domain downloaded_files - Files downloaded from the domain.
- vt domain graphs - Graphs containing the domain/ip.
- vt domain historical_ssl_certificates - SSL certificate history.
- vt domain historical_whois - Historical Whois.
- vt domain immediate_parent - Immediate parent domain.
- vt domain memory_pattern_parents - Files having a domain as string on memory during sandbox execution.
- vt domain mx_records - Records MX for the domain.
- vt domain ns_records - Records NS for the domain.
- vt domain parent - Parent domain.
- vt domain references - Returns the References related to the domain.
- vt domain referrer_files - Files containing the domain.
- vt domain related_attack_techniques - Returns the Attack Techniques of Collections containing this Domain.
- vt domain related_comments - Comments for the Domain or IP's related entities.
- vt domain related_references - Returns the References of the Collections containing this Domain.
- vt domain related_threat_actors - Returns the Threat Actors of the Collections containing this Domain.
- vt domain relationships - Get all relationships.
- vt domain resolutions - DNS resolutions for the domain.
- vt domain siblings - Subdomains that share the same domain.
- vt domain soa_records - Records SOA for the domain.
- vt domain subdomains - Subdomains of the domain.
- vt domain urls - URLs related to the domain.
- vt domain user_votes - Item's votes made by current signed-in user.
- vt domain votes - Item's votes.