Hostname
node40.com
Last fetched
node40.com resolves to 2 IPv4 addresses operated by MCPL-AS in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
node40.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 |
|---|---|---|---|---|
| 141.193.213.30 | 141.193.213.0/24 | AS209242 | MCPL-AS | US |
| 141.193.213.31 | 141.193.213.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of node40.com owner
- Contact emails
- sean.crypto.c@gmail.com
- node40.com@domainsbyproxy.com
- 161ea6a7-d019-4a74-8bd8-cb4a1fd2ee88@identity-protect.org
- 1aa48778-d8a1-48af-9b52-0103c5efddb0@identity-protect.org
- 4f56818c-4a61-4f20-b17f-9a2ba81999c8@identity-protect.org
- 9c1b74dd-e683-4c50-b165-3a29493ee226@identity-protect.org
- a6ba501d-18f4-4557-9abd-b5a645747bb8@identity-protect.org
- cadce234-feb5-4420-84ce-bbb86f4f8df3@identity-protect.org
- owner-11182588@node40.com.whoisprivacyservice.org
- owner-12061622@node40.com.whoisprivacyservice.org
- owner-3790580@node40.com.whoisprivacyservice.org
Subdomains
14 observed subdomains of node40.com.
Web-graph footprint
Distinct hostnames that link to or from node40.com in the public web crawl.
55 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for node40.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 44985082.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from node40.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "node40.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.