Hostname
njfb.org
Last fetched
njfb.org resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
njfb.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 |
|---|---|---|---|---|
| 45.55.95.202 | 45.55.64.0/19 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- new jersey farm bureau
- Contact emails
Subdomains
17 observed subdomains of njfb.org.
Web-graph footprint
Distinct hostnames that link to or from njfb.org in the public web crawl.
101 sites link to this hostname.
202 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for njfb.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.congressplus.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_IP | 138.197.58.59 |
| SPF_IP | 159.203.80.66 |
| SPF_IP | 159.89.238.151 |
| SPF_IP | 45.55.196.37 |
| SPF_IP | 45.55.95.202 |
Related pages
Pivot deeper into the graph from njfb.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "njfb.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.