Hostname
frc.org
Last fetched
frc.org resolves to 1 IPv4 address operated by BIGLEAF - Bigleaf Networks, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
frc.org 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 |
|---|---|---|---|---|
| 159.112.214.144 | 159.112.214.0/24 | AS62642 | BIGLEAF - Bigleaf Networks, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- brad pikkaart
- Contact emails
Subdomains
46 observed subdomains of frc.org.
Showing 25 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from frc.org in the public web crawl.
2,209 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for frc.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.mailendo.com |
| SPF_INCLUDE | zeptomail.net |
| SPF_IP | 159.112.211.36/30 |
| SPF_IP | 159.112.214.134/31 |
| SPF_IP | 159.112.214.136/30 |
| SPF_IP | 159.112.214.140 |
| SPF_IP | 63.138.59.176 |
| SPF_IP | 63.138.59.177 |
| SPF_IP | 63.138.59.180/30 |
| SPF_IP | 64.196.237.47 |
| SPF_IP | 64.196.237.48/30 |
| SPF_IP | 64.196.237.52/31 |
| SPF_IP | 64.196.237.57 |
Related pages
Pivot deeper into the graph from frc.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frc.org"})-[: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.