SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Mozilla & The Future of Security


            Michael Coates

          mcoates@mozilla.com
       michael-coates.blogspot.com
                 @_mwc
Security Reality

                      Reality in The World

 “The global cost of
cybercrime is greater
than the combined effect
on the global economy of
trafficking in marijuana,
heroin and cocaine”
                theregister.co.uk              datalossdb.org


                           Mozilla Manifesto

    “Individuals' security on the Internet is
    fundamental and cannot be treated as
    optional.”
Agenda



• Security is a part of everything
• Together we can build a secure web
• A trip through the Mozilla Security Lifecycle
• Securing Community Servers
Security is Life & Death


Internet Enabled Pacemaker                 Internet Connected Oven




                                             http://www.tmio.com/products/


   http://www.reuters.com/article/2009/08/11/us-pacemaker-idUSTRE5790AK20090811
Importance of Security

• Technology integrated into all aspects of daily life
• Security enables technology advancements into critical
   spaces

• Continued technology expansion requires security
 • Cars, Planes, Humans
 • Utilities - Power, Water
 • Internet Enabled Ovens, Pacemakers
Building a Secure Web
with Mozilla Community
Tackling Security



• Difficult security problems
• Need brilliant, creative thinkers
• Mozilla community can unite to lead security solutions for
   the open web
Security Challenges Facing Today



• Boot 2 Gecko
• MarketPlace
• Apps
• Mobile Firefox
• Identity
• User Data!
Community & Security




• Firefox & Web Bounty Programs
• Security Review Process
Firefox Bounty Program



• Encourage security research
• Goal is protect our users
• Eligibility: new sg:critical and sg:high


         http://www.mozilla.org/security/bug-bounty.html
Web Bounty Program


• Bounties paid for web security issues in critical web sites
• Increase your security testing skills on live site
• Critical & High vulnerabilities - SQL injection, cross site
   scripting, etc

• Source code always available

        http://www.mozilla.org/security/bug-bounty.html
Bounty Program

• 2011 Bugs Submitted: 132 (+51 dupes)
     Across 13 products, 45 components



•   bugzilla.mozilla.org         •   www.getfirefox.com

•   *.services.mozilla.com       •   addons.mozilla.org

•   getpersonas.com              •   services.addons.mozilla.org

•   aus*.mozilla.org             •   versioncheck.addons.mozilla.org

•   www.mozilla.com/org          •   pfs.mozilla.org

•   www.firefox.com              •   download.mozilla.org
Participate in Security!

• Security reviews always open
 • https://wiki.mozilla.org/Security/Reviews
• Training for Security Testing
 • http://people.mozilla.org/~mcoates/WebSecurityLab.html
• Building New Tools to Aid
 • Garmr - https://github.com/mozilla/Garmr
 • Zed Attack Proxy - https://www.owasp.org/index.php/
    OWASP_Zed_Attack_Proxy_Project
Mozilla Security
Lifecycle
Mozilla Security Program



• Early & often
• Security embedding
• Team effort & approach
• Early security guidance
  eliminates costly changes
  late in development
Phases of Security

• Security Integrated Into:
 • Planning
 • Development
 • QA
• Network & Host security hardening
• Security review before launch
• Ongoing security testing & monitoring
Security in Planning Phase




• Threat Modeling
• Risk Analysis
Security in Development Phase




• Secure Coding Guidelines
• Hands on Security Training

        https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines

        http://people.mozilla.org/~mcoates/WebSecurityLab.html
Security in QA Phase



• QA Security Tests
 • Pass / Fail style testing
 • Integrates security in existing processes


        https://wiki.mozilla.org/WebAppSec/Secure_Coding_QA_Checklist
Hardening the Infrastructure

• Secure Network Design
 • Network Isolation
 • Security Zones
 • Firewalls, ACLs
• Host Hardening
 • Attack Detection - OSSEC
 • Detailed Logging - AuditD
 • Hardened OS (mandatory access controls) - RSBAC
Security Review Prior to Launch




• Secure Code Reviews
• Application specific penetration testing
• Automated security verification
• Repeatable test suites with app specific tests


          https://wiki.mozilla.org/WebAppSec/Web_Security_Verification
Attack Monitoring & Response



• Continuous Monitoring
• Ongoing Security Verification
Securing Community
Servers
Basics



• Passwords - Change default root password
• Close Unneeded Ports - Use nmap to check
• Updates - Keep it patched!
Next Steps
•   SSH

    •   Disable root logins - e.g. ssh as low privilege and sudo

    •   Enable PubKey authentication (users need passphrases for their
        keys)

•   Updates

    •   Install via packages - package manager allows easy update

