Hostname
dev.etc.vt.team
Last fetched
dev.etc.vt.team resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.
Nutrition Label
Resolution chain
dev.etc.vt.team resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.239.113 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.125 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.68 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.97 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 3.174.113.123 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.124 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.125 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.174.113.13 | 3.174.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
No WHOIS records are currently associated with dev.etc.vt.team in WhisperGraph.
Subdomains
1 observed subdomain of dev.etc.vt.team.
| Subdomain |
|---|
| wildcard.dev.etc.vt.team |
Threat posture
History
Related pages
Pivot deeper into the graph from dev.etc.vt.team.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.etc.vt.team"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.