-
Notifications
You must be signed in to change notification settings - Fork 36
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
Question about support for Tenable SecurityCenter #14
Comments
Security Center is another set completely of APIs and requirements. At the moment we do not have it planned, but I would be interested in knowing what would be the minimum viable set of features/tasks that you would like in a module for interacting with Security Center?
… On Mar 6, 2017, at 1:26 PM, nfields03 ***@***.***> wrote:
More of a general question than issue, would you be willing to extend this module to support Tenable SecurityCenter as well? If so, is there anything I can do to help? I'm a bit of a noob with github but I know PowerShell pretty well...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#14>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAf0HqMlnpjWyO9NDRkMpyRuLuLIM3dEks5rjEG3gaJpZM4MUcqc>.
|
I've been looking at ways to automate some of the scan results coming out of SecurityCenter in the last couple weeks and wasn't certain how close the APIs were. Digging away at it I agree with you there are some significant differences so at best it's probably a completely separate module. I'm not sure if anyone else is frustrated with the way Tenable presents results in the SecurityCenter reporting engine, but I was hoping that PowerShell could improve upon it... |
I am working on a project to use the api calls to get asset list from the API .. I want to feed that info through a cmdlet I wrote to test is a server was added to a NisNetGroup in Active Directory.. This will then be written to an event logs and pushed to splunk for some nice dashes to show compliance. I am doing it like this because the assets are dynamic in nature so Tenable will be our "true" reference point as we scan weekly. So right now I noticed I have to do this per scanner but it would be nice to pull from SC directly. I am also pretty good in writing $Ps tools so being pointed in the right direction to leverage these APIs would be awesome. |
More of a general question than issue, would you be willing to extend this module to support Tenable SecurityCenter as well? If so, is there anything I can do to help? I'm a bit of a noob with github but I know PowerShell pretty well...
The text was updated successfully, but these errors were encountered: