* [PATCH] suricata: add julioliraup/Antiphishing ruleset
@ 2026-07-06 5:13 jul10l1r4
2026-07-08 10:18 ` Michael Tremer
2026-07-12 23:11 ` [PATCH v2] " jul10l1r4
0 siblings, 2 replies; 3+ messages in thread
From: jul10l1r4 @ 2026-07-06 5:13 UTC (permalink / raw)
To: development
From 66a41675b0cc1b793b14cc367a545e48fe83160b Mon Sep 17 00:00:00 2001
From: jul10l1r4 <jul10l1r4@disroot.org>
Date: Mon, 6 Jul 2026 01:45:32 -0300
Subject: [PATCH] suricata: add julioliraup/Antiphishing ruleset
This patch adds the 'julioliraup/antiphishing' ruleset to the
Suricata configuration. This feed is hosted on GitHub and focuses
on blocking phishing threats at the network layer. It is already
officially indexed by suricata-update and frequently updated.
---
config/suricata/ruleset-sources | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/config/suricata/ruleset-sources
b/config/suricata/ruleset-sources
index 5b9073d85..bbd9fa3b1 100644
--- a/config/suricata/ruleset-sources
+++ b/config/suricata/ruleset-sources
@@ -160,6 +160,17 @@ our %Providers = (
sid_range => ["2610000", "2619999"],
},
+ # julioliraup/Antiphishing protect against phishing attack
+ julioliraup_antiphishing => {
+ summary => "julioliraup/Antiphishing",
+ website => "https://github.com/julioliraup/Antiphishing",
+ tr_string => "julioliraup/Antiphishing for protect against phishing
attack",
+ requires_subscription => "False",
+ dl_url =>
"https://raw.githubusercontent.com/julioliraup/Antiphishing/refs/heads/main/antiphishing.rules",
+ dl_type => "plain",
+ sid_range => ["6000000", "6100000"],
+ },
+
ipfire_dbl => {
summary => "IPFire DBL - Domain Blocklist",
website => "https://www.ipfire.org/dbl/",
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] suricata: add julioliraup/Antiphishing ruleset
2026-07-06 5:13 [PATCH] suricata: add julioliraup/Antiphishing ruleset jul10l1r4
@ 2026-07-08 10:18 ` Michael Tremer
2026-07-12 23:11 ` [PATCH v2] " jul10l1r4
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2026-07-08 10:18 UTC (permalink / raw)
To: jul10l1r4; +Cc: development
Hello Julio,
Thank you very much for your patch.
I merged it into our next branch, but I wasn’t able to apply it directly as a lot of whitespace has been broken and lines had been wrapped. So I manually edited the file and copied your block. Please check for me that didn’t miss anything.
https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=ba536e1049d8f49466515c68a837fc11051bd1ad
Once this release go out, would you be able to publish an announcement to your users that this ruleset is now available in IPFire?
All the best,
-Michael
> On 6 Jul 2026, at 06:13, jul10l1r4@disroot.org wrote:
>
> From 66a41675b0cc1b793b14cc367a545e48fe83160b Mon Sep 17 00:00:00 2001
> From: jul10l1r4 <jul10l1r4@disroot.org>
> Date: Mon, 6 Jul 2026 01:45:32 -0300
> Subject: [PATCH] suricata: add julioliraup/Antiphishing ruleset
>
> This patch adds the 'julioliraup/antiphishing' ruleset to the
> Suricata configuration. This feed is hosted on GitHub and focuses
> on blocking phishing threats at the network layer. It is already
> officially indexed by suricata-update and frequently updated.
> ---
> config/suricata/ruleset-sources | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/config/suricata/ruleset-sources b/config/suricata/ruleset-sources
> index 5b9073d85..bbd9fa3b1 100644
> --- a/config/suricata/ruleset-sources
> +++ b/config/suricata/ruleset-sources
> @@ -160,6 +160,17 @@ our %Providers = (
> sid_range => ["2610000", "2619999"],
> },
>
> + # julioliraup/Antiphishing protect against phishing attack
> + julioliraup_antiphishing => {
> + summary => "julioliraup/Antiphishing",
> + website => "https://github.com/julioliraup/Antiphishing",
> + tr_string => "julioliraup/Antiphishing for protect against phishing attack",
> + requires_subscription => "False",
> + dl_url => "https://raw.githubusercontent.com/julioliraup/Antiphishing/refs/heads/main/antiphishing.rules",
> + dl_type => "plain",
> + sid_range => ["6000000", "6100000"],
> + },
> +
> ipfire_dbl => {
> summary => "IPFire DBL - Domain Blocklist",
> website => "https://www.ipfire.org/dbl/",
> --
> 2.39.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] suricata: add julioliraup/Antiphishing ruleset
2026-07-06 5:13 [PATCH] suricata: add julioliraup/Antiphishing ruleset jul10l1r4
2026-07-08 10:18 ` Michael Tremer
@ 2026-07-12 23:11 ` jul10l1r4
1 sibling, 0 replies; 3+ messages in thread
From: jul10l1r4 @ 2026-07-12 23:11 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]
From 3fa7a324453227d2329ce068ca7e9bdfe386d4ff Mon Sep 17 00:00:00 2001
From: jul10l1r4 <jul10l1r4@disroot.org> Date: Mon, 6 Jul 2026 01:45:32
-0300 Subject: [PATCH v2] suricata: add julioliraup/Antiphishing ruleset
This patch adds the 'julioliraup/antiphishing' ruleset to the Suricata
configuration. This feed is hosted on GitHub and focuses on blocking
phishing threats at the network layer. It is already officially indexed
by suricata-update and frequently updated. ---
config/suricata/ruleset-sources | 11 +++++++++++ 1 file changed, 11
insertions(+) diff --git a/config/suricata/ruleset-sources
b/config/suricata/ruleset-sources index 5b9073d85..f7ae8b026 100644 ---
a/config/suricata/ruleset-sources +++ b/config/suricata/ruleset-sources
@@ -160,6 +160,17 @@ our %Providers = ( sid_range => ["2610000",
"2619999"], }, + # julioliraup/Antiphishing protect against phishing
attack + julioliraup_antiphishing => { + summary =>
"julioliraup/Antiphishing", + website =>
"https://github.com/julioliraup/Antiphishing", + tr_string =>
"julioliraup/Antiphishing to protect against phishing attack", +
requires_subscription => "False", + dl_url =>
"https://raw.githubusercontent.com/julioliraup/Antiphishing/refs/heads/main/antiphishing.tar.gz",
+ dl_type => "archive", + sid_range => ["6000000", "6100000"], + }, +
ipfire_dbl => { summary => "IPFire DBL - Domain Blocklist", website =>
"https://www.ipfire.org/dbl/", -- 2.39.5
[-- Attachment #2: Type: text/html, Size: 1651 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-12 23:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 5:13 [PATCH] suricata: add julioliraup/Antiphishing ruleset jul10l1r4
2026-07-08 10:18 ` Michael Tremer
2026-07-12 23:11 ` [PATCH v2] " jul10l1r4
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox