Hostname
aidla.pl
Last fetched
aidla.pl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HU. WHOIS lists registrar:1api gmbh as the registrar.
Nutrition Label
Resolution chain
aidla.pl resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.255.124 | 18.239.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HU |
| 18.239.255.82 | 18.239.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HU |
| 18.239.255.89 | 18.239.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HU |
| 18.239.255.98 | 18.239.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HU |
| 18.245.175.45 | 18.245.172.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.175.86 | 18.245.172.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.175.92 | 18.245.172.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 18.245.175.95 | 18.245.172.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- registrar:1api gmbh
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of aidla.pl.
| Subdomain |
|---|
| www.aidla.pl |
Web-graph footprint
Distinct hostnames that link to or from aidla.pl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for aidla.pl.
| Mechanism | Target |
|---|---|
| SPF_A | gw.cn-northwest-1.bb.cosmose.cn |
| SPF_A | gw.eu-west-1.bb.cosmose.cloud |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from aidla.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aidla.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.