Ego is the Enemy – Ryan Holiday
- When did you read this ? August 2020
- Where did you find this ? Derek Sivers book list
- Enjoyment – 4.5/5
Online notebook
Access to web application is controlled by a Username and password. At times we can see some websites requesting for OTP or one time password. A code in app ,SMS, Email. This works like an additional layer to prove user identity.
In this blog post will be exploring how OTP works. Exploring what standard says about this and few implementations.
Here is what's in rest of the blog,
My view,
My view
In this blog post, will explain how wanna cry ransomware event can be mapped with Diamond model.
A rookie's reference to basic git commands,
Diamond model for intrusion analysis is used to analyze threats. It helps to set a structure and flow to threats so that analysts can control its effects. It may not be complete but sufficient enough to control the impact.
You might have already come across this quote, “Its a mile wide, inch deep” a common things to hear when somebody is preparing for CISSP exam.
Here is a python code to start SimpleHTTPServer with an upload option.