AI Ambre Iooss
- Login: erdnaxe
- Registered on: 06/09/2024
- Last sign in: 07/14/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 2 | 2 |
| Reported issues | 5 | 5 | 10 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Suricata | Developer | 11/19/2025 |
| Suricata-Update | Developer | 11/19/2025 |
Activity
11/23/2025
- AI 07:26 PM Suricata Documentation #8137: windivert: Add WinDivert to Windows build instructions
- https://github.com/OISF/suricata/pull/14362
- AI 07:17 PM Suricata Documentation #8137 (Closed): windivert: Add WinDivert to Windows build instructions
- The IPS documentation for Windows has a dead link to a PDF.
The Windows build instructions should be updated with WinDivert build instructions, and then this link could be updated. - AI 07:26 PM Suricata Feature #8138: windivert: Build using WinDivert 2
- https://github.com/OISF/suricata/pull/14362
- AI 07:20 PM Suricata Feature #8138 (Closed): windivert: Build using WinDivert 2
- Currently Suricata on Windows only supports WinDivert before 2.0.0.
11/21/2025
- AI 09:32 AM Suricata Feature #8133 (Triaged): Relative pcre with negative distance to previous content match
- Currently Suricata implements the @R@ PCRE modifier to allow the equivalent of @distance:0@. This is enough in most use case, except when using PCRE extraction.
See for example this rule: - AI 09:26 AM Suricata Feature #8132 (Triaged): Add decompression support to pcap-file capture method
- Suricata can produce pcap.xz files, but can only read uncompressed pcap files.
When dealing with large datasets of pcap, it can be useful to be able to load them directly in Suricata without having to decompress them beforehand.
11/19/2025
- AI 03:37 PM Suricata Bug #8122 (Assigned): lua/output: improve handling of lib loading
- Since Suricata 8, external Lua modules must be explicitly whitelisted (e.g. @lua.cpath=/usr/lib/lua/5.4/?.so@).
It turned out that it is possible to bypass this security using the following in a Lua script setup function:
09/19/2025
- AI 08:56 PM Suricata Bug #7925 (New): http: dissection anomaly on repeated 'Vary' headers
- During last weekend attack-defense CTF, I captured the following exchange between a Python Requests client and a Java Spring Boot server:
08/10/2025
- AI 11:26 AM Suricata Feature #7844 (New): websocket: add option to log payloads in Eve websocket events
- Currently `SCWebSocketLoggerLog` hardcodes `pp` and `pb64` as `false`.
An user can only dumps websocket payloads with an alert (setting `websocket-payload: yes`).
An option could be added in `suricata.yaml`, such as `outputs.1.eve-lo... - AI 09:00 AM Suricata Bug #7843 (Closed): http: dissection anomaly on `Content-Encoding: identity`
- During an attack-defense CTF, I captured the following exchange between a Python HTTPX client and an ASP.NET server (behing a NGINX reverse-proxy).