malicious attack identification using web application logs

43 Views Asked by At

If logs are given in a specified format and you are supposed to do investigation for a malicious activity identification , where can one start as a beginner ? is there any software which can identify malicious activity. However i am supposed to do it with Pandas, numpy etc

please give me a path where can i start my research LOGS FORMAT

1

There are 1 best solutions below

0
mbakereth On

Install a logging tool like Elastic Stack. It will make viewing and searching the logged events easier. There is also Elastalert that sits on top of it and can send alerts for things like frequent repeated events in the logs.