Skip to content
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

Resolve service name from svchost.exe PID #44

Open
crazy-max opened this issue May 16, 2017 · 6 comments
Open

Resolve service name from svchost.exe PID #44

crazy-max opened this issue May 16, 2017 · 6 comments

Comments

@crazy-max
Copy link
Owner

No description provided.

@Atavic
Copy link

Atavic commented May 31, 2017

A quick solution is Process Explorer.

  • lists svchost instances by PID
  • r-click on an instance, select Properties, then click on Services tab for a list of the services on that instance.

@crazy-max
Copy link
Owner Author

Yes but i want to automate the process ;)

@Atavic
Copy link

Atavic commented May 31, 2017

Ha! There are CLI tools as DaeMON-CLI in verbose mode. Convoluted choice, as you must have Firedaemon running, then you can monitor it's services with this tool.

@Atavic
Copy link

Atavic commented May 31, 2017

For service shared in svchost.exe, display real service name instead of just "svchost.exe"

http://www.net-peeker.com/

@crazy-max
Copy link
Owner Author

Ok nice thanks!

@Atavic
Copy link

Atavic commented Jun 3, 2017

cmd console:
tasklist /svc /fi "imagename eq svchost.exe" > network_info.txt

Without > network_info.txt the result appears on the console, while with the redirection (>), nothing appears in CMD, but the info goes into the txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants