Hostname
mail.notron-setup.com
Last fetched
mail.notron-setup.com resolves to 1 IPv4 address operated by QXC-COMMUNICATIONS - QxC Communications, Inc. in US.
Nutrition Label
Resolution chain
mail.notron-setup.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.182.88.5 | 64.182.0.0/16 | AS54489 | QXC-COMMUNICATIONS - QxC Communications, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail.notron-setup.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.notron-setup.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.notron-setup.com |
| SPF_IP | 103.63.29.52 |
| SPF_IP | 173.46.87.16 |
| SPF_IP | 208.76.251.50 |
| SPF_IP | 64.182.102.231 |
| SPF_IP | 64.182.234.61 |
| SPF_IP | 64.182.46.145 |
| SPF_IP | 64.182.88.5 |
| SPF_IP | 66.221.64.136 |
| SPF_MX | mail.notron-setup.com |
Related pages
Pivot deeper into the graph from mail.notron-setup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.notron-setup.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.