Hostname
f-face.jp
Last fetched
f-face.jp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
f-face.jp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 44.237.158.146 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.253.205.30 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.27.33.163 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.34.105.249 | 52.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.148.39.132 | 54.148.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.68.12.253 | 54.68.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- funabashi face shotenkai
- Contact emails
Subdomains
2 observed subdomains of f-face.jp.
| Subdomain |
|---|
| cpn.f-face.jp |
| www.f-face.jp |
Web-graph footprint
Distinct hostnames that link to or from f-face.jp in the public web crawl.
32 sites link to this hostname.
52 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for f-face.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 133.242.53.238 |
| SPF_IP | 34.208.162.177 |
| SPF_IP | 35.165.132.204 |
| SPF_IP | 44.236.146.171 |
| SPF_IP | 49.212.207.233/32 |
| SPF_IP | 52.43.60.36 |
Related pages
Pivot deeper into the graph from f-face.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f-face.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.