Hostname
steu.edu
Last fetched
steu.edu resolves to 1 IPv4 address operated by DATABANK-DFW - DataBank Holdings, Ltd. in US.
Nutrition Label
Resolution chain
steu.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 |
|---|---|---|---|---|
| 199.47.94.52 | 199.47.88.0/21 | AS13767 | DATABANK-DFW - DataBank Holdings, Ltd. | US |
WHOIS identity
No WHOIS records are currently associated with steu.edu in WhisperGraph.
Subdomains
15 observed subdomains of steu.edu.
Web-graph footprint
Distinct hostnames that link to or from steu.edu in the public web crawl.
200 sites link to this hostname.
359 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for steu.edu.
| Mechanism | Target |
|---|---|
| SPF_A | smtp1.steu.edu |
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | e2ma.net |
| SPF_INCLUDE | spf1.jotform.com |
| SPF_INCLUDE | spf2.jotform.com |
| SPF_INCLUDE | technolutions.net |
| SPF_IP | 40.90.242.7/32 |
| SPF_IP | 40.90.242.8/32 |
| SPF_IP | 40.90.247.53/32 |
| SPF_IP | 52.147.210.224/28 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from steu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "steu.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.