Hostname
chmh.gob.mx
Last fetched
chmh.gob.mx resolves to 2 IPv4 addresses operated by AS265504 in MX.
Nutrition Label
Resolution chain
chmh.gob.mx 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 |
|---|---|---|---|---|
| 168.0.223.41 | 168.0.223.0/24 | AS265504 | — | MX |
| 200.94.106.45 | 200.94.106.0/24 | AS265504 | — | MX |
WHOIS identity
No WHOIS records are currently associated with chmh.gob.mx in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for chmh.gob.mx.
| Mechanism | Target |
|---|---|
| SPF_A | chmh.gob.mx |
| SPF_INCLUDE | csags.com.mx |
| SPF_IP | 13.67.128.241 |
| SPF_IP | 168.0.223.22 |
| SPF_IP | 168.0.223.41 |
| SPF_IP | 200.94.106.45 |
| SPF_IP | 200.94.106.85 |
| SPF_MX | chmh.gob.mx |
Related pages
Pivot deeper into the graph from chmh.gob.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chmh.gob.mx"})-[: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.