ninoseki / ayashige

Ayashige provides a list of suspicious newly updated domains as a JSON feed

Home Page:https://ayashige.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ayashige

Python CI Coverage Status

Ayashige provides a list of suspicious newly registered domains as a JSON feed.

How it works

  • It collects newly registered domains via Certififate Transparency log servers and SecurityTrails.
  • It computes a suspicious score of a given domain.
  • It stores suspicious domains into a Redis instance.
  • It provides suspicious domains as a JSON via /api/v1/domains/ endpoint.

Requirements

Installation

git clone https://github.com/ninoseki/ayashige
cd ayashige
docker compose --env-file .env up -d

Demo

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ninoseki/ayashige.

License

The repository is available as open source under the terms of the MIT License.

About

Ayashige provides a list of suspicious newly updated domains as a JSON feed

https://ayashige.herokuapp.com/

License:MIT License


Languages

Language:Python 98.6%Language:Dockerfile 1.2%Language:Procfile 0.2%