mobile-vibrateOverlay Detection

This detection identifies the presence of screen overlays (overlays) used to obscure the legitimate interface and hijack user interaction. The tool validates whether the clickable area is free of visual interference, blocking manipulation attempts where the user sees one thing but clicks another. This functionality is essential to mitigate the risk of unintentional operations. By preventing malicious software from hiding security alerts or confirmation buttons, we ensure the integrity of each command executed on the device, protecting the operation against fraudulent authorizations obtained through social engineering.

<overlayDetection>
    <enabled>true</enabled>
</overlayDetection>

Last updated