Hostname
nwsource.com
Last fetched
nwsource.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
nwsource.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.240.107 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.122 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.44 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.94 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.165.190.106 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.7 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.82 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.98 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.174.46.10 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.102 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.69 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.46.80 | 3.174.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:48
- Organization
- attn nwsource.com care of network solutions
- Contact emails
Subdomains
16 observed subdomains of nwsource.com.
Web-graph footprint
Distinct hostnames that link to or from nwsource.com in the public web crawl.
140 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for nwsource.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 74.203.48.228 |
| SPF_IP | 74.203.49.98 |
Related pages
Pivot deeper into the graph from nwsource.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nwsource.com"})-[: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.