Skip to content

Hostname

ddl.it

Last fetched

ddl.it resolves to 1 IPv4 address operated by AS16276 in FR. WHOIS lists registrar:terralink s.r.l. as the registrar.

Nutrition Label

WHISPER CANON · ddl.itRouting diversity1.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/ddl.it

Resolution chain

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

IPPrefixASNOperatorCountry
149.202.42.249149.202.0.0/16AS16276FR

WHOIS identity

Registrar
registrar:terralink s.r.l.
Organization
d.d.l.
Contact emails

Subdomains

2 observed subdomains of ddl.it.

Web-graph footprint

Distinct hostnames that link to or from ddl.it in the public web crawl.

7 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for ddl.it.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP62.100.85.109
SPF_IP62.100.85.5
SPF_IP62.100.85.58
SPF_IP62.100.85.59
SPF_IP62.100.85.60
SPF_IP62.100.85.69
SPF_IP62.100.85.89
SPF_IP62.100.85.99
SPF_MXmail.ddl.it
SPF_MXsmtp.nsoft.it

Related pages

Pivot deeper into the graph from ddl.it.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ddl.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.