Create your first automation in just a few minutes.Try Studio Web →
by Stefan Schnell
0
Activity
<100
Summary
Summary
Scan strings and buffers to identify malware in memory, before it is stored on the hard disk.
Overview
Overview
This activity offers the possibility to scan strings and buffers to identify malware in memory, before it is stored on the
hard disk. For this it uses the Microsoft Anti Malware Scan Interface (AMSI). This way e.g. data that is loaded from the Internet, in the context of an automated business process, can be checked in memory to see whether it contains suspicious signatures. This allows us to increase security in the handling of such data.
This library has been tested with UiPath 2021.10.4, 2022.02, 2022.04 an 2022.08, with both compatibility modes, Windows Legacy (dotNET Framework 4.61) and Windows (dotNET 6).
Features
Features
This library offers two easy ways to handle activities:
Scan String
Scans a string, a sequence of characters, for malware and delivers the result of the scan, e.g. as AMSI_RESULT_CLEAN or AMSI_RESULT_DETECTED.
Scan Buffer
Scans a buffer, a sequence of bytes for malware and delivers also the result of the scan.
Additional Information
Additional Information
Dependencies
None
Code Language
C#, Visual Basic
Runtime
Windows (.Net 5.0 or higher)
License & Privacy
MIT
Privacy Terms
Technical
Version
1.0.2Updated
August 30, 2022Works with
Studio: 21.10.4 - 22.10
Certification
Silver Certified
Collections
Support
UiPath Community Support
Resources