Hostname
mfr.cc
Last fetched
mfr.cc resolves to 3 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
mfr.cc resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 176.9.205.245 | 176.9.0.0/16 | AS24940 | — | DE |
| 77.37.83.152 | 77.37.82.0/23 | AS47583 | — | NL |
| 91.108.98.206 | 91.108.98.0/24 | AS47583 | — | NL |
WHOIS identity
- Registrar
- iana:1390
- Organization
- michael franz reinisch
- Contact emails
Subdomains
3 observed subdomains of mfr.cc.
| Subdomain |
|---|
| blog.mfr.cc |
| smtp.mfr.cc |
| www.mfr.cc |
Web-graph footprint
Distinct hostnames that link to or from mfr.cc in the public web crawl.
7 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for mfr.cc.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_IP | 176.9.82.136 |
| SPF_MX | mfr.cc |
Related pages
Pivot deeper into the graph from mfr.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mfr.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.