Docker container security cheat sheet

Docker container security cheat sheet https://ift.tt/3xfbOCe Docker containers have been an essential part of the developer’s toolbox for several years now, allowing them to build, distribute and deploy their applications in a standardized way. This gain in traction has been, not surprisingly, accompanied by a surge in security issues related to containerization technology. Indeed, containers […]

Brython: an implementation of Python 3 running in the browser

Brython: an implementation of Python 3 running in the browser https://ift.tt/1uNnN2b brython Brython (Browser Python) is an implementation of Python 3 running in the browser, with an interface to the DOM elements and events. Here is a simple example of an HTML page running Python: <html> <head> <script type=”text/javascript” src=”/path/to/brython.js”></script> </head> <body onload=”brython()”> <script type=”text/python”> […]

Docker Security Cheat Sheet

Docker Security Cheat Sheet https://ift.tt/2tgi15r Docker Security Cheat Sheet Introduction Docker is the most popular containerization technology. Upon proper use, it can increase the level of security (in comparison to running applications directly on the host). On the other hand, some misconfigurations can lead to downgrade the level of security or even introduce new vulnerabilities. […]

Exchange servers first compromised by Chinese hackers hit with ransomware

Exchange servers first compromised by Chinese hackers hit with ransomware https://ift.tt/3ldVrRL Getty Images Now organizations using Microsoft Exchange have a new security headache: never-before seen ransomware that’s being installed on thousands of servers that were already infected by state-sponsored hackers in China. Microsoft reported the new family of ransomware deployment late Thursday, saying that it […]

Move over, SolarWinds: 30,000 orgs’ email hacked via Microsoft Exchange Server flaws

Move over, SolarWinds: 30,000 orgs’ email hacked via Microsoft Exchange Server flaws https://ift.tt/2MQVg29 Illustration by Alex Castro / The Verge Four exploits found in Microsoft’s Exchange Server software have reportedly led to over 30,000 US governmental and commercial organizations having their emails hacked, according to a report by KrebsOnSecurity. Wired is also reporting “tens of […]