Hostname
m1.com.na
Last fetched
m1.com.na resolves to 1 IPv4 address operated by HOST4GEEKS-LLC - Host4Geeks LLC in US.
Nutrition Label
Resolution chain
m1.com.na 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 |
|---|---|---|---|---|
| 172.93.121.11 | 172.93.121.0/24 | AS393960 | HOST4GEEKS-LLC - Host4Geeks LLC | US |
WHOIS identity
No WHOIS records are currently associated with m1.com.na in WhisperGraph.
Subdomains
10 observed subdomains of m1.com.na.
Web-graph footprint
Distinct hostnames that link to or from m1.com.na in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- m1.com.na
SPF policy
9 SPF mechanisms authorising senders for m1.com.na.
| Mechanism | Target |
|---|---|
| SPF_A | m1.com.na |
| SPF_INCLUDE | sender.zohobooks.com |
| SPF_IP | 172.93.120.110 |
| SPF_IP | 172.93.121.11 |
| SPF_IP | 172.93.123.7 |
| SPF_IP | 66.85.46.63 |
| SPF_IP | 66.85.46.93 |
| SPF_IP | 66.85.47.62 |
| SPF_MX | m1.com.na |
Related pages
Pivot deeper into the graph from m1.com.na.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m1.com.na"})-[: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.