+ All Categories
Home > Software > Magento Security Best Practises - MM17PL

Magento Security Best Practises - MM17PL

Date post: 17-Mar-2018
Category:
Upload: anna-voelkl
View: 1,005 times
Download: 4 times
Share this document with a friend
50
#mm17pl, Anna Völkl
Transcript
Page 1: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl

Page 2: Magento Security Best Practises - MM17PL

Magento Security Best PracticesBest practises and tools to improve the overall security of your Magento shopsAnna Völkl / @rescueAnn

#mm17pl, Anna Völkl

Page 3: Magento Security Best Practises - MM17PL

Anna Völkl! Lead Magento Developer! E-CONOMIX! Wels & Linz / Austria@rescueAnn

#mm17pl, Anna Völkl

Page 4: Magento Security Best Practises - MM17PL

http://bouk.co/blog/hacking-developers/http://extractdata.club

#mm17pl, Anna Völkl

Page 5: Magento Security Best Practises - MM17PL

Who is responsible for security?"I didn't know it had to be secure..."

#mm17pl, Anna Völkl

Page 6: Magento Security Best Practises - MM17PL

Source: Zend - The State of PHP in 2017#mm17pl, Anna Völkl

Page 7: Magento Security Best Practises - MM17PL

Magento Security Best Practises! https://magento.com/security! Sign up for Magento security alerts

• Be prepared

#mm17pl, Anna Völkl

Page 8: Magento Security Best Practises - MM17PL

Magento Security Best Practises! https://magento.com/security! Sign up for Magento security alerts

• Be prepared• Patch early &• Use magereport.com & Magento Security Scan

#mm17pl, Anna Völkl

Page 9: Magento Security Best Practises - MM17PL

Magento Security Best Practises! https://magento.com/security! Sign up for Magento security alerts

• Be prepared• Patch early• Use magereport.com & Magento Security Scan• Monitor for Signs of Attack

#mm17pl, Anna Völkl

Page 10: Magento Security Best Practises - MM17PL

Magento Security Scan• very detailed report about security of a Magento shop• currently by invite only, partners• ,,Magento’s official security monitoring service'' (John Steer, Head of

Product Security at Magento)• more official news soon :)

Infos: ! [email protected]

#mm17pl, Anna Völkl

Page 11: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login!

#mm17pl, Anna Völkl

Page 12: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login• EW_NativePasswords

#mm17pl, Anna Völkl

Page 13: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login• EW_NativePasswords• MageHackDay_TwoFactorAuth

#mm17pl, Anna Völkl

Page 14: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login• EW_NativePasswords• MageHackDay_TwoFactorAuth• BranchLabs_AdminPasswordStrength

#mm17pl, Anna Völkl

Page 15: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login• EW_NativePasswords• MageHackDay_TwoFactorAuth• BranchLabs_AdminPasswordStrength• Shopliebe_PasswordStrength

#mm17pl, Anna Völkl

Page 16: Magento Security Best Practises - MM17PL

Recommended Extensions IPasswords & Login• EW_NativePasswords• MageHackDay_TwoFactorAuth• BranchLabs_AdminPasswordStrength• Shopliebe_PasswordStrength• Ikonoshirt_Pbkdf2

#mm17pl, Anna Völkl

Page 17: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring!

#mm17pl, Anna Völkl

Page 18: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring• Ikonoshirt_StrictTransportSecurity

#mm17pl, Anna Völkl

Page 19: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring• Ikonoshirt_StrictTransportSecurity• ET_IpSecurity

#mm17pl, Anna Völkl

Page 20: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring• Ikonoshirt_StrictTransportSecurity• ET_IpSecurity• FireGento_AdminMonitoring

#mm17pl, Anna Völkl

Page 21: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring• Ikonoshirt_StrictTransportSecurity• ET_IpSecurity• FireGento_AdminMonitoring• Nexcessnet_Alarmbell

#mm17pl, Anna Völkl

Page 22: Magento Security Best Practises - MM17PL

Recommended Extensions IIConfiguration & Monitoring• Ikonoshirt_StrictTransportSecurity• ET_IpSecurity• FireGento_AdminMonitoring• Nexcessnet_Alarmbell• Mhauri_Slack / Moogento_SlackCommerce

#mm17pl, Anna Völkl

Page 23: Magento Security Best Practises - MM17PL

Recommended Extensions for M2!

#mm17pl, Anna Völkl

Page 24: Magento Security Best Practises - MM17PL

Recommended Extensions for M2• creaminternet/module-secure-passwords

#mm17pl, Anna Völkl

Page 25: Magento Security Best Practises - MM17PL

Recommended Extensions for M2• creaminternet/module-secure-passwords• Git Status Security Report

#mm17pl, Anna Völkl

Page 26: Magento Security Best Practises - MM17PL

