Hostname
techjuice.pk
Last fetched
techjuice.pk resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
techjuice.pk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.33.161 | 104.21.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.164.202 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 173.208.55.142 | 173.208.48.0/21 | AS205544 | — | GB |
WHOIS identity
- Registrar
- —
- Organization
- personal
- Contact emails
- —
Subdomains
10 observed subdomains of techjuice.pk.
Web-graph footprint
Distinct hostnames that link to or from techjuice.pk in the public web crawl.
751 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for techjuice.pk.
| Mechanism | Target |
|---|---|
| SPF_A | techjuice.pk |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 131.153.21.99 |
| SPF_MX | techjuice.pk |
Related pages
Pivot deeper into the graph from techjuice.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "techjuice.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.