Hostname
mail.bishopmiege.com
Last fetched
mail.bishopmiege.com resolves to 2 IPv4 addresses operated by TWC-11427-TEXAS - Charter Communications Inc in US.
Nutrition Label
Resolution chain
mail.bishopmiege.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 |
|---|---|---|---|---|
| 24.106.55.130 | 24.106.52.0/22 | AS11427 | TWC-11427-TEXAS - Charter Communications Inc | US |
| 35.208.232.4 | 35.208.0.0/15 | AS43515 | — | US |
WHOIS identity
No WHOIS records are currently associated with mail.bishopmiege.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for mail.bishopmiege.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bishopmiege.com |
| SPF_INCLUDE | app.digistorm.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | transmail.net |
Related pages
Pivot deeper into the graph from mail.bishopmiege.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.bishopmiege.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.