Feature #16933
openSuricata: Add support for julioliraup/Antiphishing ruleset
0%
Description
Hello,
I would like to propose the addition of the "julioliraup/Antiphishing" ruleset to the pfSense Suricata package interface under "Services > Suricata > Global Settings".
This ruleset is officially available and indexed in the OISF suricata-update tool. It can be verified by running `suricata-update list-sources`, which returns:
- Source: julioliraup/Antiphishing
Adding this option as a dedicated checkbox will allow pfSense administrators to easily enable automated, high-fidelity phishing detection and prevention rules on their networks without needing to manually configure custom external URLs or cron jobs.
I have reviewed the Netgate style guide and I am preparing a Pull Request against the `pfsense/freebsd-ports` repository (devel branch) to implement this. The changes will update `suricata_global.php` and the underlying update scripts to properly toggle and fetch this ruleset.
Thank you for your time and review!
Updated by Julio Lira 21 days ago
Hello,
I have submitted a Pull Request implementing support for this ruleset while strictly adhering to the current pfSense package coding patterns.
Pull Request link:
https://github.com/pfsense/FreeBSD-ports/pull/1449
Thank you for your time and review!