Hostname
artool.ro
Last fetched
artool.ro has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:claus web srl as the registrar.
Nutrition Label
Resolution chain
artool.ro 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:claus web srl
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of artool.ro.
Web-graph footprint
Distinct hostnames that link to or from artool.ro in the public web crawl.
51 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for artool.ro.
| Mechanism | Target |
|---|---|
| SPF_A | artool.ro |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | newsman.app |
| SPF_IP | 128.140.225.2/32 |
| SPF_IP | 86.105.228.110 |
| SPF_IP | 86.107.43.50 |
| SPF_IP | 86.107.43.51 |
| SPF_MX | artool.ro |
Related pages
Pivot deeper into the graph from artool.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artool.ro"})-[: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.