Hostname
solvisoft.net
Last fetched
solvisoft.net resolves to 1 IPv4 address operated by FUNDAMENTS-AS in NL.
Nutrition Label
Resolution chain
solvisoft.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 |
|---|---|---|---|---|
| 185.113.87.186 | 185.113.84.0/22 | AS20559 | FUNDAMENTS-AS | NL |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for solvisoft.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf_eucentral1.prod.hydra.sophos.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.113.87.160/27 |
| SPF_IP | 185.122.152.0/24 |
| SPF_IP | 185.56.52.173 |
| SPF_IP | 188.126.116.0/24 |
| SPF_IP | 31.149.170.145 |
| SPF_IP | 31.200.211.64/26 |
| SPF_IP | 46.19.221.64/26 |
| SPF_IP | 46.19.222.192/27 |
Related pages
Pivot deeper into the graph from solvisoft.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "solvisoft.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.