Hostname
ffmpeg.ntchina.app
Last fetched
ffmpeg.ntchina.app resolves to 2 IPv4 addresses operated by PLANETHOSTER-8 - PlanetHoster in FR.
Nutrition Label
Resolution chain
ffmpeg.ntchina.app 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 |
|---|---|---|---|---|
| 185.221.182.156 | 185.221.180.0/22 | AS53589 | PLANETHOSTER-8 - PlanetHoster | FR |
| 2.18.205.20 | 2.18.205.0/24 | AS20940 | — | NL |
WHOIS identity
No WHOIS records are currently associated with ffmpeg.ntchina.app in WhisperGraph.
Subdomains
2 observed subdomains of ffmpeg.ntchina.app.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ffmpeg.ntchina.app.
| Mechanism | Target |
|---|---|
| SPF_A | ffmpeg.ntchina.app |
| SPF_IP | 185.221.182.156 |
| SPF_MX | ffmpeg.ntchina.app |
Related pages
Pivot deeper into the graph from ffmpeg.ntchina.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ffmpeg.ntchina.app"})-[: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.