Hostname
f41.cc
Last fetched
f41.cc resolves to 2 IPv4 addresses operated by AS152194 in KR. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
f41.cc 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 |
|---|---|---|---|---|
| 202.79.174.173 | 202.79.174.0/24 | AS152194 | — | KR |
| 27.124.4.163 | 27.124.4.0/24 | AS152194 | — | HK |
WHOIS identity
- Registrar
- iana:1923
- Organization
- cao
- Contact emails
Subdomains
38 observed subdomains of f41.cc.
Threat posture
History
Related pages
Pivot deeper into the graph from f41.cc.
- IP · 202.79.174.173
- ASN · AS152194
- Registrar · iana:1923
- Country · KR
- Email · 0lor7rjlqci9gag2b0bptekdp3@domaindiscreet.com
- TLD · .cc
- Browse hostnames · f4…
- 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: "f41.cc"})-[: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.