Hostname
mail.vasey.tech
Last fetched
mail.vasey.tech resolves to 2 IPv4 addresses operated by AS34931 in GB.
Nutrition Label
Resolution chain
mail.vasey.tech resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.255.58.125 | 149.255.56.0/22 | AS34931 | — | GB |
| 149.255.62.5 | 149.255.60.0/22 | AS34931 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mail.vasey.tech in WhisperGraph.
Subdomains
1 observed subdomain of mail.vasey.tech.
| Subdomain |
|---|
| www.mail.vasey.tech |
Threat posture
History
Related pages
Pivot deeper into the graph from mail.vasey.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.vasey.tech"})-[: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.