Hostname
ffw.com
Last fetched
ffw.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ffw.com 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 |
|---|---|---|---|---|
| 199.60.103.131 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.31 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of ffw.com owner
- Contact emails
- domains@fieldfisher.com
- pca@ffwlaw.com
- noreply@data-protected.net
- 4b99b4f5-f256-4ce4-8a60-f50eb264f0c1@identity-protect.org
- 74b26ef0-809e-4f03-8673-99116213d401@identity-protect.org
- 872d3ee2-7fb2-4be6-8691-384d817eb08a@identity-protect.org
- bf716f69-4f3c-467a-9de9-5236b5ab4e1e@identity-protect.org
- c59e8831-e90b-4fb3-925c-6a62791fa848@identity-protect.org
- f4787236-f2d3-4671-b8d2-dfabfe9bb5a7@identity-protect.org
- owner-12046049@ffw.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of ffw.com.
Web-graph footprint
Distinct hostnames that link to or from ffw.com in the public web crawl.
106 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ffw.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ffw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ffw.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.