Hostname
a.ac.pk
Last fetched
a.ac.pk resolves to 1 IPv4 address operated by AS197540 in DE.
Nutrition Label
Resolution chain
a.ac.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 |
|---|---|---|---|---|
| 159.195.9.211 | 159.195.8.0/22 | AS197540 | — | DE |
WHOIS identity
No WHOIS records are currently associated with a.ac.pk in WhisperGraph.
Subdomains
13 observed subdomains of a.ac.pk.
Showing 6 of 13. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- a.ac.pk
SPF policy
10 SPF mechanisms authorising senders for a.ac.pk.
| Mechanism | Target |
|---|---|
| SPF_A | a.ac.pk |
| SPF_IP | 144.76.105.214 |
| SPF_IP | 144.76.75.181 |
| SPF_IP | 159.195.9.211 |
| SPF_IP | 162.55.14.252 |
| SPF_IP | 162.55.236.142 |
| SPF_IP | 162.55.236.146 |
| SPF_IP | 37.27.235.232 |
| SPF_IP | 65.109.35.14 |
| SPF_MX | a.ac.pk |
Related pages
Pivot deeper into the graph from a.ac.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a.ac.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.