<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The Code is a Changin' in Threats</title>
    <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37264#M22</link>
    <description>&lt;P&gt;I would really have to disagree with these findings. Malware in general is trying to hit the most people as possible and the average person does not have a python interpreter installed. It seems like they could only target advanced users and developers which in most cases should have enough experience to see most malware coming...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just my .02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John-&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jul 2020 22:59:31 GMT</pubDate>
    <dc:creator>JKWiniger</dc:creator>
    <dc:date>2020-07-13T22:59:31Z</dc:date>
    <item>
      <title>The Code is a Changin'</title>
      <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37257#M21</link>
      <description>&lt;P&gt;The vast majority of serious malware over the past 30 years has been written in Assembly and compiled languages such as C and C++ (sorry Cobol lovers you didn't make the list). Over the last decade we have seen the emergence of malware written in interpreted languages. Case in point: P&lt;SPAN&gt;ython. Developing Python malware takes advantage of a massive ecosystem of open-source packages and repositories. Almost anything you could think of, someone has already built it using Python. This is a huge advantage to malware authors as simplistic capabilities can be picked à la carte&amp;nbsp;from GitHub or other repo's. On top of that t&lt;/SPAN&gt;he portability of malicious Python code is exacerbated by the fact that you don't need an interpreter, native executable can be built on the fly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Source: https://www.cyborgsecurity.com/python-malware-on-the-rise/" style="width: 400px;"&gt;&lt;img src="https://community.isc2.org/t5/image/serverpage/image-id/4322iD006A1C100B64502/image-size/medium?v=v2&amp;amp;px=400" role="button" title="python_growth.jpg" alt="Source: https://www.cyborgsecurity.com/python-malware-on-the-rise/" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Source: https://www.cyborgsecurity.com/python-malware-on-the-rise/&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:34:19 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37257#M21</guid>
      <dc:creator>AppDefects</dc:creator>
      <dc:date>2023-10-09T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: The Code is a Changin'</title>
      <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37264#M22</link>
      <description>&lt;P&gt;I would really have to disagree with these findings. Malware in general is trying to hit the most people as possible and the average person does not have a python interpreter installed. It seems like they could only target advanced users and developers which in most cases should have enough experience to see most malware coming...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just my .02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John-&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 22:59:31 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37264#M22</guid>
      <dc:creator>JKWiniger</dc:creator>
      <dc:date>2020-07-13T22:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: The Code is a Changin'</title>
      <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37267#M23</link>
      <description>&lt;P&gt;One way of doing it is to bundle the Python interpreter, but you can just image how large a file that would be. Another simpler way is to just convert Python code and create Windows and/or Linux executable.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 00:18:06 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37267#M23</guid>
      <dc:creator>AppDefects</dc:creator>
      <dc:date>2020-07-14T00:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: The Code is a Changin'</title>
      <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37268#M24</link>
      <description>&lt;P&gt;You can convert Python code into an executable?!? I did not know that. Learn something new every day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John-&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 00:55:12 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37268#M24</guid>
      <dc:creator>JKWiniger</dc:creator>
      <dc:date>2020-07-14T00:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: The Code is a Changin'</title>
      <link>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37278#M25</link>
      <description>&lt;P&gt;You could if Pyinstaller or similar is on the machine but this quickly devolves into a "chicken before the egg" scenario. In order to create the executable you need control over the target first which negates the need to create the executable on the target.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you are eluding to is to create the executable before sending it to the target otherwise your indicating taking over an already compromised target or intellectual sleight of hand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- b/eads&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 14:31:40 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Threats/The-Code-is-a-Changin/m-p/37278#M25</guid>
      <dc:creator>Beads</dc:creator>
      <dc:date>2020-07-14T14:31:40Z</dc:date>
    </item>
  </channel>
</rss>

