List the latest IP address reputation findings of a company.
The asset reputation score is based on the number of IPs or domains are blacklisted or that are used for sophisticated APT attacks. The reputation feeds are collected from VirusTotal, Cymon, Firehol, BlackList DNS servers, etc. This category has 7% effect on total scan score. This endpoint may return seemingly duplicate findings which in fact include different categories and listing urls.<br/><br/> For storage optimization, the system <b>permanently</b> deletes all findings that haven't been detected by the Black Kite scanner for over a year. Findings with manually changed statuses or associated tickets are excluded.
Path parameters
The id of the target company.
Query parameters
The number of the page requested.
The number of result items in a single response.
Comma separated current status of this finding. Possible values are; Active, FalsePositive, Suppressed, Acknowledged and Deleted. When left out, all is implied.
Comma separated severity values of this finding. Possible values are; Info, Low, Medium, High and Critical. When left out, all is implied.
The start date for filtering findings by date range (format: date-time). Must be used together with end_date. The date range must not exceed 15 days.
The end date for filtering findings by date range (format: date-time). Must be used together with start_date. The date range must not exceed 15 days.
Filter findings by confidence level. Possible values are: VeryHigh, High, Medium, Low. When left out, all is implied.
Filter findings by whether they contribute to the Ransomware Susceptibility Index (RSI).
Response
Success
Example response
[
{
"FindingId": 2590965999,
"Domain": "acmeinc.com",
"IPAddress": "192.168.1.1",
"Severity": "Medium",
"Status": "Active",
"ControlId": "FRADOM-001",
"Ticket": {
"Status": "Assigned",
"Owner": "John Doe"
},
"Category": "organizations, googlesafebrowse,reputation, dnsblacklist",
"FirstListingDate": "2021-08-09T08:30:30.682Z",
"ListingUrl": "https://lite.ip2location.com/ip2proxy-lite",
"Description": "ip2location Proxy Ipv4 List",
"ReportDate": "2021-08-09T08:30:30.682Z",
"FindingDate": "2021-08-09T08:30:30.682Z",
"ReputationListings": [
{
"Category": "organizations, googlesafebrowse,reputation, dnsblacklist",
"Description": "ip2location Proxy Ipv4 List",
"Url": "https://lite.ip2location.com/ip2proxy-lite",
"Date": "2024-05-08T00:00:00.000Z"
}
],
"ConfidenceLevel": "High",
"UpdateDate": "2021-08-09T08:30:30.682Z",
"IsRsiFinding": true
}
]