Skip to content

Hostname

app.dill.cl

Last fetched

app.dill.cl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · app.dill.clRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/app.dill.cl

Resolution chain

app.dill.cl resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.158.232.69108.158.232.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.232.81108.158.232.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.232.83108.158.232.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
108.158.232.97108.158.232.0/23AS16509AMAZON-02 - Amazon.com, Inc.IN
18.161.111.4018.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.161.111.5218.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.161.111.6718.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.161.111.6818.161.104.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with app.dill.cl in WhisperGraph.

Subdomains

1 observed subdomain of app.dill.cl.

Web-graph footprint

Distinct hostnames that link to or from app.dill.cl in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for app.dill.cl.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from app.dill.cl.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "app.dill.cl"})-[: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.