Skip to content

Hostname

um.ladsp.com

Last fetched

um.ladsp.com resolves to 12 IPv4 addresses operated by AS64073 in BR.

Nutrition Label

WHISPER CANON · um.ladsp.comRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/um.ladsp.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.158.194.570.0.0.0/0AS64073BR
108.158.194.650.0.0.0/0AS64073BR
108.158.194.70.0.0.0/0AS64073BR
108.158.194.820.0.0.0/0AS64073BR
18.66.147.1418.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.4818.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.8318.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.147.8418.66.144.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
99.84.234.12399.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.4799.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.9399.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.9999.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with um.ladsp.com in WhisperGraph.

Web-graph footprint

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

6 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from um.ladsp.com.

Cypher and MCP

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

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