
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 10:13 AM
Microsoft exposes the TCP socket table per process through WMI. The Powershell command is:
If we could scan that as well and link it to other assets by their IP address, we could generate tables or diagrams which lay out how servers and services tie together. This would be immensely useful.
OwningProcess, RemoteAddress, RemotePort
gwmi -Class MSFT_NetTcpConnection -Namespace Root\StandardCimv2
If we could scan that as well and link it to other assets by their IP address, we could generate tables or diagrams which lay out how servers and services tie together. This would be immensely useful.
OwningProcess, RemoteAddress, RemotePort
Labels:
- Labels:
-
Product Feedback
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2018 03:59 PM
This feature request was also sent in via email, for everyone else's benefit you can find our response below:
We've added your suggestions to both relevant features that are currently on our internal customer wish list:
- Scanning additional information from Windows assets (the WMI query)
- Monitoring features (Service and dependency maps)
At this moment in time we cannot yet guarantee that these features will be implemented though, and we cannot provide you with an estimated release date. Thank you for your feedback!
