Skip to content

Releases: Xorlent/Canary-Cloudflare

Canary-Cloudflare v.1.0.4

21 Dec 18:37
6469b32
Compare
Choose a tag to compare

Updated request blocklist Worker to paginate if IP blocklist grows beyond 1000 entries.

Canary-Cloudflare v.1.0.3

13 Oct 16:46
bbb6c14
Compare
Choose a tag to compare

Updated AbuseIPDB event categories.

Canary-Cloudflare v.1.0.2

28 Sep 23:51
8759107
Compare
Choose a tag to compare
  • Some code refactoring
  • Handler added for custom service events
  • PowerShell code changes to resolve invoke-webrequest use of mshtml

Canary Cloudflare Workers v.1.0.1

31 Aug 15:10
c5f139e
Compare
Choose a tag to compare

Cloudflare Workers to:

  • Receive Canary webhook events
  • Parse, format, and store syslog messages to a KV store buffer
  • Present the syslog event buffer to an authorized caller and flush the buffer
  • Maintain an IP blocklist based on activity seen on a user-specified Canary
  • Present the IP blocklist to authorized hosts with a simple HTTP GET command

PowerShell script to:

  • Retrieve syslog messages from the KV store buffer
  • Push the syslog messages to a user-specified syslog collector or a simple text file

Canary Cloudflare IP Blocklist v.1.0

28 Aug 02:19
b1a459c
Compare
Choose a tag to compare