AI for malware detection

Posted by OkArm1772@reddit | Python | View on Reddit | 5 comments

Hi everyone!

I was researching how to create an artificial intelligence model that can read my computer/network traffic and send me alerts so I can take security measures. The idea is to do it for myself and in a way that I can learn about the topic. I'm currently working on the model, but I don't know how to make this model connect to my network and constantly listen to traffic, how much resources it consumes, and whether it reads it continuously or needs to be analyzed piecemeal.

I'm open to any comments!