Skip to content

Hostname

stageapi.codeedu.co

Last fetched

stageapi.codeedu.co resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IN.

Nutrition Label

WHISPER CANON · stageapi.codeedu.coRouting diversity1.5/10Peering density7.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/stageapi.codeedu.co

Resolution chain

stageapi.codeedu.co resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.197.36.8721.68.124.0/24AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationIN

WHOIS identity

No WHOIS records are currently associated with stageapi.codeedu.co in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • stageapi.codeedu.co

SPF policy

3 SPF mechanisms authorising senders for stageapi.codeedu.co.

MechanismTarget
SPF_Astageapi.codeedu.co
SPF_IP162.240.155.19
SPF_MXstageapi.codeedu.co

Related pages

Pivot deeper into the graph from stageapi.codeedu.co.

Cypher and MCP

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

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