Hostname
moip.gov.pk
Last fetched
moip.gov.pk resolves to 1 IPv4 address operated by AS9541 in PK.
Nutrition Label
Resolution chain
moip.gov.pk 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 |
|---|---|---|---|---|
| 203.101.184.86 | 203.101.184.0/24 | AS9541 | — | PK |
WHOIS identity
No WHOIS records are currently associated with moip.gov.pk in WhisperGraph.
Subdomains
2 observed subdomains of moip.gov.pk.
| Subdomain |
|---|
| mail.moip.gov.pk |
| www.moip.gov.pk |
Web-graph footprint
Distinct hostnames that link to or from moip.gov.pk in the public web crawl.
80 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for moip.gov.pk.
| Mechanism | Target |
|---|---|
| SPF_A | mail.moip.gov.pk |
| SPF_IP | 202.83.164.182 |
| SPF_IP | 43.250.84.95 |
Related pages
Pivot deeper into the graph from moip.gov.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moip.gov.pk"})-[: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.