Hostname
manghall.com
Last fetched
manghall.com resolves to 1 IPv4 address operated by AS60976 in IR. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
manghall.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 |
|---|---|---|---|---|
| 31.214.250.75 | 31.214.250.0/24 | AS60976 | — | IR |
WHOIS identity
- Registrar
- iana:1387
- Organization
- registrant of manghall.com
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from manghall.com in the public web crawl.
8 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- manghall.com
SPF policy
6 SPF mechanisms authorising senders for manghall.com.
| Mechanism | Target |
|---|---|
| SPF_A | manghall.com |
| SPF_IP | 185.141.133.62 |
| SPF_IP | 31.214.250.75 |
| SPF_IP | 37.27.49.107 |
| SPF_IP | 78.46.71.111 |
| SPF_MX | manghall.com |
Related pages
Pivot deeper into the graph from manghall.com.
- IP · 31.214.250.75
- ASN · AS60976
- Registrar · iana:1387
- Country · IR
- Email · 21b573f30a16121f2cb1feb58e88b993@domaindiscreet.com
- TLD · .com
- Browse hostnames · ma…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "manghall.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.