Skip to content
Discussion options

You must be logged in to vote

After talking with support I was putting double-quotes around my parameters so the fix was to use single quotes. For example what I was originally trying to use so-rule modify add 2025705 "classtype:bad-unknown" "content:\"D|00|o|00|n|00|o|00|t|00|l|00|o|00|g|00 2E 00|p|00|s|00|1|00|\"; nocase; distance:0; isdataat:!1,relative; classtype:bad-unknown"

What I had to change it to was so-rule modify add 2025705 'classtype:bad-unknown' 'content:\"D|00|o|00|n|00|o|00|t|00|l|00|o|00|g|00 2E 00|p|00|s|00|1|00|\"; nocase; distance:0; isdataat:!1,relative; classtype:bad-unknown'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cm-ops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant