Hostname
no2self.net
Last fetched
no2self.net resolves to 2 IPv4 addresses operated by AS33970 in GB. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
no2self.net 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 |
|---|---|---|---|---|
| 193.189.74.164 | 193.189.74.0/23 | AS33970 | — | GB |
| 193.189.75.114 | 193.189.74.0/23 | AS33970 | — | GB |
WHOIS identity
- Registrar
- iana:48
- Organization
- robert annable
- Contact emails
Subdomains
7 observed subdomains of no2self.net.
Web-graph footprint
Distinct hostnames that link to or from no2self.net in the public web crawl.
15 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for no2self.net.
| Mechanism | Target |
|---|---|
| SPF_A | no2self.net |
| SPF_INCLUDE | spf.emailamp.com |
| SPF_IP | 193.189.74.164 |
| SPF_IP | 193.189.74.68 |
| SPF_IP | 193.189.75.222 |
| SPF_IP | 193.189.75.224 |
| SPF_IP | 193.189.75.66 |
| SPF_IP | 193.189.75.89 |
| SPF_IP | 195.8.196.86 |
| SPF_IP | 195.8.197.228 |
| SPF_IP | 89.238.188.250 |
| SPF_IP | 89.238.188.251 |
| SPF_IP | 89.238.188.252 |
| SPF_MX | no2self.net |
Related pages
Pivot deeper into the graph from no2self.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "no2self.net"})-[: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.