-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ScreenConnect event log artifacts. #38
base: main
Are you sure you want to change the base?
Conversation
Hey @acgabbert only the Yamls need to be changed, the rest is generated. |
Thanks @nasbench ! Updated the PR accordingly |
Hey @Koifman , thanks for taking a look. I've made some updates and additions to this PR. |
- EventID: 20 | ||
ProviderName: ScreenConnect | ||
LogFile: Application.evtx | ||
Data: Logs network information (e.g. connection created successfully, connection attempt failed) | ||
- EventID: 100 | ||
ProviderName: ScreenConnect | ||
LogFile: Application.evtx | ||
Data: User connected | ||
- EventID: 101 | ||
ProviderName: ScreenConnect | ||
LogFile: Application.evtx | ||
Data: User disconnected | ||
- EventID: 200 | ||
ProviderName: ScreenConnect | ||
LogFile: Application.evtx | ||
Data: Executed command on host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI the fields aren't standard but are related to the provider, so no "Service Name" for example because that's related to EID 7045.
In this case you need to provide the message that is shown in the event log in the data field or a specific field.
For me to evaluate this i need to see the logs. The blog that you linked in the reference doesn't contain refs to those EIDs. So please if you could provide the data for me to review that would be great.
Hey team, feel free to let me know if any files should be removed from this PR - was unsure if you want just the YAML file in the commit, or everything that changed.
Thanks!