You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,15 @@ alert tcp any any -> any any (msg: "Path Traversal-../"; flow:to_server; content
89
89
```
90
90
Once this rule is seen in traffic, the `path_traversal` tag will automatically be added to the filters in Tulip.
91
91
92
+
> [!NOTE]
93
+
>
94
+
> After editing Suricata rules (renaming or id change) please:
95
+
>
96
+
> Remove old logs: `rm ${SURICATA_DIR_HOST}/log/*` (otherwise old signatures will be repopulated).
97
+
>
98
+
> Restart Docker containers.
99
+
>
100
+
> If database was only restarted (not dropped), try cleaning tags/signatures with `python wipe_tags.py`.
92
101
93
102
### eve.json
94
103
Suricata alerts are read directly from the `eve.json` file. Because this file can get quite verbose when all extensions are enabled, it is recommended to strip the config down a fair bit. For example:
0 commit comments