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.