Hostname
f2ff.jp
Last fetched
f2ff.jp resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
f2ff.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.120.237.110 | 34.120.0.0/14 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- nano opt media,
- Contact emails
Subdomains
32 observed subdomains of f2ff.jp.
Showing 23 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from f2ff.jp in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for f2ff.jp.
| Mechanism | Target |
|---|---|
| SPF_A | f2ff.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.form.run |
| SPF_IP | 103.37.10.0/24 |
| SPF_IP | 118.238.0.128/29 |
| SPF_IP | 118.238.221.10 |
| SPF_IP | 133.125.97.84 |
| SPF_IP | 160.16.103.66 |
| SPF_IP | 202.208.196.167 |
| SPF_IP | 219.94.248.36 |
| SPF_IP | 2403:3a00:202:1105:219:94:248:36 |
| SPF_MX | f2ff.jp |
Related pages
Pivot deeper into the graph from f2ff.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f2ff.jp"})-[: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.