•   Watch Out For:

    •   Telnet, FTP - Password sent in the clear

    •   PHPMyAdmin - Riddled with vulnerabilities
Other Tips

• Enhanced Protections / Logging:
 • OSSEC - monitors for attacks, can auto block
 • AuditD - detailed logging of activities on system
• Beyond Security
 • Backup Plans
 • Documentation
 • Automation
Unite!
•   #security on irc

•   dev-security mailing list

•   https://wiki.mozilla.org/Security

•   Upcoming Talks

    •   [16:40 Sat] Privacy and User Control - Stacy Martin

    •   [12:55 Sun] B2G & App Security Model - Lucas Adamski & Camilo
        Viecco

    •   [13:40 Sun] Getting a Handle on Privacy & Security - Shane
        Caraveo
Wrap Up


• Security is a requirement for the success of the future open
   web

• This will be challenging, but we’ve tackled big problems
   before

• Let’s keep enhancing our security lifecycle to protect our
   users and the web
Thanks


         michael coates
     mcoates@mozilla.com
           :mcoates
            @_mwc

Weitere ähnliche Inhalte

Mehr von Michael Coates

Self Defending Applications
Self Defending ApplicationsSelf Defending Applications
Self Defending ApplicationsMichael Coates
 
Security in an Interconnected and Complex World of Software
Security in an Interconnected and Complex World of SoftwareSecurity in an Interconnected and Complex World of Software
Security in an Interconnected and Complex World of SoftwareMichael Coates
 
Devbeat Conference - Developer First Security
Devbeat Conference - Developer First SecurityDevbeat Conference - Developer First Security
Devbeat Conference - Developer First SecurityMichael Coates
 
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAP
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAPVirtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAP
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAPMichael Coates
 
Bug Bounty Programs For The Web
Bug Bounty Programs For The WebBug Bounty Programs For The Web
Bug Bounty Programs For The WebMichael Coates
 
SQL Injection - Mozilla Security Learning Center
SQL Injection - Mozilla Security Learning CenterSQL Injection - Mozilla Security Learning Center
SQL Injection - Mozilla Security Learning CenterMichael Coates
 
Real Time Application Defenses - The Reality of AppSensor & ESAPI
Real Time Application Defenses - The Reality of AppSensor & ESAPIReal Time Application Defenses - The Reality of AppSensor & ESAPI
Real Time Application Defenses - The Reality of AppSensor & ESAPIMichael Coates
 

Mehr von Michael Coates (9)

Self Defending Applications
Self Defending ApplicationsSelf Defending Applications
Self Defending Applications
 
Security in an Interconnected and Complex World of Software
Security in an Interconnected and Complex World of SoftwareSecurity in an Interconnected and Complex World of Software
Security in an Interconnected and Complex World of Software
 
Devbeat Conference - Developer First Security
Devbeat Conference - Developer First SecurityDevbeat Conference - Developer First Security
Devbeat Conference - Developer First Security
 
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAP
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAPVirtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAP
Virtual Security Lab Setup - OWASP Broken Web Apps, Webgoat, & ZAP
 
Sf startup-security
Sf startup-securitySf startup-security
Sf startup-security
 
Bug Bounty Programs For The Web
Bug Bounty Programs For The WebBug Bounty Programs For The Web
Bug Bounty Programs For The Web
 
SQL Injection - Mozilla Security Learning Center
SQL Injection - Mozilla Security Learning CenterSQL Injection - Mozilla Security Learning Center
SQL Injection - Mozilla Security Learning Center
 
Real Time Application Defenses - The Reality of AppSensor & ESAPI
Real Time Application Defenses - The Reality of AppSensor & ESAPIReal Time Application Defenses - The Reality of AppSensor & ESAPI
Real Time Application Defenses - The Reality of AppSensor & ESAPI
 
SSL Screw Ups
SSL Screw UpsSSL Screw Ups
SSL Screw Ups
 

Kürzlich hochgeladen

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

