Skip to content

Hostname

banak.com

Last fetched

banak.com resolves to 2 IPv4 addresses operated by NIXVAL NIXVAL Datacenter in ES. WHOIS lists iana:1262 as the registrar.

Nutrition Label

WHISPER CANON · banak.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/banak.com

Resolution chain

banak.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.162.208.67213.162.208.0/24AS13287NIXVAL NIXVAL DatacenterES
213.162.208.71213.162.208.0/24AS13287NIXVAL NIXVAL DatacenterES

WHOIS identity

Registrar
iana:1262
Organization
noi 1 inversion, s.l. (unipersonal)
Contact emails

Subdomains

33 observed subdomains of banak.com.

Web-graph footprint

Distinct hostnames that link to or from banak.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for banak.com.

MechanismTarget
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.mandrillapp.com
SPF_IP213.162.208.66/32
SPF_IP90.160.63.10/32
SPF_IP90.160.63.14/32
SPF_IP90.161.143.6
SPF_IP90.161.143.60
SPF_MXbanak.com

Related pages

Pivot deeper into the graph from banak.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "banak.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.