Skip to content

Hostname

auth.lasso.io

Last fetched

auth.lasso.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · auth.lasso.ioRouting diversity3.9/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/auth.lasso.io

Resolution chain

auth.lasso.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.148.170.23516.164.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.US
34.209.226.21335.2.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
34.213.136.12835.2.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.160.120.25435.181.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.225.24.14245.2.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
44.235.191.745.2.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.24.68.1852.46.6.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.27.60.3652.46.6.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with auth.lasso.io in WhisperGraph.

Subdomains

1 observed subdomain of auth.lasso.io.

Threat posture

History

Related pages

Pivot deeper into the graph from auth.lasso.io.

Cypher and MCP

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

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