Ayashige provides a list of suspicious newly updated domains as a JSON feed
ninoseki, updated
š„
2023-03-05 08:00:22
Ayashige

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.
- 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.
Requirements
Installation
sh
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.
Issues
opened on 2020-08-07 01:09:16 by renovate[bot]

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
š¦ To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
docker-compose.yml
(docker-compose)
app.Dockerfile
(dockerfile)
certstream.Dockerfile
(dockerfile)
worker.Dockerfile
(dockerfile)
.github/workflows/test.yaml
(github-actions)
requirements.txt
(pip_requirements)
pyproject.toml
(poetry)
Configuration
š” Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.
Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.
What to Expect
With your current configuration, Renovate will create 12 Pull Requests:
chore(deps): update dependency autoflake to v2.0.2
- Schedule: ["at any time"]
- Branch name: `renovate/autoflake-2.x-lockfile`
- Merge into: `master`
- Upgrade autoflake to `2.0.2`
chore(deps): update dependency pydantic to v1.10.6
- Schedule: ["at any time"]
- Branch name: `renovate/pydantic-1.x`
- Merge into: `master`
- Upgrade [pydantic](https://togithub.com/pydantic/pydantic) to `==1.10.6`
chore(deps): update redis/redis-stack docker tag to v6.2.6
- Schedule: ["at any time"]
- Branch name: `renovate/redis-redis-stack-6.x`
- Merge into: `master`
- Upgrade redis/redis-stack to `6.2.6-v2`
chore(deps): update dependency httpcore to v0.17.0
- Schedule: ["at any time"]
- Branch name: `renovate/httpcore-0.x`
- Merge into: `master`
- Upgrade [httpcore](https://togithub.com/encode/httpcore) to `==0.17.0`
chore(deps): update dependency mypy to v1.1.1
- Schedule: ["at any time"]
- Branch name: `renovate/mypy-1.x-lockfile`
- Merge into: `master`
- Upgrade [mypy](https://togithub.com/python/mypy) to `1.1.1`
chore(deps): update dependency pre-commit to v3.2.0
- Schedule: ["at any time"]
- Branch name: `renovate/pre-commit-3.x-lockfile`
- Merge into: `master`
- Upgrade [pre-commit](https://togithub.com/pre-commit/pre-commit) to `3.2.0`
chore(deps): update dependency setuptools to v67.6.0
- Schedule: ["at any time"]
- Branch name: `renovate/setuptools-67.x`
- Merge into: `master`
- Upgrade [setuptools](https://togithub.com/pypa/setuptools) to `==67.6.0`
chore(deps): update dependency starlette to v0.26.1
- Schedule: ["at any time"]
- Branch name: `renovate/starlette-0.x`
- Merge into: `master`
- Upgrade [starlette](https://togithub.com/encode/starlette) to `==0.26.1`
fix(deps): update dependency fastapi to v0.94.1
- Schedule: ["at any time"]
- Branch name: `renovate/fastapi-0.x`
- Merge into: `master`
- Upgrade [fastapi](https://togithub.com/tiangolo/fastapi) to `^0.94.0`
- Upgrade [fastapi](https://togithub.com/tiangolo/fastapi) to `==0.94.1`
fix(deps): update dependency uvicorn to v0.21.1
- Schedule: ["at any time"]
- Branch name: `renovate/uvicorn-0.x`
- Merge into: `master`
- Upgrade [uvicorn](https://togithub.com/encode/uvicorn) to `^0.21.0`
- Upgrade [uvicorn](https://togithub.com/encode/uvicorn) to `==0.21.1`
chore(deps): update bitnami/redis docker tag to v7
- Schedule: ["at any time"]
- Branch name: `renovate/bitnami-redis-7.x`
- Merge into: `master`
- Upgrade bitnami/redis to `7.0`
chore(deps): update dependency rfc3986 to v2
- Schedule: ["at any time"]
- Branch name: `renovate/rfc3986-2.x`
- Merge into: `master`
- Upgrade rfc3986 to `==2.0.0`
šø Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit
for details.
ā Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.