' +
+ '
Confidence Score
' + res.confidence_score + '%
' +
+ '
Total Reports
' + res.total_reports + '
' +
+ '
Country
' + res.country + '
' +
+ '
ISP
' + (res.isp || 'Unknown') + '
' +
+ (res.domain ? '
Domain
' + res.domain + '
' : '') +
+ (res.last_reported ? '
Last Reported
' + res.last_reported + '
' : '') +
+ '