Skip to content

Hostname

api.lula-qa.com

Last fetched

api.lula-qa.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.lula-qa.comRouting diversity5.4/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/api.lula-qa.com

Resolution chain

api.lula-qa.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.49.182.243100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.51.153.69100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.223.208.14813.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.109.83.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.83.208.1163.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.201.85.8734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.171.250.22035.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.210.177.8744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.171.952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.45.63.14752.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.6.95.2152.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.166.30.6354.166.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.lula-qa.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.lula-qa.com.

Cypher and MCP

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

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