Creating Analyzers #1855
-
Hello! I'm trying to create a simple analyzer in order to test this functionality and create more after that. I used logon analyzer like a base to create another for RDP (21|24) events from EVTX and I have some problems.
I'm sure that I'm doing all wrong xD but I preferred to try before ask. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @lucky-luk3, Sorry for the late answer here.
|
Beta Was this translation helpful? Give feedback.
-
The documentation you are looking for is located here: The easiest to help is if you can to link to a fork of the repo so see the actual code you are trying to run. Note that the analyzer_run.py does mock the results. |
Beta Was this translation helpful? Give feedback.
Hi @lucky-luk3,
Sorry for the late answer here.
interface.BaseAnalyzer
is the object to use