WordPress Υποεκδόσεις 0 5 10 15 20 25 30 35 40 45 50 49,9 15,8 11 7,3 Η έκδοση 4.x χρησιμοποιείται από το 90% όλων των WordPress Ιστοσελίδων Υποεκδόσεις του WordPress 4.6 4.5 4.4 4.3 % % source: https://w3techs.com/technologies/details/cm-wordpress/4/all
10000 15000 20000 25000 30000 35000 40000 45000 40063 441 Διάστημα ενός έτους Το 1% των site που ελέγχθηκαν βρέθηκε να έχει malware Sites Scanned Sites with Malware % % source: https://www.google.com/transparencyreport/safebrowsing/malware/?hl= en# region= GR&period= 365
content and email abuse coming from your account • Weird search keywords like viagra landing on your page • Your emails are starting to bounce or f agged as spam • Your bandwidth usage is skyrocketing • Your traf c is decreasing day by day image source: theme4press.com
κάνει redirect τ ους επισκέπτ ες σε μια άλλη ιστ οσελίδα • Το .htaccess αρχείο έχει κάποια “περίεργα” rules • Popup παράθυρα ή διαφημίσεις που δεν έχουν καμία σχέση με τ ην ιστ οσελίδα σας
themes and plugins. • Change all WP admin passwords and usernames, hosting panel, FTP/SFTP, MySQL Users. • Have 1 or 2 admin users and set strong passwords. • Remove all dev/demo/staging versions of your site. • Move any WP sites into a separate hosting account.
through .htaccess: < f les wp-conf g.php> order allow,deny deny from all < /f les> • Disallow f le edit through wp-conf g.php: def ne('DISALLOW_FILE_EDIT', true); • Disable php execution for /wp-content/uploads using .htaccess: < Files *.php> deny from all < /Files> • Secure wp-includes by adding the snippet on the right through .htaccess(place it before the # BEGIN WordPress tags): < IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^ wp-admin/includes/ - [F,L] RewriteRule !^ wp-includes/ - [S= 3] RewriteRule ^ wp-includes/[^ /]+ \.php$ - [F,L] RewriteRule ^ wp-includes/js/tinymce/langs/. + \.php – [F,L] RewriteRule ^ wp-includes/theme-compat/ - [F,L] < /IfModule>
a WAF • Use a WordPress friendly Hosting Provider Extra Security Measurements • Don't access your site backend and hosting panel from public wif and computers in general • Use an antivirus yourself, scan regularly your box