Hostname
forksarea.com
Last fetched
forksarea.com resolves to 2 IPv4 addresses operated by YOUTUBE YOUTUBE in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
forksarea.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 |
|---|---|---|---|---|
| 35.212.66.184 | 35.212.0.0/17 | AS43515 | YOUTUBE YOUTUBE | US |
| 64.15.146.173 | 64.15.128.0/19 | AS32613 | IWEB-AS - Leaseweb Canada Inc. | CA |
WHOIS identity
- Registrar
- iana:48
- Organization
- pam christopher
- Contact emails
Subdomains
21 observed subdomains of forksarea.com.
Web-graph footprint
Distinct hostnames that link to or from forksarea.com in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for forksarea.com.
| Mechanism | Target |
|---|---|
| SPF_A | forksarea.com |
| SPF_INCLUDE | forksarea.com.spf.auto.dnssmarthost.net |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 64.15.146.173 |
| SPF_MX | forksarea.com |
Related pages
Pivot deeper into the graph from forksarea.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "forksarea.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.