Hostname
7tools.gr
Last fetched
7tools.gr resolves to 1 IPv4 address operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
7tools.gr 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 |
|---|---|---|---|---|
| 170.249.194.174 | 170.249.192.0/20 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
WHOIS identity
No WHOIS records are currently associated with 7tools.gr in WhisperGraph.
Subdomains
7 observed subdomains of 7tools.gr.
Web-graph footprint
Distinct hostnames that link to or from 7tools.gr in the public web crawl.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for 7tools.gr.
| Mechanism | Target |
|---|---|
| SPF_A | 7tools.gr |
| SPF_A | out.webaccountserver.com |
| SPF_IP | 170.249.194.170 |
| SPF_IP | 170.249.194.174 |
| SPF_IP | 192.245.157.41 |
| SPF_IP | 192.245.157.59 |
| SPF_IP | 209.42.193.94 |
| SPF_MX | 7tools.gr |
Related pages
Pivot deeper into the graph from 7tools.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "7tools.gr"})-[: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.