Hostname
nuway.org
Last fetched
nuway.org has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
nuway.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:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
6 observed subdomains of nuway.org.
Web-graph footprint
Distinct hostnames that link to or from nuway.org in the public web crawl.
53 sites link to this hostname.
71 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for nuway.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | retailspf.smtp.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 173.11.46.125 |
| SPF_IP | 173.11.46.126 |
| SPF_IP | 23.96.243.78/32 |
| SPF_IP | 50.77.57.29 |
| SPF_IP | 50.77.57.33 |
| SPF_IP | 50.77.57.38 |
| SPF_IP | 67.220.2.2 |
| SPF_IP | 75.146.157.69 |
| SPF_IP | 96.67.161.137 |
| SPF_IP | 96.67.161.142 |
| SPF_IP | 96.75.142.141 |
| SPF_IP | 96.93.255.211 |
| SPF_IP | 96.93.255.221 |
Related pages
Pivot deeper into the graph from nuway.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nuway.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.