Skip to content

Hostname

lightspeed-controller.quantum-engine.ai

Last fetched

lightspeed-controller.quantum-engine.ai resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · lightspeed-controller.quantum-engine.aiRouting diversity5.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/lightspeed-controller.quantum-engine.ai

Resolution chain

lightspeed-controller.quantum-engine.ai resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.129.163.1773.128.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.132.12.593.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.142.203.2183.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.191.2073.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.74.43.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.16.232.1133.16.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
47.130.38.14747.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.89.2252.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.152.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
52.76.148.6052.76.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.SG
54.251.150.19954.251.144.0/20AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with lightspeed-controller.quantum-engine.ai in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from lightspeed-controller.quantum-engine.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "lightspeed-controller.quantum-engine.ai"})-[: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.