Ayashige provides a list of suspicious newly registered domains as a JSON feed.
- It collects newly registered domains via Certififate Transparency log servers and SecurityTrails.
- It computes a suspicious score of a given domain.
- The scoring rule comes from x0rz/phishing_catcher.
- It stores suspicious domains into a Redis instance.
- It provides suspicious domains as a JSON via
/api/v1/domains/
endpoint.
- Docker
- SecurityTrails API key (Optional)
git clone https://github.com/ninoseki/ayashige
cd ayashige
docker compose --env-file .env up -d
-
Notes:
- This app is hosted on Heroku free dyno.
- I'm running this app just as a hobby and I cannot assure its consistency.
Bug reports and pull requests are welcome on GitHub at https://github.com/ninoseki/ayashige.
The repository is available as open source under the terms of the MIT License.