Hostname
vincent.tools
Last fetched
vincent.tools resolves to 1 IPv4 address operated by AS8612 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
vincent.tools 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 |
|---|---|---|---|---|
| 195.130.247.46 | 195.130.224.0/19 | AS8612 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- redacted registrant
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from vincent.tools in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for vincent.tools.
| Mechanism | Target |
|---|---|
| SPF_A | er-mail.erecruiter.net |
| SPF_A | mx1.tyrolit.com.com |
| SPF_A | mx2.tyrolit.com.com |
| SPF_EXISTS | %{i}.spf.hc678-98.c3s2.iphmx.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.20.139.125 |
| SPF_IP | 216.71.157.145 |
| SPF_IP | 216.71.158.174 |
Related pages
Pivot deeper into the graph from vincent.tools.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vincent.tools"})-[: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.