Hostname
centralmethodist.edu
Last fetched
centralmethodist.edu resolves to 1 IPv4 address operated by SOCKET - Socket Holdings Corporation in US.
Nutrition Label
Resolution chain
centralmethodist.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.245.43.58 | 192.245.43.0/24 | AS4581 | SOCKET - Socket Holdings Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- central methodist university
- Contact emails
- —
Subdomains
38 observed subdomains of centralmethodist.edu.
Showing 25 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from centralmethodist.edu in the public web crawl.
413 sites link to this hostname.
159 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for centralmethodist.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 108.157.150.15 |
| SPF_IP | 108.157.150.4 |
| SPF_IP | 108.157.150.53 |
| SPF_IP | 108.157.150.98 |
| SPF_IP | 16.182.107.221 |
| SPF_IP | 192.245.43.5 |
| SPF_IP | 20.236.219.22/32 |
| SPF_IP | 52.216.77.123 |
| SPF_IP | 52.217.116.165 |
| SPF_IP | 52.217.118.5 |
| SPF_IP | 52.217.130.181 |
| SPF_IP | 52.217.206.181 |
| SPF_IP | 54.231.162.189 |
Related pages
Pivot deeper into the graph from centralmethodist.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "centralmethodist.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.