Skip to content

Hostname

c98.codescar.eu

Last fetched

c98.codescar.eu resolves to 2 IPv4 addresses operated by AKAMAI-LINODE-AP Akamai Connected Cloud in GB.

Nutrition Label

WHISPER CANON · c98.codescar.euRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/c98.codescar.eu

Resolution chain

c98.codescar.eu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
176.58.110.94176.58.96.0/19AS63949AKAMAI-LINODE-AP Akamai Connected CloudGB
213.219.37.74213.219.36.0/22AS63949AKAMAI-LINODE-AP Akamai Connected CloudGB

WHOIS identity

No WHOIS records are currently associated with c98.codescar.eu in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from c98.codescar.eu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "c98.codescar.eu"})-[: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.