Hostname
nea.org
Last fetched
nea.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
nea.org 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 |
|---|---|---|---|---|
| 104.19.251.49 | 104.19.240.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.19.252.49 | 104.19.240.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:2
- Organization
- national education association
- Contact emails
Subdomains
93 observed subdomains of nea.org.
Showing 25 of 93. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nea.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for nea.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spfprod.ngpvan.com |
| SPF_INCLUDE | rp.oracleemaildelivery.com |
| SPF_INCLUDE | spf.congressplus.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_omcsoci.oracleoutsourcing.com |
| SPF_IP | 172.214.67.207/32 |
| SPF_IP | 198.147.32.158/32 |
| SPF_IP | 198.147.34.158/32 |
| SPF_IP | 198.2.180.200/32 |
| SPF_IP | 199.223.129.0/24 |
| SPF_IP | 216.251.248.18/32 |
| SPF_IP | 48.217.23.130/32 |
| SPF_IP | 65.118.130.12/32 |
| SPF_IP | 74.179.243.94/32 |
| SPF_MX | nea.org |
Related pages
Pivot deeper into the graph from nea.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nea.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.