Skip to content

Rostelecom-CERT/go-cortex-analyzers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages