Skip to content

Hostname

sldr.it

Last fetched

sldr.it resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:101domain grs limited as the registrar.

Nutrition Label

WHISPER CANON · sldr.itRouting diversity3.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/sldr.it

Resolution chain

sldr.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
34.209.218.17934.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.83.159.16535.80.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
54.70.61.19754.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:101domain grs limited
Organization
101domain das
Contact emails

Subdomains

1 observed subdomain of sldr.it.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for sldr.it.

MechanismTarget
SPF_INCLUDEamazonses.com

Related pages

Pivot deeper into the graph from sldr.it.

Cypher and MCP

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

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