Skip to content

Hostname

amberwall.pl

Last fetched

amberwall.pl resolves to 1 IPv4 address operated by TKPSA-AS in PL.

Nutrition Label

WHISPER CANON · amberwall.plRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/amberwall.pl

Resolution chain

amberwall.pl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
84.205.176.5884.205.176.0/22AS31242TKPSA-ASPL

WHOIS identity

No WHOIS records are currently associated with amberwall.pl in WhisperGraph.

Subdomains

3 observed subdomains of amberwall.pl.

Web-graph footprint

Distinct hostnames that link to or from amberwall.pl in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for amberwall.pl.

MechanismTarget
SPF_Aamberwall.pl
SPF_IP84.205.176.58
SPF_IP84.205.176.68
SPF_MXamberwall.pl

Related pages

Pivot deeper into the graph from amberwall.pl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "amberwall.pl"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.