Hostname
mx24.app
Last fetched
mx24.app resolves to 1 IPv4 address operated by WEHOSTWEBSITES-COM - Handy Networks, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
mx24.app 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 |
|---|---|---|---|---|
| 162.244.253.16 | 162.244.252.0/22 | AS30475 | WEHOSTWEBSITES-COM - Handy Networks, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of mx24.app.
| Subdomain |
|---|
| mail.mx24.app |
| www.mx24.app |
Web-graph footprint
Distinct hostnames that link to or from mx24.app in the public web crawl.
5 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- mx24.app
SPF policy
5 SPF mechanisms authorising senders for mx24.app.
| Mechanism | Target |
|---|---|
| SPF_A | mx24.app |
| SPF_INCLUDE | _spf.supportedns.com |
| SPF_IP | 162.244.253.109 |
| SPF_IP | 162.244.254.116 |
| SPF_MX | mx24.app |
Related pages
Pivot deeper into the graph from mx24.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx24.app"})-[: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.