Skip to content

Hostname

weekday.co

Last fetched

weekday.co resolves to 4 IPv4 addresses operated by BAHNHOF - Bahnhof AB in SE. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · weekday.coRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.6/10canon.whisper.security/host/weekday.co

Resolution chain

weekday.co resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.136.45.107213.136.32.0/19AS8473BAHNHOF - Bahnhof ABSE
213.136.45.42213.136.32.0/19AS8473BAHNHOF - Bahnhof ABSE
23.205.106.14023.205.106.0/24AS20940AKAMAI-ASN1 - Akamai International B.V.US
23.205.106.17323.205.106.0/24AS20940AKAMAI-ASN1 - Akamai International B.V.US

WHOIS identity

Registrar
iana:299
Organization
h & m hennes & mauritz ab
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from weekday.co.

Cypher and MCP

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

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