Skip to content

Hostname

5nix.com

Last fetched

5nix.com resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · 5nix.comRouting diversity1.5/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/5nix.com

Resolution chain

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

IPPrefixASNOperatorCountry
54.165.14.5954.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
aleksey ivankin
Contact emails

Subdomains

79 observed subdomains of 5nix.com.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for 5nix.com.

MechanismTarget
SPF_INCLUDE_ds-htz.5nix.com
SPF_IP108.171.180.97
SPF_IP148.251.237.212
SPF_IP178.63.0.219
SPF_IP2a01:4f8:201:22c6::/64
SPF_IP2a01:4f8:201:4365::/64
SPF_IP2a01:4f8:202:80d3::/64
SPF_IP78.46.21.157
SPF_MX5nix.com

Related pages

Pivot deeper into the graph from 5nix.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "5nix.com"})-[: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.