How to fend off hackers?

Alice Du

Newbie
Joined
Mar 3, 2017
Messages
1
Reaction score
0
There have been numerous attempts to hack my ecommerce site. I would appreciate any suggestions or comments on tackling the security problems that I have.
 
There have been numerous attempts to hack my ecommerce site. I would appreciate any suggestions or comments on tackling the security problems that I have.
You need to take help from a security researcher (ethical hacker) to make security more tight on your website.
 
what happens to your website when someone tries to hack it? or rather how do you know if someone tried to hack the site?
 
What ecommerce software do you use?

In general:
  • Always keep your CMS updated to the newest version
  • never use database with root account (mistakes that A LOT of people do, out of laziness)
  • Don't use too many plugins (specially if you youse wordpress, the more plugins you use, the more security holes you can have)
  • Use ddos protection
  • Use strong password for the admin account
There are also many other apsects that you have to take care of, these are just the really basic ones.
For any further help, It would be good, if you could specify WHAT kind of attacks did happen, like someone trying to login as admin or so.
 
if there's direct and purposeful attacks this would probably be beyond your scope. Cloudflare can help, depending on the type of attack. Cloudflare paid services might be a tad better, but depends on type of attack as well. I wouldn't rely too much on plugins/software on the site, that's like the last line of defense, if they're getting up to that point it's probably too late.

Hire a security team/individual to help address. Ask for references.

Otherwise talk to your host, they might have it as a service/additional feature perhaps or can send you to someone who can help so long as your not on EIG host.
 
There have been numerous attempts to hack my ecommerce site. I would appreciate any suggestions or comments on tackling the security problems that I have.

What's your username, password, CC and SSN? I can help.
 
Cloudflare and modsecurity or any other kind of internal firewall.
Set a high safety level on Cloudflare.
 
Using google recaptcha on your login page can help (:, unless the attacker is determined in which case it still helps by making the process more costly for said attacker. I'm assuming they are trying to bruteforce your password. Also change it every 3months and ensure you get a nice strong password.
 
Cloudflare would be a good start if you don't already have it.

I agree, you need to put a CDN between your servers and the Internet, Cloudfare has a free account, so you can try that first.

Also, do you use any ecommerce CMS or your website is custom built?

An e-commerce CMS is usually a better choice for simple e-commerce websites because the technical stuff and vulnerabilities are fixed and updated on a consistent basis.
 
Like others said, you MUST keep your ecom software updated (which software do you use?)

I personally use Sucuri, I think they are the best. You can set some pretty extreme filters if your site is constantly under hacking attempt. They also will text you/email you the second any file has been changed on your server. They also usually virtually patch your server with latest updates from wordpress/magento etc.

Lastly, if it's just you running the site, set all your ftp/ssh/backend software to whitelisted IP's only. Also use two factor on your ecom backend.

***Again biggest thing keep software updated, use some sort of third party firewall.
 
Back
Top