Hostname
generali.rs
Last fetched
generali.rs resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:1204 as the registrar.
Nutrition Label
Resolution chain
generali.rs resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.223.101.108 | 45.223.101.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.116.108 | 45.223.116.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- iana:1204
- Organization
- —
- Contact emails
- —
Subdomains
57 observed subdomains of generali.rs.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from generali.rs in the public web crawl.
297 sites link to this hostname.
88 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for generali.rs.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.64.172.0/22 |
Related pages
Pivot deeper into the graph from generali.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "generali.rs"})-[: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.