McAfee ATD API
Project description
This packet is compose of two elements, a class called atd.py and a script called atddir.py.
The class abstracts the McAfee ATD Sandboxing platform API, in order to facilitate the connection, authentication, uploading and the retrieval process of informacion sent to this analysis box.
The script, is an example of how to use this class to create a process able to monitor de files in a folder, move them to quarantine if they are infected and inform about the reputation of the object.
Use examples: Examples:
1.) *********************************************************
atddir.py -u admin -p admin -atd 192.168.0.202 -path c:path
Analyze the content of the folder c:path, sending the files to the ATD box using the default profile
2.-) *********************************************************
atddir.py -u admin -p admin -atd 192.168.0.202 -path \pathfilename.pdf -vm 20
Analyze the file in the share \pathfilename.pdf, sending it to the ATD box using the profile with the ID 20
3.-) *********************************************************
atddir.py -u admin -p admin -atd 192.168.0.202 -path c:/path/malware -vm 20 -q c:quarantine -monitor
Analyze the folder c:/path/malware in monitor mode if the file is supicious (severity >=3) it will be moved to quarantine
4.-) *********************************************************
atddir.py -u admin -p admin -atd 192.168.0.202 -path c:/path/malware -vm 20 -q c:quarantine -monitor -delta 86400
Same as before but in this case if the files has not been re-analyze in 86400 seconds they will be re-analyze
5.-) *********************************************************
atddir.py -u admin -p admin -atd 192.168.0.202 -path \path\filename.pdf -vm 20 -force
Even if the file filename.pdf has been already analyzed, so it is cache locally the -force paramete forces the re-analisys of the file
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file atd-0.1.5.zip
.
File metadata
- Download URL: atd-0.1.5.zip
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e89c4c89e23cc822c636c5b4d2c7aef4b056b7f08c879d89576d0415a2f8925 |
|
MD5 | 586cc676308998c97dd146a8c241eb09 |
|
BLAKE2b-256 | 0760233aaddec9d72f4f44a8b8fa44d2be5d20b5387d8c0b565c90a31b5aeda7 |