Hostname
mail.globalhplus.com
Last fetched
mail.globalhplus.com resolves to 1 IPv4 address operated by AS16276 in PE.
Nutrition Label
Resolution chain
mail.globalhplus.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 |
|---|---|---|---|---|
| 15.235.16.220 | 15.235.0.0/17 | AS16276 | — | PE |
WHOIS identity
No WHOIS records are currently associated with mail.globalhplus.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for mail.globalhplus.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.globalhplus.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 15.235.16.220 |
| SPF_IP | 38.62.224.50 |
| SPF_IP | 51.161.24.35 |
| SPF_IP | 51.81.25.6 |
| SPF_IP | 51.81.46.100 |
| SPF_MX | mail.globalhplus.com |
Related pages
Pivot deeper into the graph from mail.globalhplus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.globalhplus.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.