Skip to content

Hostname

ladb.com

Last fetched

ladb.com resolves to 4 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · ladb.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/ladb.com

Resolution chain

ladb.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.0.78.190192.0.78.0/24AS2635AUTOMATTIC - Automattic, IncUS
192.0.78.204192.0.78.0/24AS2635AUTOMATTIC - Automattic, IncUS
34.208.40.19934.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
52.32.126.19852.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:48
Organization
null null
Contact emails

Subdomains

13 observed subdomains of ladb.com.

Web-graph footprint

Distinct hostnames that link to or from ladb.com in the public web crawl.

10 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for ladb.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP204.237.210.130

Related pages

Pivot deeper into the graph from ladb.com.

Cypher and MCP

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

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