-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch: Merge pull request #37 from reflexivesecurity/rule-list
Add info on available rules
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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,19 @@ | ||
Available Rules | ||
================================== | ||
|
||
Reflex offers dozens of Rules out of the box, and if you need additional Rules | ||
you're able to create your own custom rules or utilize rules made by others. | ||
|
||
Detective Reflex Rules | ||
------------------------ | ||
|
||
All Reflex rules are capable of operating in detection only mode. To see a list | ||
of all official Reflex Rules, you can `visit our GitHub. | ||
<https://github.com/search?q=topic%3Arules+org%3Areflexivesecurity+fork%3Atrue>`_. | ||
|
||
Remediative Reflex Rules | ||
------------------------ | ||
|
||
Only some Reflex Rules support automatic remediation. For a list of official | ||
Reflex Rules that support automatic remediation, `visit our GitHub. | ||
<https://github.com/search?q=topic%3Aremediate+org%3Areflexivesecurity+fork%3Atrue>`_. |