Actions
Feature #8128
open
PA
OD
rules/transform: add json_decode transform
Feature #8128:
rules/transform: add json_decode transform
Effort:
Difficulty:
Label:
Description
Like url_decode but for "\u003f", and also remove white spaces...
Files
PA Updated by Philippe Antoine 5 months ago
- Related to Task #8123: Suricon 2025 Brainstorm added
VJ Updated by Victor Julien 5 months ago
- Subject changed from Transform: json decode to rules/transform: add json_decode transform
Could be prototyped using Lua transform.
PA Updated by Philippe Antoine 4 months ago
- File backslash-u-json.pcap backslash-u-json.pcap added
Pcap courtesy of Ron Bowes after his Suricon talk
VJ Updated by Victor Julien 4 months ago
Is the idea here to normalize/decode the JSON, but not parse it into a document tree? I remember from the discussion that there are also issues around key ordering.
PA Updated by Philippe Antoine 4 months ago
For me this was about \u decoding + space removal, no key ordering
PA Updated by Philippe Antoine 2 months ago
- Status changed from New to Assigned
Actions