Get information about IP addresses
Get information about one or more IP addresses.
This command receives one or more IP addresses and returns information about them. The information for each IP address is returned in the same order as the IP addresses are passed to the command.
If the command receives a single hypen (-) the IP addresses will be read from the standard input, one per line.
vt ip [ip]... [flags]
vt ip 8.8.8.8
vt ip 8.8.8.8 8.8.4.4
cat list_of_ips | vt ip -
-x, --exclude strings exclude fields matching the provided pattern
-h, --help help for ip
-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 ip collections - Returns the collections related to the IP Address.
- vt ip comments - Comments for the domain or IP address.
- vt ip communicating_files - Files that communicate with the ip.
- vt ip downloaded_files - Files downloaded from the ip.
- vt ip graphs - Graphs containing the domain/ip.
- vt ip historical_ssl_certificates - SSL certificate history.
- vt ip historical_whois - Historical Whois.
- vt ip memory_pattern_parents - Files having a IP as string on memory during sandbox execution.
- vt ip references - Returns the References related to the IP Address.
- vt ip referrer_files - Files containing the domain/ip.
- vt ip related_attack_techniques - Returns the Attack Techniques of the Collections containing this IP.
- vt ip related_comments - Comments for the Domain or IP's related entities.
- vt ip related_references - Returns the References of the Collections containing this IP.
- vt ip related_threat_actors - Returns the Threat Actors of the Collections containing this IP.
- vt ip relationships - Get all relationships.
- vt ip resolutions - DNS resolutions for the IP address.
- vt ip urls - URLs related to the ip.
- vt ip user_votes - Item's votes made by current signed-in user.
- vt ip votes - Item's votes.