使用Web应用程序日志识别恶意攻击
如果日志以指定格式给出,并且您需要进行恶意活动识别调查,那么作为初学者可以从哪里开始呢?有没有可以识别恶意活动的软件。不过我应该用 Pandas、numpy 等来做这件事,
请给我一条可以开始研究的路径 LOGS格式
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
安装 Elastic Stack 等日志记录工具。它将使查看和搜索记录的事件变得更加容易。还有位于其之上的 Elastalert,可以针对日志中频繁重复的事件等事件发送警报。
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.