Skip to content

Instantly share code, notes, and snippets.

@jasonm23
Last active September 10, 2022 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonm23/93dc131cc1fa2638e6c3562c69edeb9a to your computer and use it in GitHub Desktop.
Save jasonm23/93dc131cc1fa2638e6c3562c69edeb9a to your computer and use it in GitHub Desktop.
A quick word on OPSEC

A Quick word or two on OPSEC

  • You are only as secure as you make yourself
  • You are probably less secure than you think
  • shred is a decent way to treat sensitive files before they are deleted. Why don't you know this?
  • If you have passwords on YOUR local private machine, in plain text, why?
  • GPG is not hard to use, just an extra step.
  • You can put secrets anywhere in plain view, as long as they are sufficiently encrypted. (sufficient is always relative to "technology now" and "technology soon")
  • Treat your clipboard, homefolder, configs etc as already compromised spaces, don't keep secrets on them, you may as well have a post it stuck to your fridge, with your bank login.
  • 2FA is hard to circumvent... HARD, not impossible.
  • Clipboard managers, have clear history, ... do that, but also shred the backing store if you leak to the clipboard.
  • No email is not encypted, despite what that "expert on YouTube" said
  • Air gaps aren't secure.
  • SCIFs aren't secure, but they're more secure than you'll ever be.
  • Humans are leaky.

Night night, sleep tight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment