- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 02:50 AM
Hello Everyone,
When customer tries Linux Discovery using Sudo right, They found the content of TCP connection is empty on their host.
All other information like 'running process' , 'installed software' properly retrieved.
Anyone can advise what could cause that issue? I believe that the customer set the SUDO right for netstat/lsof already.
Any advice would be appreciated.
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 11:39 AM
Most likely permissions are not set. Take a look at the ADM probe and make sure they allow those commands to be run...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 03:36 AM
Hi, may you please share what exactly command they run using sudo on Linux server (target), and what output they receive back upon running this command.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2022 11:39 AM
Most likely permissions are not set. Take a look at the ADM probe and make sure they allow those commands to be run...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 03:10 AM
lsof -iTCP -n -P -F pcnfT this is the command used for the same. However, the document on service-now does not suggest that this needs to be added.