Hostname
video.fc2.com
Last fetched
video.fc2.com resolves to 5 IPv4 addresses operated by FC2-INC-2 - FC2 Inc in US.
Nutrition Label
Resolution chain
video.fc2.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.244.97.236 | 104.244.96.0/22 | AS63210 | FC2-INC-2 - FC2 Inc | US |
| 104.244.97.237 | 104.244.96.0/22 | AS63210 | FC2-INC-2 - FC2 Inc | US |
| 104.244.97.238 | 104.244.96.0/22 | AS63210 | FC2-INC-2 - FC2 Inc | US |
| 104.244.97.239 | 104.244.96.0/22 | AS63210 | FC2-INC-2 - FC2 Inc | US |
| 104.244.97.240 | 104.244.96.0/22 | AS63210 | FC2-INC-2 - FC2 Inc | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from video.fc2.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for video.fc2.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-mail-mobile.fc2.com |
| SPF_INCLUDE | spf-mail-mobile2.fc2.com |
| SPF_INCLUDE | spf-mail01.live.fc2.com |
| SPF_INCLUDE | spf-mail02.live.fc2.com |
| SPF_INCLUDE | spf-mail1002.fc2.xxx |
| SPF_INCLUDE | spf-new-mail1.fc2.com |
| SPF_IP | 199.34.242.153 |
Related pages
Pivot deeper into the graph from video.fc2.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "video.fc2.com"})-[: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.