MozCamp Buenos Aires - Mozilla Security

  • 1.
  • 2. Mozilla & The Future of Security Michael Coates mcoates@mozilla.com michael-coates.blogspot.com @_mwc
  • 3. Security Reality Reality in The World “The global cost of cybercrime is greater than the combined effect on the global economy of trafficking in marijuana, heroin and cocaine” theregister.co.uk datalossdb.org Mozilla Manifesto “Individuals' security on the Internet is fundamental and cannot be treated as optional.”
  • 4. Agenda • Security is a part of everything • Together we can build a secure web • A trip through the Mozilla Security Lifecycle • Securing Community Servers
  • 5. Security is Life & Death Internet Enabled Pacemaker Internet Connected Oven http://www.tmio.com/products/ http://www.reuters.com/article/2009/08/11/us-pacemaker-idUSTRE5790AK20090811
  • 6. Importance of Security • Technology integrated into all aspects of daily life • Security enables technology advancements into critical spaces • Continued technology expansion requires security • Cars, Planes, Humans • Utilities - Power, Water • Internet Enabled Ovens, Pacemakers
  • 7. Building a Secure Web with Mozilla Community
  • 8. Tackling Security • Difficult security problems • Need brilliant, creative thinkers • Mozilla community can unite to lead security solutions for the open web
  • 9. Security Challenges Facing Today • Boot 2 Gecko • MarketPlace • Apps • Mobile Firefox • Identity • User Data!
  • 10. Community & Security • Firefox & Web Bounty Programs • Security Review Process
  • 11. Firefox Bounty Program • Encourage security research • Goal is protect our users • Eligibility: new sg:critical and sg:high http://www.mozilla.org/security/bug-bounty.html
  • 12. Web Bounty Program • Bounties paid for web security issues in critical web sites • Increase your security testing skills on live site • Critical & High vulnerabilities - SQL injection, cross site scripting, etc • Source code always available http://www.mozilla.org/security/bug-bounty.html
  • 13. Bounty Program • 2011 Bugs Submitted: 132 (+51 dupes) Across 13 products, 45 components • bugzilla.mozilla.org • www.getfirefox.com • *.services.mozilla.com • addons.mozilla.org • getpersonas.com • services.addons.mozilla.org • aus*.mozilla.org • versioncheck.addons.mozilla.org • www.mozilla.com/org • pfs.mozilla.org • www.firefox.com • download.mozilla.org
  • 14. Participate in Security! • Security reviews always open • https://wiki.mozilla.org/Security/Reviews • Training for Security Testing • http://people.mozilla.org/~mcoates/WebSecurityLab.html • Building New Tools to Aid • Garmr - https://github.com/mozilla/Garmr • Zed Attack Proxy - https://www.owasp.org/index.php/ OWASP_Zed_Attack_Proxy_Project
  • 16. Mozilla Security Program • Early & often • Security embedding • Team effort & approach • Early security guidance eliminates costly changes late in development
  • 17. Phases of Security • Security Integrated Into: • Planning • Development • QA • Network & Host security hardening • Security review before launch • Ongoing security testing & monitoring
  • 18. Security in Planning Phase • Threat Modeling • Risk Analysis
  • 19. Security in Development Phase • Secure Coding Guidelines • Hands on Security Training https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines http://people.mozilla.org/~mcoates/WebSecurityLab.html
  • 20. Security in QA Phase • QA Security Tests • Pass / Fail style testing • Integrates security in existing processes https://wiki.mozilla.org/WebAppSec/Secure_Coding_QA_Checklist
  • 21. Hardening the Infrastructure • Secure Network Design • Network Isolation • Security Zones • Firewalls, ACLs • Host Hardening • Attack Detection - OSSEC • Detailed Logging - AuditD • Hardened OS (mandatory access controls) - RSBAC
  • 22. Security Review Prior to Launch • Secure Code Reviews • Application specific penetration testing • Automated security verification • Repeatable test suites with app specific tests https://wiki.mozilla.org/WebAppSec/Web_Security_Verification
  • 23. Attack Monitoring & Response • Continuous Monitoring • Ongoing Security Verification
  • 25. Basics • Passwords - Change default root password • Close Unneeded Ports - Use nmap to check • Updates - Keep it patched!
  • 26. Next Steps • SSH • Disable root logins - e.g. ssh as low privilege and sudo • Enable PubKey authentication (users need passphrases for their keys) • Updates • Install via packages - package manager allows easy update • Watch Out For: • Telnet, FTP - Password sent in the clear • PHPMyAdmin - Riddled with vulnerabilities
  • 27. Other Tips • Enhanced Protections / Logging: • OSSEC - monitors for attacks, can auto block • AuditD - detailed logging of activities on system • Beyond Security • Backup Plans • Documentation • Automation
  • 28. Unite! • #security on irc • dev-security mailing list • https://wiki.mozilla.org/Security • Upcoming Talks • [16:40 Sat] Privacy and User Control - Stacy Martin • [12:55 Sun] B2G & App Security Model - Lucas Adamski & Camilo Viecco • [13:40 Sun] Getting a Handle on Privacy & Security - Shane Caraveo
  • 29. Wrap Up • Security is a requirement for the success of the future open web • This will be challenging, but we’ve tackled big problems before • Let’s keep enhancing our security lifecycle to protect our users and the web
  • 30. Thanks michael coates mcoates@mozilla.com :mcoates @_mwc

Hinweis der Redaktion

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n