Recommended Extensions for M2• creaminternet/module-secure-passwords• Git Status Security Report• MageSpecialist SecuritySuite

• Two Factor Auth, User lockout, reCaptcha, Admin IP restriction, Digest Auth

#mm17pl, Anna Völkl

Page 27: Magento Security Best Practises - MM17PL

Who has access to your code?You.Your colleague.Your company.Your GitLab Server Server.An external developer.GitHub/BitbucketYour CodeClimate Integration.Your build/deployment tools.#mm17pl, Anna Völkl

Page 28: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl

Page 29: Magento Security Best Practises - MM17PL

Isolate Development from Productionreduce unwanted errors,improve security

#mm17pl, Anna Völkl

Page 30: Magento Security Best Practises - MM17PL

Dev vs. Testing/Staging vs. Production

#mm17pl, Anna Völkl

Page 31: Magento Security Best Practises - MM17PL

No keys in your code, put them in settings files.Don't add the settings files (esp. production) into your repo.

#mm17pl, Anna Völkl

Page 32: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl

Page 33: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl

Page 34: Magento Security Best Practises - MM17PL

Database dumps IBecause dumping big databases is boring

#mm17pl, Anna Völkl

Page 35: Magento Security Best Practises - MM17PL

Remove log data$ n98-magerun.phar db:dump --strip="@stripped"

Available:@log, @dataflowtemp, @stripped

See: n98-magerun Stripped Database Dumps

#mm17pl, Anna Völkl

Page 36: Magento Security Best Practises - MM17PL

Database dumps IIBecause you don't need thousands of orders, customers and logs in your dev-environment

#mm17pl, Anna Völkl

Page 37: Magento Security Best Practises - MM17PL

Remove sales and customer data$ n98-magerun.phar db:dump --strip="@development"

Available:@log, @dataflowtemp, @stripped, @sales, @customers, @trade, @development

See: n98-magerun Stripped Database Dumps

#mm17pl, Anna Völkl

Page 38: Magento Security Best Practises - MM17PL

Use an environment configuration toolBecause accidentally using the wrong environment is embarrassing

#mm17pl, Anna Völkl

Page 39: Magento Security Best Practises - MM17PL

Environment Configuration• LimeSoda_EnvironmentConfiguration• n98-magerun Script• Cti_MagentoConfigurator• HarrisStreet ImpEx

#mm17pl, Anna Völkl

Page 40: Magento Security Best Practises - MM17PL

Code analysis• CodeClimate• SensioLabs Insight• Scrutinizer

#mm17pl, Anna Völkl

Page 41: Magento Security Best Practises - MM17PL

GrumPHPA PHP code-quality tool• Tests running via git hooks• improve codebase• write better code following best

practises

• Extra packages like sensiolabs/security-checker

! https://github.com/phpro/grumphp

#mm17pl, Anna Völkl

Page 42: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl

Page 43: Magento Security Best Practises - MM17PL

Security advisorieshttps://github.com/FriendsOfPHP/security-advisories

Checking for Vulnerabilities• Upload composer.lock to https://security.sensiolabs.org• Use web service (curl)

• Use CLI tool php checker security:check composer.lock

#mm17pl, Anna Völkl

Page 44: Magento Security Best Practises - MM17PL

Magento Malware Scannerwget git.io/mwscan.txtgrep -Erlf mwscan.txt /path/to/magento

https://github.com/gwillem/magento-malware-scanner

#mm17pl, Anna Völkl

Page 45: Magento Security Best Practises - MM17PL

Magento Project Mess Detector

https://github.com/AOEpeople/mpmd#mm17pl, Anna Völkl

Page 46: Magento Security Best Practises - MM17PL

Admin password cracking

#mm17pl, Anna Völkl

Page 47: Magento Security Best Practises - MM17PL

Warnings on HTTP websites in Google Chrome 62As part of Google's quest to compel all websites to use the more secure HTTPS protocol, Chrome 62 will flash more warnings when you visit HTTP sites. A few months ago, Chrome 56 (rightly) started labeling unencrypted sites as "not secure" right next to their URLs in the address line if they're asking for passwords and credit card details.— engadget.com

! More Info#mm17pl, Anna Völkl

Page 48: Magento Security Best Practises - MM17PL

To do! Read & apply Magento Security Best Practises! Sign up for Magento security alerts! Test & check your code and settings! Full HTTPS! Follow @piotrekkaminski, @gwillem, @_Talesh, @pete_cags, @PeterJaap, @Fabian_ikono, @RicTempesta

#mm17pl, Anna Völkl

Page 49: Magento Security Best Practises - MM17PL

[email protected]/avoelkl

#mm17pl, Anna Völkl

Page 50: Magento Security Best Practises - MM17PL

#mm17pl, Anna Völkl


Recommended