Hostname
cf68.tech
Last fetched
cf68.tech resolves to 2 IPv4 addresses operated by AS59253 in SG. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
cf68.tech 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 |
|---|---|---|---|---|
| 172.96.191.85 | 172.96.190.0/23 | AS59253 | — | SG |
| 202.134.241.78 | 202.134.241.0/24 | AS59253 | — | SG |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of cf68.tech.
| Subdomain |
|---|
| www.cf68.tech |
Web-graph footprint
Distinct hostnames that link to or from cf68.tech in the public web crawl.
11 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cf68.tech.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.efwd.registrar-servers.com |
Related pages
Pivot deeper into the graph from cf68.tech.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cf68.tech"})-[: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.