<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Taradutt Pant</title>
    <description>The latest articles on DEV Community by Taradutt Pant (@taradutt).</description>
    <link>https://dev.to/taradutt</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F975861%2Fb9742151-1b83-43c5-8893-8aef1cf934ea.jpeg</url>
      <title>DEV Community: Taradutt Pant</title>
      <link>https://dev.to/taradutt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taradutt"/>
    <language>en</language>
    <item>
      <title>Common Threats to Container Security</title>
      <dc:creator>Taradutt Pant</dc:creator>
      <pubDate>Sun, 20 Nov 2022 11:01:05 +0000</pubDate>
      <link>https://dev.to/taradutt/common-threats-to-container-security-3a5m</link>
      <guid>https://dev.to/taradutt/common-threats-to-container-security-3a5m</guid>
      <description>&lt;p&gt;&lt;strong&gt;General Container Threats&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Application-level DDOS and XSS against public-facing containers.&lt;br&gt;
Compromised containers trying to ‘phone home to download malware.&lt;br&gt;
Compromised containers try to scan other internal systems to find other weaknesses or search for sensitive data.&lt;br&gt;
Container breakout and unauthorised access across containers, hosts, or data centers.&lt;br&gt;
Container resource hogging, eating up CPU/Mem/Disk/IO to impact or even crash other containers.&lt;br&gt;
Live to patch applications that bring in malicious processes from a hijacked DNS or another service.&lt;br&gt;
Network flooding from poorly designed applications impacts other containers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Container Attacks – Examples&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SQL injection attacks gaining ownership of a database container to start stealing data.&lt;br&gt;
The shell-shock bash bug allows remote attackers to execute arbitrary code inside a container.&lt;br&gt;
The heart-bleed bug caused the container’s memory to be leaked and analyzed.&lt;br&gt;
The Glibc stack-based buffer overflow is caused by a man-in-the-middle attack.&lt;br&gt;
New zero-day attack on a container causing a persistent threat&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
