mirror of https://github.com/OISF/suricata
cybersecurityidsintrusion-detection-systemintrusion-prevention-systemipsnetwork-monitornetwork-monitoringnsmsecuritysuricatathreat-hunting
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Filestore keyword by default (... filestore; ... ) marks only the file in the same direction as the rule match for storing. This makes sense when inspecting individual files (filemagic, filename, etc) but not so much when looking at suspicious file requests, where the actual file is in the response. The filestore keyword now takes 2 optional options: filestore:<direction>,<scope>; By default the direction is "same as rule match", and scope is "currently inspected file". For direction the following values are possible: "request" and "to_server", "response" and "to_client", "both". For scope the following values are possible: "tx" for all files in the current HTTP/1.1 transation, "ssn" and "flow" for all files in the session/flow. For the above case, where a suspious request should lead to a response file download, this would work: alert http ... content:"/suspicious/"; http_uri; filestore:response; ... |
15 years ago | |
|---|---|---|
| benches | 17 years ago | |
| doc | 15 years ago | |
| libhtp | 15 years ago | |
| m4 | 17 years ago | |
| qa | 15 years ago | |
| rules | 15 years ago | |
| src | 15 years ago | |
| .gitignore | 16 years ago | |
| COPYING | 17 years ago | |
| ChangeLog | 15 years ago | |
| LICENSE | 17 years ago | |
| Makefile.am | 15 years ago | |
| Makefile.cvs | 17 years ago | |
| acsite.m4 | 17 years ago | |
| autogen.sh | 16 years ago | |
| classification.config | 17 years ago | |
| configure.in | 15 years ago | |
| depcomp | 17 years ago | |
| doxygen.cfg | 15 years ago | |
| install-sh | 17 years ago | |
| missing | 17 years ago | |
| mkinstalldirs | 17 years ago | |
| reference.config | 16 years ago | |
| suricata.yaml | 15 years ago | |