Hostname
dicamp.pk
Last fetched
dicamp.pk resolves to 2 IPv4 addresses operated by AS9260 in PK.
Nutrition Label
Resolution chain
dicamp.pk 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 |
|---|---|---|---|---|
| 103.31.82.91 | 103.31.82.0/24 | AS9260 | — | PK |
| 66.45.241.246 | 66.45.224.0/19 | AS19318 | IS-AS-1 - Interserver, Inc | US |
WHOIS identity
No WHOIS records are currently associated with dicamp.pk in WhisperGraph.
Subdomains
5 observed subdomains of dicamp.pk.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for dicamp.pk.
| Mechanism | Target |
|---|---|
| SPF_A | dicamp.pk |
| SPF_A | eager-jepsen.103-31-82-91.plesk.page |
| SPF_MX | dicamp.pk |
Related pages
Pivot deeper into the graph from dicamp.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dicamp.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.