Replies: 2 comments 4 replies
-
To set the category and severity, use the "classtype" directive and rather than test include one of the categories from /opt/so/conf/suricata/classification.config. For example, setting it to "classtype:trojan-activity" would set it to high priority. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi Gracie,
Thanks for your reply, how to add a classtype and set the serverity?
Matthew Gracie ***@***.***>于2023年6月27日 周二04:11写道:
… To set the category and severity, use the "classtype" directive and rather
than test include one of the categories from
/opt/so/conf/suricata/classification.config.
For example, setting it to "classtype:trojan-activity" would set it to
high priority.
—
Reply to this email directly, view it on GitHub
<#10659 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANMWB65K74UMF4QMKZNGJ2LXNHUIJANCNFSM6AAAAAAZT4552A>
.
You are receiving this because you authored the thread.Message ID:
<Security-Onion-Solutions/securityonion/repo-discussions/10659/comments/6286143
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add a custom suricata rule on security-onion 2,
according from manual,
I add it in /opt/so/saltstack/local/salt/idstools/local.rules
alert ip 10.x.x.x any -> any any (msg:"test!";classtype:test;sid:1999999;)
but it's "low " severity level by default and it's shown blank in Security Onion-Rule-Category
I don't know how can I modify the severity level from low to high and how it can be shown on Security Onion-Rule-Category,thanks!
Beta Was this translation helpful? Give feedback.
All reactions