AIOHTTP OTX is aiohttp-based microservice that is used to obtain OTX indicators over IPv4 addresses.
Responses are cached using Redis, see app/views.py
for details.
- Python >=3.7
- Redis
pip install -r requirements.txt
python main.py
Configs are located under app/settings.py