Hostname
except.one
Last fetched
except.one resolves to 3 IPv4 addresses operated by TASA in RU. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
except.one resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.101.152.161 | 5.101.152.0/24 | AS198610 | TASA | RU |
| 85.198.86.2 | 85.198.86.0/24 | AS198610 | TASA | RU |
| 93.189.229.24 | 93.189.229.0/24 | AS198610 | TASA | RU |
WHOIS identity
- Registrar
- iana:303
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
Subdomains
25 observed subdomains of except.one.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from except.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "except.one"})-[: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.