Skip to content

Hostname

ccms.edu

Last fetched

ccms.edu resolves to 1 IPv4 address operated by ICDSOFT in US.

Nutrition Label

WHISPER CANON · ccms.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ccms.edu

Resolution chain

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

IPPrefixASNOperatorCountry
192.252.149.13192.252.144.0/20AS8739ICDSOFTUS

WHOIS identity

Registrar
Organization
cincinnati college of mortuary science
Contact emails

Subdomains

12 observed subdomains of ccms.edu.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for ccms.edu.

MechanismTarget
SPF_INCLUDEemail.populi.co
SPF_INCLUDEoutboundmail.blackbaud.net
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from ccms.edu.

Cypher and MCP

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

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