Skip to content

Hostname

odpc.go.ke

Last fetched

odpc.go.ke resolves to 1 IPv4 address operated by AS328847 in KE.

Nutrition Label

WHISPER CANON · odpc.go.keRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/odpc.go.ke

Resolution chain

odpc.go.ke resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
102.210.148.147102.210.148.0/24AS328847KE

WHOIS identity

No WHOIS records are currently associated with odpc.go.ke in WhisperGraph.

Subdomains

1 observed subdomain of odpc.go.ke.

Web-graph footprint

Distinct hostnames that link to or from odpc.go.ke in the public web crawl.

312 sites link to this hostname.

20 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for odpc.go.ke.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP102.210.148.147

Related pages

Pivot deeper into the graph from odpc.go.ke.

Cypher and MCP

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

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