Hostname
risiinfo.com
Last fetched
risiinfo.com resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in GB. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
risiinfo.com 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.20.247 | 45.223.20.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 45.223.26.247 | 45.223.26.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- iana:299
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
12 observed subdomains of risiinfo.com.
Web-graph footprint
Distinct hostnames that link to or from risiinfo.com in the public web crawl.
186 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for risiinfo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | sent-via.netsuite.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 173.237.205.114 |
| SPF_IP | 199.15.212.87 |
| SPF_IP | 209.67.234.121 |
| SPF_IP | 216.12.149.100/32 |
| SPF_IP | 23.23.239.161/32 |
Related pages
Pivot deeper into the graph from risiinfo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "risiinfo.com"})-[: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.