Hostname
ps.uci.edu
Last fetched
ps.uci.edu resolves to 4 IPv4 addresses operated by UCINET-AS - University of California, Irvine in US.
Nutrition Label
Resolution chain
ps.uci.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.200.109.211 | 128.200.0.0/16 | AS299 | UCINET-AS - University of California, Irvine | US |
| 3.133.52.101 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.135.41.1 | 3.132.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.139.126.51 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ps.uci.edu in WhisperGraph.
Subdomains
2,760 observed subdomains of ps.uci.edu.
Showing 25 of 2,760. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ps.uci.edu in the public web crawl.
282 sites link to this hostname.
413 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for ps.uci.edu.
| Mechanism | Target |
|---|---|
| SPF_A | ps.uci.edu |
| SPF_IP | 128.195.0.0/16 |
| SPF_IP | 128.200.0.0/16 |
| SPF_IP | 128.200.109.210 |
| SPF_MX | ps.uci.edu |
Related pages
Pivot deeper into the graph from ps.uci.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ps.uci.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.