Hostname
wrdc.pk
Last fetched
wrdc.pk resolves to 2 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.
Nutrition Label
Resolution chain
wrdc.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 |
|---|---|---|---|---|
| 143.95.251.25 | 143.95.224.0/19 | AS46606 | UNIFIEDLAYER-AS-1 - Unified Layer | US |
| 161.97.97.223 | 161.97.96.0/23 | AS51167 | — | DE |
WHOIS identity
No WHOIS records are currently associated with wrdc.pk in WhisperGraph.
Subdomains
2 observed subdomains of wrdc.pk.
| Subdomain |
|---|
| mail.wrdc.pk |
| www.wrdc.pk |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for wrdc.pk.
| Mechanism | Target |
|---|---|
| SPF_A | wrdc.pk |
| SPF_INCLUDE | websitewelcome.com |
| SPF_MX | wrdc.pk |
Related pages
Pivot deeper into the graph from wrdc.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wrdc.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.