Hostname
nic.edu
Last fetched
nic.edu resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
nic.edu 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.71.187.224 | 35.71.176.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.223.47.149 | 52.223.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- north idaho college
- Contact emails
- —
Subdomains
68 observed subdomains of nic.edu.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nic.edu in the public web crawl.
601 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
38 SPF mechanisms authorising senders for nic.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.regroupcloud.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | spf.bluehornet.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 104.130.72.30 |
| SPF_IP | 146.66.71.202 |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 167.89.16.8/32 |
| SPF_IP | 174.129.194.241/32 |
| SPF_IP | 184.168.131.241/32 |
| SPF_IP | 191.236.119.221 |
| SPF_IP | 198.187.233.141 |
| SPF_IP | 198.187.233.249 |
| SPF_IP | 198.187.233.250 |
| SPF_IP | 198.187.233.56 |
| SPF_IP | 198.244.55.48 |
| SPF_IP | 198.37.149.128/24 |
| SPF_IP | 205.207.104.0/22 |
| SPF_IP | 208.74.204.9/24 |
| SPF_IP | 208.75.120.0/22 |
| SPF_IP | 208.75.123.179 |
| SPF_IP | 208.75.123.202 |
| SPF_IP | 208.75.123.229 |
| SPF_IP | 216.17.150.242 |
| SPF_IP | 216.17.150.251 |
| SPF_IP | 216.17.93.137/32 |
| SPF_IP | 34.198.24.3 |
| SPF_IP | 50.207.218.237/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.146.129.215/32 |
| SPF_IP | 64.74.237.230/32 |
| SPF_IP | 64.74.237.231/32 |
| SPF_IP | 69.72.33.74 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from nic.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nic.edu"})-[: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.