Hostname
lamar.edu
Last fetched
lamar.edu resolves to 2 IPv4 addresses operated by LAMARUNIV - Lamar University in US.
Nutrition Label
Resolution chain
lamar.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.158.64.248 | 140.158.0.0/16 | AS25709 | LAMARUNIV - Lamar University | US |
| 147.26.255.248 | 147.26.255.0/24 | AS18777 | TEXAS-STATE-UNIVERSITY - Texas State University | US |
WHOIS identity
- Registrar
- —
- Organization
- lamar university
- Contact emails
- —
Subdomains
689 observed subdomains of lamar.edu.
Showing 25 of 689. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lamar.edu in the public web crawl.
1,221 sites link to this hostname.
730 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for lamar.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 140.158.4.0/24 |
| SPF_IP | 140.158.60.0/24 |
| SPF_IP | 140.158.64.0/23 |
| SPF_IP | 147.26.255.0/24 |
Related pages
Pivot deeper into the graph from lamar.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lamar.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.