Hostname
math.ksu.edu
Last fetched
math.ksu.edu resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
math.ksu.edu resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.187.34 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.39 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.44 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.97 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.170.51.11 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.12 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.4 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.51.79 | 3.170.51.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with math.ksu.edu in WhisperGraph.
Subdomains
32 observed subdomains of math.ksu.edu.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from math.ksu.edu in the public web crawl.
237 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for math.ksu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 129.130.19.112 |
| SPF_IP | 129.130.19.116 |
| SPF_IP | 129.130.19.117 |
| SPF_IP | 129.130.19.96/27 |
| SPF_IP | 129.130.19.98 |
| SPF_IP | 129.130.200.0/24 |
| SPF_IP | 129.130.255.112/28 |
Related pages
Pivot deeper into the graph from math.ksu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "math.ksu.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.