Hostname
httc.edu.pg
Last fetched
httc.edu.pg resolves to 2 IPv4 addresses operated by MGRC - MCGRATH RENTCORP in US.
Nutrition Label
Resolution chain
httc.edu.pg 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 |
|---|---|---|---|---|
| 50.87.138.230 | 50.87.0.0/16 | AS46606 | MGRC - MCGRATH RENTCORP | US |
| 66.235.200.147 | 66.235.200.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with httc.edu.pg in WhisperGraph.
Subdomains
8 observed subdomains of httc.edu.pg.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for httc.edu.pg.
| Mechanism | Target |
|---|---|
| SPF_A | httc.edu.pg |
| SPF_INCLUDE | websitewelcome.com |
| SPF_IP | 50.87.138.230 |
| SPF_MX | httc.edu.pg |
Related pages
Pivot deeper into the graph from httc.edu.pg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "httc.edu.pg"})-[: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.