Dunttus / AI-Project

Anomaly detection with Tensorflow.
GNU General Public License v3.0
7 stars 1 forks source link

detect xss / sqli attacks #1

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi guys,

Hope you are all well !

I am working on a log analyser and I was looking after some already existing projects about logs and AI; that's how I found your project :-)

https://user-images.githubusercontent.com/1963546/126038822-4b793b94-8ba1-4bd6-b322-7544d84aee9c.mov

For now, I detect attacks based on huge list of regexes but it dos not that in account the context.

So, I have a question, how would you do for detecting xss or sqli attacks with an AI detector ? A multiclass classifier ? Word2vec ?

Thanks for any insights or inputs on this question.

Cheers, Luc Michalski