I use suricata 7.0
alert tcp any any → any any (ssl_state:client_hello; tls.sni; content:“.amazon.com” >>> not detect
alert tcp any any → any any (ssl_state:client_hello; ) >>> detect ok
i don’t understand.
Can’t content keyword and ssl_state keyword be used together?
I would appreciate it if you could let me know.