The CreatorCon Call for Content is officially open! Get started here.

Integration: Fetch additional values from tenable

Sachin G K1
Kilo Sage

Tenable:https://www.tenable.com/plugins/nessus/146571

SachinGK1_1-1697471963319.png

 

SachinGK1_0-1697471908609.png

 

Attributes values are fetched from tenable website, i wish fetch one more field "Severity". How to do this? 

 

 

Thanks in Advance

1 ACCEPTED SOLUTION

Ok. I didnt find any documentation about severity via API. 

If you dont fine any solution, you may need to use the logic provided here to calculate severity based on cvssv3 score.

https://docs.tenable.com/nessus/Content/RiskMetrics.htm

 


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

4 REPLIES 4

SanjivMeher
Kilo Patron
Kilo Patron

I think risk_factor in your JSON is the Severity on the form


Please mark this response as correct or helpful if it assisted you with your question.

HI Sanjiv,

 

No, Risk factor field is different

SachinGK1_0-1697476078920.png

 

 

NOte: Risk factor value is not always same as Severity field value, so i want to retrieve severity field ony

How can i retrieve severity field value? please suggest

Ok. I didnt find any documentation about severity via API. 

If you dont fine any solution, you may need to use the logic provided here to calculate severity based on cvssv3 score.

https://docs.tenable.com/nessus/Content/RiskMetrics.htm

 


Please mark this response as correct or helpful if it assisted you with your question.

Thanks Sanjiv