-
Notifications
You must be signed in to change notification settings - Fork 1.7k
detect: add keywords for LDAPDN - v4 #12620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2cfeaa8
misc: fix name prefix in detect register functions
AkakiAlice 8c9eb77
nit: replace 'eve' with 'EVE' in the LDAP keywords documentation
AkakiAlice 3bc642d
nit: use the ldap protocol in rule examples in the LDAP keywords docu…
AkakiAlice 621b109
detect: add ldap.request.dn
AkakiAlice d623e26
detect: add ldap.responses.dn
AkakiAlice File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| .\" Man page generated from reStructuredText. | ||
| . | ||
| . | ||
| .nr rst2man-indent-level 0 | ||
| . | ||
| .de1 rstReportMargin | ||
| \\$1 \\n[an-margin] | ||
| level \\n[rst2man-indent-level] | ||
| level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| - | ||
| \\n[rst2man-indent0] | ||
| \\n[rst2man-indent1] | ||
| \\n[rst2man-indent2] | ||
| .. | ||
| .de1 INDENT | ||
| .\" .rstReportMargin pre: | ||
| . RS \\$1 | ||
| . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] | ||
| . nr rst2man-indent-level +1 | ||
| .\" .rstReportMargin post: | ||
| .. | ||
| .de UNINDENT | ||
| . RE | ||
| .\" indent \\n[an-margin] | ||
| .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| .nr rst2man-indent-level -1 | ||
| .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| .in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
| .. | ||
| .TH "SURICATACTL-FILESTORE" "1" "2025-02-11" "8.0.0-dev" "Suricata" | ||
| .SH NAME | ||
| suricatactl-filestore \- Perform actions on filestore | ||
| .SH SYNOPSIS | ||
| .sp | ||
| \fBsuricatactl filestore\fP [\-h] <command> [<args>] | ||
| .SH DESCRIPTION | ||
| .sp | ||
| This command lets you perform certain operations on Suricata filestore. | ||
| .SH OPTIONS | ||
| .INDENT 0.0 | ||
| .TP | ||
| .B \-h | ||
| .UNINDENT | ||
| .sp | ||
| Get help about the available commands. | ||
| .SH COMMANDS | ||
| .sp | ||
| \fBprune [\-h|\-\-help] [\-n|\-\-dry\-run] [\-v|verbose] [\-q|\-\-quiet] \-d <DIRECTORY> | ||
| \-\-age <AGE>\fP | ||
| .sp | ||
| Prune files older than a given age. | ||
| .sp | ||
| \-d <DIRECTORY> | \-\-directory <DIRECTORY> is a required argument which tells | ||
| that user must provide the suricata filestore directory on which all the | ||
| specified operations are to be performed. | ||
| .sp | ||
| \-\-age <AGE> is a required argument asking the age of the files. Files older | ||
| than the age mentioned with this option shall be pruned. | ||
| .sp | ||
| \-h | \-\-help is an optional argument with which you can ask for help about the | ||
| command usage. | ||
| .sp | ||
| \-n | \-\-dry\-run is an optional argument which makes the utility print only what | ||
| would happen | ||
| .sp | ||
| \-v | \-\-verbose is an optional argument to increase the verbosity of command. | ||
| .sp | ||
| \-q | \-\-quiet is an optional argument that helps log errors and warnings only | ||
| and keep silent about everything else. | ||
| .SH BUGS | ||
| .sp | ||
| Please visit Suricata\(aqs support page for information about submitting | ||
| bugs or feature requests. | ||
| .SH NOTES | ||
| .INDENT 0.0 | ||
| .IP \(bu 2 | ||
| Suricata Home Page | ||
| .INDENT 2.0 | ||
| .INDENT 3.5 | ||
| \fI\%https://suricata.io/\fP | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .IP \(bu 2 | ||
| Suricata Support Page | ||
| .INDENT 2.0 | ||
| .INDENT 3.5 | ||
| \fI\%https://suricata.io/support/\fP | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .SH COPYRIGHT | ||
| 2016-2025, OISF | ||
| .\" Generated by docutils manpage writer. | ||
| . | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| .\" Man page generated from reStructuredText. | ||
| . | ||
| . | ||
| .nr rst2man-indent-level 0 | ||
| . | ||
| .de1 rstReportMargin | ||
| \\$1 \\n[an-margin] | ||
| level \\n[rst2man-indent-level] | ||
| level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| - | ||
| \\n[rst2man-indent0] | ||
| \\n[rst2man-indent1] | ||
| \\n[rst2man-indent2] | ||
| .. | ||
| .de1 INDENT | ||
| .\" .rstReportMargin pre: | ||
| . RS \\$1 | ||
| . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] | ||
| . nr rst2man-indent-level +1 | ||
| .\" .rstReportMargin post: | ||
| .. | ||
| .de UNINDENT | ||
| . RE | ||
| .\" indent \\n[an-margin] | ||
| .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| .nr rst2man-indent-level -1 | ||
| .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] | ||
| .in \\n[rst2man-indent\\n[rst2man-indent-level]]u | ||
| .. | ||
| .TH "SURICATACTL" "1" "2025-02-11" "8.0.0-dev" "Suricata" | ||
| .SH NAME | ||
| suricatactl \- Suricata Control | ||
| .SH SYNOPSIS | ||
| .sp | ||
| \fBsuricatactl\fP [\-h] <command> [<args>] | ||
| .SH DESCRIPTION | ||
| .sp | ||
| This tool helps control Suricata\(aqs features. | ||
| .SH OPTIONS | ||
| .INDENT 0.0 | ||
| .TP | ||
| .B \-h | ||
| .UNINDENT | ||
| .sp | ||
| Get help about the available commands. | ||
| .SH COMMANDS | ||
| .sp | ||
| \fBsuricatactl\-filestore(1)\fP | ||
| .SH BUGS | ||
| .sp | ||
| Please visit Suricata\(aqs support page for information about submitting | ||
| bugs or feature requests. | ||
| .SH NOTES | ||
| .INDENT 0.0 | ||
| .IP \(bu 2 | ||
| Suricata Home Page | ||
| .INDENT 2.0 | ||
| .INDENT 3.5 | ||
| \fI\%https://suricata.io/\fP | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .IP \(bu 2 | ||
| Suricata Support Page | ||
| .INDENT 2.0 | ||
| .INDENT 3.5 | ||
| \fI\%https://suricata.io/support/\fP | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .UNINDENT | ||
| .SH COPYRIGHT | ||
| 2016-2025, OISF | ||
| .\" Generated by docutils manpage writer. | ||
| . |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not have added these files