Hostname
linfield.edu
Last fetched
linfield.edu resolves to 1 IPv4 address operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
linfield.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 |
|---|---|---|---|---|
| 67.225.240.99 | 67.225.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
- Registrar
- —
- Organization
- linfield college
- Contact emails
- —
Subdomains
68 observed subdomains of linfield.edu.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linfield.edu in the public web crawl.
757 sites link to this hostname.
616 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for linfield.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf1.mailgun.org |
| SPF_INCLUDE | _spf2.mailgun.org |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.prnewswire.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.147.186/32 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.101.239/32 |
| SPF_IP | 168.245.40.44/32 |
| SPF_IP | 205.139.105.140/32 |
| SPF_IP | 208.103.167.24 |
| SPF_IP | 208.95.132.176 |
| SPF_IP | 209.85.220.69/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 23.216.81.117 |
| SPF_IP | 50.31.43.252/32 |
| SPF_IP | 54.240.0.0/21 |
| SPF_IP | 64.74.237.230/31 |
| SPF_IP | 72.50.228.0/24 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from linfield.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linfield.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.