
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2019 04:03 PM
Hello all,
Is there a way to print out or export all the IP ranges LS is scanning?
Thanks
Is there a way to print out or export all the IP ranges LS is scanning?
Thanks
Labels:
- Labels:
-
General Discussion
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2019 09:32 AM
The simplest way would be to just look if they are enabled or not. If you have them all enabled you can take a look at the lastIPscan field of the table.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2019 07:18 PM
Thank you so much for the info.
Is there also a way to tell if the IP range is still activley being scanned?
Is there also a way to tell if the IP range is still activley being scanned?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2019 09:15 AM
You can do it with a report:
If you want all the settings for that scanning target, you can also just select * from tsysIPScanRanges.
Select Top 1000000 tsysIPScanRanges.Servername,
tsysIPScanRanges.Ipstart,
tsysIPScanRanges.Ipend
From tsysIPScanRanges
If you want all the settings for that scanning target, you can also just select * from tsysIPScanRanges.
