Skip to content

Hostname

lsue.edu

Last fetched

lsue.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · lsue.eduRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/lsue.edu

Resolution chain

lsue.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
Organization
louisiana state university at eunice
Contact emails

Subdomains

21 observed subdomains of lsue.edu.

Web-graph footprint

Distinct hostnames that link to or from lsue.edu in the public web crawl.

266 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for lsue.edu.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP165.193.85.0/24
SPF_IP198.137.167.12
SPF_IP198.137.167.41
SPF_IP198.21.1.32/32
SPF_IP34.195.222.109
SPF_IP76.165.214.129
SPF_IP76.165.214.138

Related pages

Pivot deeper into the graph from lsue.edu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "lsue.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.