Skip to content

Hostname

brenik.ca

Last fetched

brenik.ca resolves to 2 IPv4 addresses operated by GO-DADDY-COM-LLC - GoDaddy.com, LLC in US. WHOIS lists registrar:tucows.com co. as the registrar.

Nutrition Label

WHISPER CANON · brenik.caRouting diversity2.4/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/brenik.ca

Resolution chain

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

IPPrefixASNOperatorCountry
107.180.114.70107.180.112.0/22AS398101GO-DADDY-COM-LLC - GoDaddy.com, LLCUS
173.0.142.68173.0.142.0/24AS53628APYLI-AS - Apyl IncUS

WHOIS identity

Registrar
registrar:tucows.com co.
Organization
brenik engineering incorporated
Contact emails

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for brenik.ca.

MechanismTarget
SPF_INCLUDE_spf.hostedemail.com

Related pages

Pivot deeper into the graph from brenik.ca.

Cypher and MCP

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

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