Hostname
nic.org
Last fetched
nic.org has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
nic.org has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:1068
- Organization
- attn: nic.org
- Contact emails
- 03805e230a28fd24350e152b9ec0071e@domaindiscreet.com
- 29f676240a28fd2503938b14bc917ad1@domaindiscreet.com
- 3d90be050a28fd25439b62a2f715c45b@domaindiscreet.com
- 641cc8c60a28fd255b38330b987d2de2@domaindiscreet.com
- 7749fef40a28fd230d10624803486f22@domaindiscreet.com
- 8ae30bce0a28fd231ba74681883f1cc3@domaindiscreet.com
- c78898ca0a16121e3982466e61eacb70@domaindiscreet.com
- d753a6f30a28fd255e9227f8e1396a9b@domaindiscreet.com
- d7fdf6fa0a28fd250c662a0a35812b81@domaindiscreet.com
Subdomains
77 observed subdomains of nic.org.
Showing 25 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nic.org in the public web crawl.
616 sites link to this hostname.
255 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for nic.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 448110.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.eu.mailgun.org |
| SPF_INCLUDE | _spf.mailgun.org |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 23.227.61.129/32 |
| SPF_IP | 23.227.61.130/32 |
| SPF_IP | 35.185.47.30/32 |
| SPF_IP | 35.243.177.105/32 |
Related pages
Pivot deeper into the graph from nic.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nic.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.