Skip to content

Hostname

ls1.sysgem.com

Last fetched

ls1.sysgem.com resolves to 2 IPv4 addresses operated by MYTHIC Mythic Beasts Ltd in GB.

Nutrition Label

WHISPER CANON · ls1.sysgem.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ls1.sysgem.com

Resolution chain

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

IPPrefixASNOperatorCountry
176.126.241.222176.126.240.0/21AS44684MYTHIC Mythic Beasts LtdGB
46.235.229.5746.235.224.0/21AS44684MYTHIC Mythic Beasts LtdGB

WHOIS identity

No WHOIS records are currently associated with ls1.sysgem.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ls1.sysgem.com.

Cypher and MCP

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

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