Hostname
adj.eu
Last fetched
adj.eu resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists registrar:schlund technologies gmbh as the registrar.
Nutrition Label
Resolution chain
adj.eu 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 |
|---|---|---|---|---|
| 52.48.112.255 | 52.48.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:schlund technologies gmbh
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of adj.eu.
| Subdomain |
|---|
| test.adj.eu |
| www.adj.eu |
| wildcard.adj.eu |
Web-graph footprint
Distinct hostnames that link to or from adj.eu in the public web crawl.
102 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for adj.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.transsmart.com |
| SPF_IP | 155.56.208.100/30 |
| SPF_IP | 157.133.97.216/30 |
| SPF_IP | 169.145.66.70/31 |
| SPF_IP | 169.145.66.72/31 |
| SPF_IP | 194.37.255.29/32 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 34.248.101.6 |
| SPF_IP | 46.137.76.79 |
| SPF_IP | 52.48.112.255 |
| SPF_IP | 91.198.224.29/32 |
| SPF_MX | adj.eu |
Related pages
Pivot deeper into the graph from adj.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adj.eu"})-[: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.