To get verified domain database from Phishtank.
You can get .csv .json .xml format files.
The work (Getting database to file) can be fail, so check the printed status code.
Status Code Order: csv / json / xml
200 - Success / 400, 429 - Failure
pip install -r requirements.txt
python get-verify-list.py
check your /app directory
docker build -t <name>:<tag> .
docker run <name>:<tag>
check your /app directory
You can create a CronJob to get verified domain database from phishtank.
Upload Docker image to your registry and create a PV, PVC to share the files.
The given file data-update.yaml has been declared to work daily.