Hostname
mail.asteriskhubs.com
Last fetched
mail.asteriskhubs.com resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
mail.asteriskhubs.com 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 |
|---|---|---|---|---|
| 162.55.208.83 | 162.55.0.0/16 | AS24940 | — | DE |
| 182.93.93.93 | 182.93.93.0/24 | AS4007 | — | NP |
WHOIS identity
No WHOIS records are currently associated with mail.asteriskhubs.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mail.asteriskhubs.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.asteriskhubs.com |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 116.203.126.233 |
| SPF_IP | 147.135.240.125 |
| SPF_IP | 162.55.208.83 |
| SPF_IP | 176.31.225.51 |
| SPF_IP | 182.93.93.93 |
| SPF_IP | 207.180.212.241 |
| SPF_MX | mail.asteriskhubs.com |
Related pages
Pivot deeper into the graph from mail.asteriskhubs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.asteriskhubs.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.