The goal of this repository is to fetch recent C2 hosts from ThreatFox so as to submit them to jarm.online.
This information will then be used to constitute a database of malicious JARM hash used by C2 families.
- Cloudflare Workers to run the underlying cloud functions on a given schedule
- Cloudflare KV to store the IOCs already processed
Install just with cargo install just
then run:
just lint
to run the linters
just dev
to run the worker locally