Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 656 Bytes

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