Hostname
netinter.org.uk
Last fetched
netinter.org.uk resolves to 2 IPv4 addresses operated by AS204491 in US. WHOIS lists registrar:namecheap, inc. [tag = namecheap-inc] as the registrar.
Nutrition Label
Resolution chain
netinter.org.uk 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 |
|---|---|---|---|---|
| 168.151.191.9 | 168.151.191.0/24 | AS204491 | — | US |
| 81.28.111.153 | 81.28.96.0/20 | AS41770 | — | FR |
WHOIS identity
- Registrar
- registrar:namecheap, inc. [tag = namecheap-inc]
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of netinter.org.uk.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for netinter.org.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 107.172.151.216 |
| SPF_IP | 107.172.151.217 |
| SPF_IP | 134.195.90.227 |
| SPF_IP | 135.181.13.30 |
| SPF_IP | 178.210.180.228 |
| SPF_IP | 178.210.180.229 |
| SPF_IP | 178.210.180.230 |
| SPF_IP | 185.156.42.45 |
| SPF_IP | 192.223.24.149 |
| SPF_IP | 45.125.236.109/16 |
| SPF_IP | 65.21.96.4 |
| SPF_IP | 67.215.248.21 |
| SPF_IP | 91.223.223.122 |
Related pages
Pivot deeper into the graph from netinter.org.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netinter.org.uk"})-[: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.