Hostname
savvidis.com
Last fetched
savvidis.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
savvidis.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 144.76.181.26 | 144.76.0.0/16 | AS24940 | — | DE |
| 65.108.99.105 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:839
- Organization
- savvidis jewel savvidis jewel
- Contact emails
Subdomains
3 observed subdomains of savvidis.com.
Web-graph footprint
Distinct hostnames that link to or from savvidis.com in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for savvidis.com.
| Mechanism | Target |
|---|---|
| SPF_A | savvidis.com |
| SPF_IP | 144.76.181.26 |
| SPF_IP | 144.76.181.6 |
| SPF_MX | savvidis.com |
Related pages
Pivot deeper into the graph from savvidis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "savvidis.com"})-[: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.