This is a generic detection for script that have typical patterns of unauthorized redirections. Redirections are other common way of fooling the site visitors and serving them malicious or spam content. Very often, these redirections are done only under specific conditions such as browser type or the visitor "type" (e.g. human vs. bot).
Affecting
Any website
Cleanup
You can sign up with us and let our team remove the malware for you.
Dump
This code snippet redirects the visitor based on the User-Agent condition:
if(navigator.userAgent.match(/^1207.*|^3gso.*|^4thp.*|^501i.*|...|^ZTE.*/i))
{ window.location = "http://----.--/6vO910" };