Hostname
cisuc.uc.pt
Last fetched
cisuc.uc.pt resolves to 1 IPv4 address operated by AS1930 in PT.
Nutrition Label
Resolution chain
cisuc.uc.pt 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 |
|---|---|---|---|---|
| 193.137.203.238 | 193.136.0.0/15 | AS1930 | — | PT |
WHOIS identity
No WHOIS records are currently associated with cisuc.uc.pt in WhisperGraph.
Subdomains
3 observed subdomains of cisuc.uc.pt.
Web-graph footprint
Distinct hostnames that link to or from cisuc.uc.pt in the public web crawl.
98 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cisuc.uc.pt.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.136.212.28 |
| SPF_IP | 193.136.212.8 |
| SPF_IP | 193.137.203.234 |
| SPF_IP | 193.137.203.253 |
| SPF_MX | cisuc.uc.pt |
Related pages
Pivot deeper into the graph from cisuc.uc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cisuc.uc.pt"})-[: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.