Hostname
rovese.net
Last fetched
rovese.net resolves to 1 IPv4 address operated by AS29522 in PL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
rovese.net 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 |
|---|---|---|---|---|
| 91.198.146.229 | 91.198.146.0/24 | AS29522 | — | PL |
WHOIS identity
- Registrar
- iana:303
- Organization
- cersanit
- Contact emails
Subdomains
58 observed subdomains of rovese.net.
Showing 25 of 58. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for rovese.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.19.125.0/24 |
| SPF_IP | 20.215.219.144/32 |
| SPF_IP | 20.215.219.145/32 |
| SPF_IP | 20.215.219.146/32 |
| SPF_IP | 20.215.219.147/32 |
| SPF_IP | 85.128.110.187/32 |
Related pages
Pivot deeper into the graph from rovese.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rovese.net"})-[: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.