Hostname
npmjs.com
Last fetched
npmjs.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1040 as the registrar.
Nutrition Label
Resolution chain
npmjs.com 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 |
|---|---|---|---|---|
| 104.17.134.117 | 104.17.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.17.135.117 | 104.17.128.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1040
- Organization
- schlueter, isaac z. 200 frank ogawa plaza
- Contact emails
- isaacs@npmjs.com
- ljannes@sacginc.com
- 3928042e-3676-45e8-a669-a4e378a45d8f@identity-protect.org
- owner-10053262@npmjs.com.whoisprivacyservice.org
- owner-10125829@npmjs.com.whoisprivacyservice.org
- owner-1028945@npmjs.com.whoisprivacyservice.org
- owner-10323211@npmjs.com.whoisprivacyservice.org
- owner-10347711@npmjs.com.whoisprivacyservice.org
- owner-10420278@npmjs.com.whoisprivacyservice.org
- owner-10617660@npmjs.com.whoisprivacyservice.org
- owner-10863109@npmjs.com.whoisprivacyservice.org
- owner-10887609@npmjs.com.whoisprivacyservice.org
- owner-11084991@npmjs.com.whoisprivacyservice.org
- owner-11354940@npmjs.com.whoisprivacyservice.org
- owner-11993766@npmjs.com.whoisprivacyservice.org
- owner-174279@npmjs.com.whoisprivacyservice.org
- owner-267165@npmjs.com.whoisprivacyservice.org
- owner-2955703@npmjs.com.whoisprivacyservice.org
- owner-371661@npmjs.com.whoisprivacyservice.org
- owner-3791911@npmjs.com.whoisprivacyservice.org
- and 27 more
Subdomains
29 observed subdomains of npmjs.com.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from npmjs.com in the public web crawl.
36,053 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for npmjs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 5326678.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from npmjs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "npmjs.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.