Sessionmanager keep sending strange SQL query

[MariaDB:10.4.22-MariaDB] [sessionmanager] [213ms] SELECT * FROM jobs WHERE whitelisted = false

The search query above appears on sql-log almost 30 times in a minute with high ms(maxmize 1200ms )
I cannot figure it out where the query comes out (pretty sure that’s not caused by job center script)
and there’s my sessionmanager’s file

host_lock.lua (2.7 KB)

System specifications:
Ryzen 7 5800X 8core processor
32GB RAM

THX : )

If you take the orginal sessionmanager host_lock.lua you see that the code after line 69 is not part of it.

Seems you installed any resource which backdoored all of your other resources, the code added seems to be extremely dangerous since it contacts an external website and loads any code from that website and runs it on your server.

Bad actor seems to be “cipher panel”

1 Like

appreciate for remind me this