Hostname
les.edu
Last fetched
les.edu resolves to 1 IPv4 address operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
les.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 |
|---|---|---|---|---|
| 162.159.153.245 | 162.159.128.0/19 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- logos evangelical seminary
- Contact emails
- —
Subdomains
20 observed subdomains of les.edu.
Web-graph footprint
Distinct hostnames that link to or from les.edu in the public web crawl.
58 sites link to this hostname.
248 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for les.edu.
| Mechanism | Target |
|---|---|
| SPF_A | les.edu |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.populi.co |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.174.235.86 |
| SPF_IP | 74.62.30.81/28 |
| SPF_MX | les.edu |
Related pages
Pivot deeper into the graph from les.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "les.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.