Closed Nicocimbali closed 3 years ago
Hi, I saw in the logs that tanner makes a division of users which can be: user, tool, crawler and attacker, I wanted to know based on what tanner does this classification? And what is the difference between these categories?
Hey @Nicocimbali
You can see the code for choosing profile, here.
choosing profile
To detect crawler this(session_analyzer#L151) function is used.
For detecting attacker, this(session_analyzer#L172-L188) function is used.
Hi, I saw in the logs that tanner makes a division of users which can be: user, tool, crawler and attacker, I wanted to know based on what tanner does this classification? And what is the difference between these categories?