Considering Container Security? 6 Ways to Make a Case for Containerization

Reading Time: 5 minutes Containerization can create a pathway to secure digital transformation. Discover how to make a business case for container security.

The post Considering Container Security? 6 Ways to Make a Case for Containerization appeared first on Security Intelligence.

Continue reading Considering Container Security? 6 Ways to Make a Case for Containerization

Takeaways from KubeCon; the latest on Kubernetes and cloud native development

Extra Crunch offers members the opportunity to tune into conference calls led and moderated by the TechCrunch writers you read every day. This week, TechCrunch’s Frederic Lardinois and Ron Miller discuss major announcements that came out of the Linux Foundation’s European KubeCon/CloudNativeCon conference and discuss the future of Kubernetes and cloud-native technologies. Nearly doubling in […] Continue reading Takeaways from KubeCon; the latest on Kubernetes and cloud native development

A Brief History of Containerization: Why Container Security Best Practices Need to Evolve Now

Containerization empowers businesses to move apps across different platforms and environments. But as with any new technology, failure to follow container security best practices can be costly.

The post A Brief History of Containerization: Why Container Security Best Practices Need to Evolve Now appeared first on Security Intelligence.

Continue reading A Brief History of Containerization: Why Container Security Best Practices Need to Evolve Now

Harness hauls in $60M Series B investment on $500M valuation

Series B rounds used to be about establishing a product-market fit, but for some startups the whole process seems to be accelerating. Harness, the startup founded by AppDynamics co-founder and CEO Jyoti Bansal is one of those companies that is putting the pedal the metal with his second startup, taking his learnings and a $60 […] Continue reading Harness hauls in $60M Series B investment on $500M valuation

Container security startup Aqua lands $62M Series C

Aqua Security, a startup that helps customers launch containers securely, announced a $62 million Series C investment today led by Insight Partners. Existing investors Lightspeed Venture Partners, M12 (Microsoft’s venture fund), TLV Partners and Shlomo Kramer also participated. With today’s investment, the startup’s investments since inception now total over $100 million, according to the company. […] Continue reading Container security startup Aqua lands $62M Series C

Blameless emerges from stealth with $20M investment to help companies transition to SRE

Site Reliable Engineering (SRE) is an extension of DevOps designed for more complex environments. The problem is that this type of approach is difficult to implement and has usually only been in reach of large companies, requiring custom software. Blameless, a Bay Area startup, wants to put it reach of everyone. It emerged from stealth […] Continue reading Blameless emerges from stealth with $20M investment to help companies transition to SRE

Blameless emerges from stealth with $20M investment to help companies transition to SRE

Site Reliable Engineering (SRE) is an extension of DevOps designed for more complex environments. The problem is that this type of approach is difficult to implement and has usually only been in reach of large companies, requiring custom software. Blameless, a Bay Area startup, wants to put it reach of everyone. It emerged from stealth […] Continue reading Blameless emerges from stealth with $20M investment to help companies transition to SRE

A Container Hacker’s Guide to Living Off of the Land

Sometimes as a pentester you find yourself in tricky situations. Depending on the type of engagement, you might want to try to avoid making a lot of noise on the network if possible. This blog post is going to talk about two techniques to use to gather… Continue reading A Container Hacker’s Guide to Living Off of the Land

First major Kubernetes flaw enables hackers to access backend servers undetected

Researchers have uncovered the first known security flaw in Kubernetes, a popular open-source tool for managing application workloads. Developers published three security updates this week that promised to protect users of Kubernetes, a containerized application system, from a new vulnerability that could make it possible for hackers to inject malicious code or bring down an app from behind an organization’s firewall. Kubernetes runs on top of operating systems, taking commands from an administrator or developer and passing those instructions to nodes throughout an environment. This bug, the first major issue found in Kubernetes, warranted a 9.8 out of 10 severity score on because it could allow outsiders to establish a connection through Kubernetes’ trusted-application program interface to backend servers, ZDNet reported. From there, hackers can use that authentication to send arbitrary or malicious requests disguised under valid Kubernetes credentials, using that access to gain full administrator privileges. Exploiting the flaw […]

The post First major Kubernetes flaw enables hackers to access backend servers undetected appeared first on Cyberscoop.

Continue reading First major Kubernetes flaw enables hackers to access backend servers undetected

Escaping the Whale: Things You Probably Shouldn’t Do With Docker (part 2)

This post is part 2 of a series of blog posts on container hacking. If you haven’t read the part1, you should check it out. Today I’m going to tell you about a new collection of scripts, and a lab VM for hacking containers. Both of these re… Continue reading Escaping the Whale: Things You Probably Shouldn’t Do With Docker (part 2)