Hostname
lclark.edu
Last fetched
lclark.edu resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
lclark.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 |
|---|---|---|---|---|
| 54.203.92.141 | 54.202.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- lewis & clark college
- Contact emails
- —
Subdomains
142 observed subdomains of lclark.edu.
Showing 25 of 142. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lclark.edu in the public web crawl.
1,305 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for lclark.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf1.formassembly.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 167.89.48.110/32 |
| SPF_IP | 208.117.59.185/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 64.74.237.230/31 |
Related pages
Pivot deeper into the graph from lclark.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lclark.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.