Hostname
saify.cafe
Last fetched
saify.cafe resolves to 2 IPv4 addresses operated by AS51167 in GB. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
saify.cafe 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 |
|---|---|---|---|---|
| 62.171.153.44 | 62.171.152.0/23 | AS51167 | — | GB |
| 68.66.248.39 | 68.66.240.0/20 | AS209341 | — | NL |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
13 observed subdomains of saify.cafe.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for saify.cafe.
| Mechanism | Target |
|---|---|
| SPF_A | saify.cafe |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_INCLUDE | spf.efwd.registrar-servers.com |
| SPF_IP | 68.66.248.39 |
| SPF_MX | saify.cafe |
Related pages
Pivot deeper into the graph from saify.cafe.
- IP · 62.171.153.44
- ASN · AS51167
- Registrar · iana:1068
- Country · GB
- Email · 1044659879414aaeb4e54cc1da17e81a.protect@withheldforprivacy.com
- TLD · .cafe
- Browse hostnames · sa…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saify.cafe"})-[: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.