Hostname
mail.abcotvs.com
Last fetched
mail.abcotvs.com resolves to 3 IPv4 addresses operated by NEXUSIS - Nexus IS in US.
Nutrition Label
Resolution chain
mail.abcotvs.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 67.134.222.254 | 67.134.222.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 8.23.247.244 | 8.16.0.0/12 | AS3356 | LEVEL3 - Level 3 Parent, LLC | US |
| 8.33.184.254 | 8.33.184.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
WHOIS identity
No WHOIS records are currently associated with mail.abcotvs.com in WhisperGraph.
Subdomains
6 observed subdomains of mail.abcotvs.com.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mail.abcotvs.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.abcotvs.com |
| SPF_IP | 173.213.24.84/28 |
| SPF_IP | 173.213.4.95/32 |
| SPF_IP | 173.213.5.84/28 |
| SPF_IP | 63.148.46.114 |
| SPF_IP | 63.148.46.81/32 |
| SPF_IP | 66.77.119.147/32 |
| SPF_IP | 66.77.119.148/32 |
| SPF_IP | 66.77.119.212 |
| SPF_IP | 8.36.64.146/31 |
| SPF_IP | 8.36.64.213 |
| SPF_MX | mail.abcotvs.com |
Related pages
Pivot deeper into the graph from mail.abcotvs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.abcotvs.com"})-[: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.