Hostname
n1xtb.net
Last fetched
n1xtb.net resolves to 2 IPv4 addresses operated by COMCAST-7922 - Comcast Cable Communications, LLC in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
n1xtb.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 |
|---|---|---|---|---|
| 50.241.87.155 | 50.128.0.0/9 | AS7922 | COMCAST-7922 - Comcast Cable Communications, LLC | US |
| 96.230.52.7 | 96.230.0.0/16 | AS701 | UUNET - Verizon Business | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of n1xtb.net.
| Subdomain |
|---|
| mail.n1xtb.net |
Web-graph footprint
Distinct hostnames that link to or from n1xtb.net in the public web crawl.
3 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for n1xtb.net.
| Mechanism | Target |
|---|---|
| SPF_A | mail.n1xtb.net |
| SPF_INCLUDE | i-it.co.uk |
| SPF_IP | 50.241.87.151 |
| SPF_IP | 96.230.52.20 |
Related pages
Pivot deeper into the graph from n1xtb.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "n1xtb.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.