This is the Docker image repository for validating PHOps.
The algorithm of the engine that performs domain scoring running on phishing-hunter is available.
If you need real-time notification of scoring results, please register an account here.
- AWS S3
docker run --rm -it -v $PWD:/work -w /work \
phishinghunter/cert-hunter:latest \
bash -c 'cat /csv/target.csv|grep s3.amazonaws.com'
- AWS Cloudfront
docker run --rm -it -v $PWD:/work -w /work \
phishinghunter/cert-hunter:latest \
bash -c 'cat /csv/target.csv|grep cloudfront.net'
- GCP Cloud Run
docker run --rm -it -v $PWD:/work -w /work \
phishinghunter/cert-hunter:latest \
bash -c 'cat /csv/target.csv|grep run.app'
- Azure Web Apps
docker run --rm -it -v $PWD:/work -w /work \
phishinghunter/cert-hunter:latest \
bash -c 'cat /csv/target.csv|grep azurewebsites.net'
- Cloudflare
docker run --rm -it -v $PWD:/work -w /work \
phishinghunter/cert-hunter:latest \
bash -c 'cat /csv/target.csv|grep cloudflare.net'