/go-cortex-analyzers

:volcano: Cortex Analyzers written in Go

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Cortex-Analyzers in Go

This repo contains sources for Cortex-Analyzers written in Go

List of analyzers

  • Dor analyzer - domain ranking.
  • HaveIBeenPwned analyzer - check an email for breaches and pastes.
  • BadPackets analyzer - check an IP address presence in Mirai alike Botnet list by badpackets.net.

How to build

If you have Go installed on your host you can use a simple make command:

make

You can also use docker to make builds:

make docker-build