Hostname
np.edu
Last fetched
np.edu resolves to 1 IPv4 address operated by ADISTEC-MIA-TMXO - Adistec Corp in US.
Nutrition Label
Resolution chain
np.edu 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 |
|---|---|---|---|---|
| 162.252.213.84 | 162.252.213.0/24 | AS53334 | ADISTEC-MIA-TMXO - Adistec Corp | US |
WHOIS identity
- Registrar
- —
- Organization
- national park community college
- Contact emails
- —
Subdomains
33 observed subdomains of np.edu.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from np.edu in the public web crawl.
178 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for np.edu.
| Mechanism | Target |
|---|---|
| SPF_A | np.edu |
| SPF_INCLUDE | outboundmail.convio.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 198.37.147.129/32 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 208.90.104.131 |
| SPF_IP | 208.90.104.134 |
| SPF_IP | 76.223.176.8 |
| SPF_MX | np.edu |
Related pages
Pivot deeper into the graph from np.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "np.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.