Friday, July 29, 2022

IronPython - Reflection

As per IronPython site,

IronPython is an open-source implementation of the Python programming language which is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily.  IronPython is an excellent addition to .NET, providing Python developers with the power of the .NET. Existing .NET developers can also use IronPython as a fast and expressive scripting language for embedding, testing, or writing a new application from scratch.

 

IronPython has been used by threat actors like Turla to run their tools/malware. Below is an example script that loads assembly into the memory and reflectively invoke the method.


No comments:

Post a Comment