Skip to content

Hostname

edgecombe.edu

Last fetched

edgecombe.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · edgecombe.eduRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.0/10canon.whisper.security/host/edgecombe.edu

Resolution chain

edgecombe.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
Organization
edgecombe community college
Contact emails

Subdomains

29 observed subdomains of edgecombe.edu.

Web-graph footprint

Distinct hostnames that link to or from edgecombe.edu in the public web crawl.

180 sites link to this hostname.

231 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for edgecombe.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEsfsolutionsmail.com
SPF_INCLUDEspf.cfi.org
SPF_IP104.31.91.28
SPF_IP149.72.91.62
SPF_IP168.245.57.151
SPF_IP198.85.214.107
SPF_IP208.75.120.0/22
SPF_IP52.21.111.21
SPF_IP52.51.131.59
SPF_IP66.57.143.23
SPF_IP66.57.143.24
SPF_IP69.196.241.1

Related pages

Pivot deeper into the graph from edgecombe.edu.

Cypher and MCP

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

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