Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

ilyaglow/go-cortex-analyzers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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.
  • Categorify analyzer - get categories and rating description of a domain address by using categorify service.

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

About

🌋 Cortex Analyzers written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.8%
  • Makefile 6.2%