Tenable REST connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2016 08:33 AM
Has anyone tried integrating Service-Now with Tenable Security Center via their REST API? I know that they have a app integration, however that has a requirement to have a license for the security operations module in Service-Now, which is mucho overkill for the simple task integration we're looking to achieve (vulnerabilities get flagged by our system scan, we then create tasks for some people to follow up in Service-Now). If you've done it, any advice on getting the tokin authentication working for REST?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 09:12 AM
For use in the other REST calls (like 'analysis' or 'plugins')
//login nessus
var loginInfo = this.tscLogin();
var result = JSON.parse(loginInfo);
var TNS = result.tns;
var token = result.token;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2017 08:54 PM
Jarod,
Thank you for the scripts that you provided, they were a great help. Do you happen to have any examples of querying the table structure to get the vulnerability scores for each equipment scanned? I don't know if I have the query structured correctly in my script include function or if I am passing in the wrong parameter.
Any help would be great.
Thank you,
Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2018 12:29 AM
Hi,
can you help me to do this integration
Thanks in advance