M
M
Mark Trumpye2020-11-15 18:26:11
linux
Mark Trumpye, 2020-11-15 18:26:11

Auditing accounts on the network, what software to use?

There is a network, CentOS and Windows, the task is to collect data about user admin accounts.
I suppose you can collect from niks with a script, there is access via sssh, tell me in which direction to read.
Well, or there is an implemented software processing such Wishlist, share the name.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Dmitriev, 2020-11-16
@SignFinder

As for ready-made software, look towards Ansible, Terraform.
As for collection by scripts, you need to:
1. generate a list of machines (manually or collect with a command)
2. Go through all the machines in the foreach loop and execute some commands
3. process the received data according to the format you need.
I would collect all this from windows machines using Powershell, since it allows you to hook up to linux and collect data from Windows machines.
But you can also use bash for linux.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question