Hostname
f2s.com
Last fetched
f2s.com resolves to 2 IPv4 addresses operated by AS13285 in GB. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
f2s.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 |
|---|---|---|---|---|
| 212.74.99.36 | 212.76.120.0/21 | AS13285 | — | GB |
| 85.119.249.70 | 85.120.83.0/24 | AS35259 | — | GB |
WHOIS identity
- Registrar
- iana:9
- Organization
- domain admin
- Contact emails
Subdomains
1,235 observed subdomains of f2s.com.
Showing 25 of 1,235. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from f2s.com in the public web crawl.
59 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for f2s.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.verygoodemail.com |
Related pages
Pivot deeper into the graph from f2s.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f2s.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.