Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Leoswaldo Macias - Protecting your App in the Cloud

Leoswaldo Macias - Protecting your App in the Cloud

DevOps Days GDL 2020 - February 20th

DevOpsDays GDL

February 21, 2020
Tweet

More Decks by DevOpsDays GDL

Other Decks in Technology

Transcript

  1. “If you have access to change it then it is

    yours, if not, then it’s theirs”
  2. Incident Prevention A process to set instruments/tools/services to avoid possible

    threats or impacts during an attack Incident Response Plan What to do when once we are impacted
  3. Compliance Updates Maintain your instances up to date (OS, Libraries)

    Network Does this need to be public accessible? What ports should I let in? What traffic should go out? Encryption At rest In transit Secret Management Keep your secret data secret
  4. Network: Web Application Firewalls Firewall Layer 3 and 4 WAF

    Contains Layer 7 attacks by inspecting for: • SQL Injections • XSS • Origin Geographically requests • String appearances • … and more
  5. Preparation Log everything you can (this will also help for

    auditing) • Application Logs • Server Logs • Network Logs (Traces) • Access Logs and more Design the infrastructure to prevent single point of failure
  6. Detection Monitoring and Alerting • Behaviour rules like traffic spikes,

    CPU and Memory consumption • Traffic from countries not served • Sign in failures Page System :(
  7. Containment Use automated processes to isolate any further impact like:

    • Creating Network rules Make sure the impacted surface does not grow
  8. Take Away #2 I’d rather invest more money on security

    checks, tools, automation, than risking customer/company data
  9. Take Away #3 Security is a shared responsibility to be

    carried among all company employees, not only the Security crew