AC - [ ] Can define jobs via REST API to do a port scan of IPV4 network - [ ] Results are stored in couchdb - [ ] Can lookup ports open per host (use host as doc key) - [ ] Can lookup list of hosts with port open by port (port as key) - [ ] Scans run on cron. - [ ] Scans are broken up and distributed for processing across many 1-N workers - [ ] Can specify a max IP count per block which is used to divide up the work amongst workers - [ ] HPAs can be used to scale up worker pool to chew through work faster
AC