Hostname
pajuk.com
Last fetched
pajuk.com resolves to 1 IPv4 address operated by AS197540 in DE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
pajuk.com 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 |
|---|---|---|---|---|
| 45.142.176.121 | 45.142.176.0/22 | AS197540 | — | DE |
WHOIS identity
- Registrar
- iana:2
- Organization
- pajuk optiek b.v.
- Contact emails
Subdomains
12 observed subdomains of pajuk.com.
Web-graph footprint
Distinct hostnames that link to or from pajuk.com in the public web crawl.
14 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pajuk.com.
| Mechanism | Target |
|---|---|
| SPF_A | bsmtp.itinmind.com |
| SPF_A | mail.pajuk.com |
| SPF_A | pajuk.com |
| SPF_INCLUDE | spf-considered-harmful.xs4all.nl |
| SPF_IP | 152.53.32.41 |
| SPF_IP | 2a03:4000:4a:c35:2d:8e:b0:79 |
| SPF_IP | 2a0a:4cc0:100:25e:2851:c5ff:fe95:9810 |
| SPF_IP | 45.142.176.121 |
| SPF_MX | pajuk.com |
Related pages
Pivot deeper into the graph from pajuk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pajuk.com"})-[: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.