The getSecurityThreatLogs API allows mobile applications to retrieve historical threat data detected by the REL-ID SDK. This is useful for security auditing, threat resolution, or providing users with transparency around security activities on their device.
š Purpose
This API fetches logs of previously detected security threats. These can be analyzed to understand patterns or respond to security incidents reported by end users.
š User Experience: Recommended UI Screen
A Security Logs screen should be presented to the user listing all historical threats.
Each entry should show:
š Threat Name
ā ļø Severity (e.g. LOW, MEDIUM, HIGH)
šļø Timestamp (based on log order)
š Category (SYSTEM, NETWORK, APPLICATION)
āļø Description/message
Optionally, allow users to view expanded details for appInfo or networkInfo if present.