Hostname
notepad-plus-plus.org
Last fetched
notepad-plus-plus.org resolves to 4 IPv4 addresses operated by ANSONNET-AS-UK in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
notepad-plus-plus.org resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 92.113.16.0 | 92.113.16.0/21 | AS47583 | ANSONNET-AS-UK | DE |
| 92.113.23.52 | 92.113.16.0/21 | AS47583 | ANSONNET-AS-UK | DE |
| 95.128.42.184 | 95.128.42.0/24 | AS41653 | SAS-SHPV-FRANCE | FR |
| 95.128.40.104 | 95.128.40.0/24 | AS41653 | SAS-SHPV-FRANCE | FR |
WHOIS identity
- Registrar
- iana:440
- Organization
- domains by proxy,
- Contact emails
Subdomains
3 observed subdomains of notepad-plus-plus.org.
Web-graph footprint
Distinct hostnames that link to or from notepad-plus-plus.org in the public web crawl.
10,536 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for notepad-plus-plus.org.
| Mechanism | Target |
|---|---|
| SPF_A | notepad-plus-plus.org |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | digitalocean.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.aquaray.com |
| SPF_IP | 104.131.212.184 |
| SPF_MX | notepad-plus-plus.org |
Related pages
Pivot deeper into the graph from notepad-plus-plus.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "notepad-plus-plus.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.