Hostname
a.mx.webtivity.us
Last fetched
a.mx.webtivity.us resolves to 3 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US.
Nutrition Label
Resolution chain
a.mx.webtivity.us 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 |
|---|---|---|---|---|
| 216.86.147.122 | 216.86.144.0/20 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 216.86.147.126 | 216.86.144.0/20 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 216.86.147.127 | 216.86.144.0/20 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with a.mx.webtivity.us in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- a.mx.webtivity.us
SPF policy
1 SPF mechanism authorising senders for a.mx.webtivity.us.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.webtivity.us |
Related pages
Pivot deeper into the graph from a.mx.webtivity.us.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a.mx.webtivity.us"})-[: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.