Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save auxesis/3fe60a47be60a7f19c17cceeb7c96928 to your computer and use it in GitHub Desktop.
Save auxesis/3fe60a47be60a7f19c17cceeb7c96928 to your computer and use it in GitHub Desktop.

Levelling up database security by thinking in APIs

2020 saw an escalation in the volume, intensity, and tempo of cyber attacks against critical information systems. In Australia, data breaches cost $3.9m on average. Globally, ransomware cost $20B+.

One contributing factor is how we build systems to handle data about our users. No matter if you're using SQL or NoSQL — you're likely still using many of the same techniques from the advent of the web to read and write data.

The last five years have seen big leaps in how developers are designing and building APIs. What if we apply those same techniques to databases? What sort of security improvements can we unlock?

In this talk, attendees will learn about:

  • What techniques attackers are using to gain access to databases
  • How applying modern API techniques to databases can eliminate many classes of attacks
  • How those techniques improve both the usability and security of our databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment