Closed stiong-p closed 1 year ago
Hi, is this the API you're referring to?
Could you also mention the version of Tenable.sc you're using?
It is with reference to https://pytenable.readthedocs.io/en/stable/api/sc/analysis.html, using T.sc 5.23.1. If I were to just query using this method - https://docs.tenable.com/tenablesc/api/Analysis.htm#AnalysisRESTReference-/analysis I do not find "ip", "last_seen_after" and "last_seen_before".
Here's the response to the question from T.sc team.
The ip field is the IP address of the host (in IP repos it’s the IP address stored in the .hdb file). The ips field is all the IP addresses stored in the namedb for that host. May be “last_seen_after” and “last_seen_before” fields were from old implementation. I don’t see any reference to these fields in SC current code base.
Hi, I would like to understand the definitions of the API analysis output data below, or there other documentation that I may refer to?:
The difference between "ips" and "ip".
The last_seen_after and last_seen_before are null, why would it be null? last_seen : (epoch-timestamp) last_seen_after: null last_seen_before: null
Thank you in advance!