the serverless intro - hackthezone · the serverless intro the security part the closing demo....

18

Upload: others

Post on 24-Jun-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 2: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 3: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function

The serverless intro

The security part

The closing demo

Page 4: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function

Physical Servers

On Premise

IaaS

Infrastructure

PaaS

Platform

SaaS FaaS

Software Function

Page 5: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 6: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 7: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 8: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 9: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 10: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 11: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 12: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 13: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function

1. Injection 1. Injection

2. Broken Authentication 2. Broken Authentication

3. Sensitive Data Exposure 3. Sensitive Data Exposure

4. XML External Entities (XXE) 4. XML External Entities (XXE)

5. Broken Access Control 5. Broken Access Control

6. Security Misconfiguration 6. Security Misconfiguration

7. Cross-Site Scripting (XXS) 7. Cross-Site Scripting (XXS)

8. Insecure Deserialization 8. Insecure Deserialization

9. Using Components with Known Vulnerabilities 9. Using Components with Known Vulnerabilities

10. Insufficient Logging & Monitoring 10. Insufficient Logging & Monitoring

Page 14: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function

Vulnerable OS dependencies

Denial of Service (DoS)

Long-lived compromised servers

Page 15: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function

Secure coding

Sanitize input

Page 16: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 17: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function
Page 18: The serverless intro - HackTheZone · The serverless intro The security part The closing demo. Physical Servers On Premise IaaS Infrastructure PaaS Platform SaaS FaaS Software Function