D
D
Denis Ilinykh2017-01-12 00:28:21
Nginx
Denis Ilinykh, 2017-01-12 00:28:21

Where can I find documentation on analyzing user behavior from logs?

Suggest articles for studying the topic on analyzing Nginx or Apache logs to detect abnormal client behavior. To identify robots / parsers / scriptkiddies
I would like to take a ready-made solution for analysis or read methods for determining to implement such a program.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
other_letter, 2017-01-12
@other_letter

As far as I know, such decisions are usually based on realtime, not logs. Are you sure this is a required requirement?

I
index0h, 2017-01-12
@index0h

To analyze user behavior, you need to collect statistics on the actions of these users. Example: A user has registered and made a payment. You cannot remove such a status from the web server logs. There are smarter trackers like piwik. For complex cases - logging is done manually.

A
Arseny Kravchenko, 2017-01-14
@Arseny_Info

The task was set incorrectly. Try to reformulate from "I want to find something strange in the logs" to "I want to find such and such specific anomalies in the logs."
In general, there are a lot of articles on the topic of anomaly detection, choose according to the task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question