JI Jason Ish
- Login: jish
- Email: jish@oisf.net, jason.ish@gmail.com
- Registered on: 11/09/2009
- Last sign in: 06/23/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 79 | 711 | 790 |
| Reported issues | 132 | 443 | 575 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer, OISF Team, OISF Manager | 11/09/2009 |
| Suricata-Update | Developer, OISF Team, OISF Manager | 10/31/2017 |
Activity
06/22/2026
- JI 05:50 PM Suricata Security #8600 (Closed): windows: unquoted LocalSystem service ImagePath
- JI 05:49 PM Suricata Security #8665 (Closed): windows: unquoted LocalSystem service ImagePath (7.0.x backport)
06/18/2026
- JI 10:01 PM Suricata Bug #8662 (Resolved): ftp: can't proceed past banner in firewall mode
- JI 10:01 PM Suricata Bug #8663 (Resolved): ftp: ftpdata_command never matches in firewall mode for active ftp
- JI 04:05 PM Suricata Support #8082: Support: What APIs should be used for Suricata as a library in runmode=live
- Philippe Antoine wrote in #note-12:
> Jason, do you have something ?
Assuming you mean something for #8095, no. I haven't started on that yet.
06/16/2026
- JI 08:02 PM Suricata Bug #8664 (In Progress): ftp: support data channel for list, nlst, mlsd, appe, stou
- Currently, FTP only provides data channel support for STOR and RETR, but there are other commands that use it, most notably directory listing.
- JI 04:54 PM Suricata Bug #8663 (In Review): ftp: ftpdata_command never matches in firewall mode for active ftp
- Pull request: https://github.com/OISF/suricata/pull/15656
- JI 04:44 PM Suricata Bug #8663 (Closed): ftp: ftpdata_command never matches in firewall mode for active ftp
- The ftpdata_command limits which direction of the flow it will match on, which matches passive ftp, but it will never match in active mode. Visible in firewall mode which is more strict than the threat detection rules.
- JI 04:54 PM Suricata Bug #8662 (In Review): ftp: can't proceed past banner in firewall mode
- Pull request: https://github.com/OISF/suricata/pull/15656
- JI 04:41 PM Suricata Bug #8662 (Closed): ftp: can't proceed past banner in firewall mode
- FTP starts with a banner from the server, which results in a to-client only transaction, but won't be inspected without to-server data.