Hostname
onedit.net
Last fetched
onedit.net resolves to 1 IPv4 address operated by AS5413 in GB. WHOIS lists iana:1390 as the registrar.
Nutrition Label
Resolution chain
onedit.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.224.99.188 | 195.224.0.0/16 | AS5413 | — | GB |
WHOIS identity
- Registrar
- iana:1390
- Organization
- chiaki matsubayashi
- Contact emails
Subdomains
2 observed subdomains of onedit.net.
| Subdomain |
|---|
| mail.onedit.net |
| www.onedit.net |
Web-graph footprint
Distinct hostnames that link to or from onedit.net in the public web crawl.
42 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for onedit.net.
| Mechanism | Target |
|---|---|
| SPF_A | onedit.net |
| SPF_INCLUDE | ukc-smtp.co.uk |
| SPF_IP | 195.224.99.188 |
| SPF_MX | mail.onedit.net |
| SPF_MX | onedit.net |
| SPF_MX | ukc08.uk |
Related pages
Pivot deeper into the graph from onedit.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onedit.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.