Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 922 Bytes

ReportReputation.md

File metadata and controls

13 lines (10 loc) · 922 Bytes

IO.Swagger.Model.ReportReputation

Properties

Name Type Description Notes
Score int? Reputation score 0 to 100 * 0-19: Malware * 20-29: Potentially Unwanted * 30: Unknown reputation * ... * 60-69: Prevalent * 70-89: Clean * 90-100 Trusted
ScoreString string Reputation in string, as it is described under "score"
Prevalence string Prevalence level string (e.g. rare, low, medium, common, popular)
FirstSeen DateTime? First-seen time/date timestamp (decimal representation of UNIX timestamp)
LastSeen DateTime? Last-seen time/date timestamp (decimal representation of UNIX timestamp)

[Back to Model list] [Back to API list] [Back to README]