Hostname
forst.it
Last fetched
forst.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:konverto s.p.a. as the registrar.
Nutrition Label
Resolution chain
forst.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:konverto s.p.a.
- Organization
- birra forst spa
- Contact emails
- —
Subdomains
13 observed subdomains of forst.it.
Web-graph footprint
Distinct hostnames that link to or from forst.it in the public web crawl.
504 sites link to this hostname.
132 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for forst.it.
| Mechanism | Target |
|---|---|
| SPF_A | forst.it |
| SPF_INCLUDE | _spf.rolmail.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 185.222.58.49 |
| SPF_IP | 20.81.83.22 |
| SPF_IP | 37.186.130.237 |
| SPF_IP | 37.186.130.238 |
| SPF_IP | 52.16.190.81/32 |
| SPF_IP | 52.17.45.98/32 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.229.2.165/32 |
| SPF_IP | 92.243.134.164 |
| SPF_IP | 92.243.134.165 |
| SPF_IP | 92.243.134.173 |
| SPF_IP | 92.243.134.215 |
| SPF_IP | 95.171.35.78 |
| SPF_MX | forst.it |
Related pages
Pivot deeper into the graph from forst.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "forst.it"})-[: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.