Hostname
lsua.edu
Last fetched
lsua.edu resolves to 2 IPv4 addresses operated by LSUAA - Louisiana State University at Alexandria in US.
Nutrition Label
Resolution chain
lsua.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 |
|---|---|---|---|---|
| 198.62.176.33 | 198.62.176.0/24 | AS401290 | LSUAA - Louisiana State University at Alexandria | US |
| 198.62.176.99 | 198.62.176.0/24 | AS401290 | LSUAA - Louisiana State University at Alexandria | US |
WHOIS identity
- Registrar
- —
- Organization
- lousiana state university at alexandria
- Contact emails
- —
Subdomains
27 observed subdomains of lsua.edu.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lsua.edu in the public web crawl.
288 sites link to this hostname.
207 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for lsua.edu.
| Mechanism | Target |
|---|---|
| SPF_A | mx.collegenet.com |
| SPF_A | smtp5.cashnet.com |
| SPF_A | smtp6.cashnet.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | marketing.dynamics.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.68.137.247 |
| SPF_IP | 198.62.176.101 |
| SPF_IP | 198.62.176.26 |
| SPF_IP | 198.62.176.99 |
| SPF_IP | 20.64.0.0/10 |
Related pages
Pivot deeper into the graph from lsua.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsua.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.