Skip to content

Hostname

geeksquadlabs.com

Last fetched

geeksquadlabs.com resolves to 14 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.

Nutrition Label

WHISPER CANON · geeksquadlabs.comRouting diversity5.0/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/geeksquadlabs.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.211.212.9118.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.226.192.733.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.7.73.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.41.7534.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.169.175.25435.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.206.139.8944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.210.230.6144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.213.184.7144.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.218.161.19344.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
44.221.119.2944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.237.24954.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.197.56.14554.196.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.83.107.2154.80.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
98.95.181.17798.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:292
Organization
bby solutions,
Contact emails

Subdomains

9 observed subdomains of geeksquadlabs.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from geeksquadlabs.com.

Cypher and MCP

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

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