Jump to content

Delete table Mysql with DB


Recommended Posts

Hello,

 

I come to ask you some information about a subject.
Recently, several servers (including mine) are deleted tables in the database.
 
We made several test and it would pass through a port.
The Port 15000 (BIND_PORT)
Whoever is in the DB config file.
 
Alternatively, I thought it could come from DB_PORT and DB_ADDR.
But I'm not sure.
 
Mysql connections are secure.
 
Have you ever heard of this?
 
Thanks
Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Are you sure the mysql connections are secured?

Maybe you made a mistake there, e. g. you gave a user password to someone and he leaked or misused it. Or maybe you made a mistake with locking everything up. Most attacks are made by the homepage. People break in there and are able to launch sql statements there since most SQL users used for homepages have too high privileges.

 

We need a bit more information if you want us to help you. I know those things are private so maybe you can provide us with logfiles so we can see what actually happened there. Otherwise it's impossible for us to track down the way he breached your security for you :)

Link to comment
Share on other sites

Port change isn't going to work. Normally the firewall should deny P2P ports and the db cache port.

But that's not quite doing it. The dbcache is only a part, the gamecore instead also needs database access and connects with it. So I guess connecting from outside to the dbcache won't do the trick alone. Especially no one out there could actually manage to make use of that.

 

Buuut what's more important is that there may be security breaches you aren't aware of. Most people don't know their homepage script well. It's, as I said, the most cause of trouble since if there's something an attacker could use, he'd easily get access to the database. And not everyone limits permissions, so most likely they'll get root access in worst cases. Then there's nothing to wonder about if they delete the database.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.