Skip to content

Hostname

nubix.dev

Last fetched

nubix.dev resolves to 1 IPv4 address operated by AS20559 in NL. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · nubix.devRouting diversity1.5/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.0/10canon.whisper.security/host/nubix.dev

Resolution chain

nubix.dev resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
31.200.209.19831.200.208.0/21AS20559NL

WHOIS identity

Registrar
iana:269
Organization
nubix
Contact emails

Subdomains

20 observed subdomains of nubix.dev.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for nubix.dev.

MechanismTarget
SPF_Anubix.dev
SPF_IP31.200.209.198
SPF_MXnubix.dev

Related pages

Pivot deeper into the graph from nubix.dev.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "nubix.dev"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.