Tenable REST connection

scottcornthwait
Kilo Expert

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?  

7 REPLIES 7

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;


matttoone
Kilo Contributor

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


Hi,

can you help me to do this integration

 

Thanks in advance