Hostname
mail.psdf.org.pk
Last fetched
mail.psdf.org.pk resolves to 1 IPv4 address operated by AS147031 in PK.
Nutrition Label
Resolution chain
mail.psdf.org.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 |
|---|---|---|---|---|
| 103.173.63.19 | 103.173.63.0/24 | AS147031 | — | PK |
WHOIS identity
No WHOIS records are currently associated with mail.psdf.org.pk in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from mail.psdf.org.pk in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mail.psdf.org.pk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sfp.app.jaggaer.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.stackmail.com |
| SPF_IP | 3.28.11.206 |
| SPF_IP | 3.28.214.202 |
| SPF_IP | 3.29.54.178 |
Related pages
Pivot deeper into the graph from mail.psdf.org.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.psdf.org.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.