Getting Data In

Help with field extraction of CMD output like "net localgroup Administrators" or "query user"

DominikW
Engager

Hi,

we like to know which user is in the local Administrator Group and wich is the active User Account of our windows clients.

1. to get the local admins we use  "netgroup local Administrators" and write the output into an textfile.

This is the Output.txt:

-------------------------------------------------------------------------------

Aliasname Administratoren
Beschreibung Administratoren haben uneingeschr„nkten Vollzugriff auf den Computer bzw. die Dom„ne.

Mitglieder

-------------------------------------------------------------------------------
Administrator
AdminX
AdminY
AdminZ
User

Der Befehl wurde erfolgreich ausgefhrt.

-------------------------------------------------------------------------------

Now there are five Members in the local Administrator group.

How can we get these values into fields? 

Like:

localAdmin = Administrator

localAdmin = AdminX

localAdmin = AdminY

localAdmin = AdminZ

...

 

2. We use "query user" to get the active user and write the output in a textfile

This is the output.txt:

BENUTZERNAME SITZUNGSNAME ID STATUS LEERLAUF ANMELDEZEIT
>user console 1 Aktiv 1:07 26.09.2022 12:41

How can we extract these fields?

Like:

Benutzername = user

Sitzungsname = console

ID = Aktiv

...

 

Thank you in advance!

Dominik

0 Karma
Get Updates on the Splunk Community!

Splunk ITSI & Correlated Network Visibility

  Now On Demand   Take Your Network Visibility to the Next Level In today’s complex IT environments, ...

Community Content Calendar, August edition

In the dynamic world of cybersecurity, staying ahead means constantly solving new puzzles and optimizing your ...

Pro Tips for First-Time .conf Attendees: Advice from SplunkTrust

Heading to your first .Conf? You’re in for an unforgettable ride — learning, networking, swag collecting, ...