Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 712 Bytes

File metadata and controls

9 lines (5 loc) · 712 Bytes

update-cloudflare-ip-lists

update-cloudflare-ip-lists downloads the Recorded Future IP Risk List & then appends the rows to a dictionary, which are then de-duplicated & written to a new CSV. From here, it is then used by update_ioc_list.py to append the IPs to a list in Cloudflare to be used by the WAF. In addition, update_ioc_list.py has a function to append IPs from a second IP list (e.g., Salt API Security Attackers) and append those IPs to a separate list in Cloudflare.

References

Cloudflare API Documentation

Recorded Future Risk List Documentation