zer0day Posted March 4, 2016 ID:1023224 Share Posted March 4, 2016 Right now my company is using the corporate edition of Malwarebytes Anti-Malware version 1.80.1.1011. I have been wanting to write a script to process the log files, right now the log files are in a text file format. I see in the consumer version 2.0 they changed the log file format from text file to an XML file format. I would like to pursue making a script to process text files on the corporate edition, but need to know if Malwarebytes plans on sticking to the text file format, or is there a planned change in a near future version to switch to the XML format? Any input would be much appreciated, thanks. Link to post Share on other sites More sharing options...
djacobson Posted March 7, 2016 ID:1023856 Share Posted March 7, 2016 Hello zer0day. Version 1.80.1.1011 saves its scan results in "mbam-log" using XML and its update status / real time hits show in the "protection" logs in txt. Link to post Share on other sites More sharing options...
zer0day Posted March 7, 2016 Author ID:1023862 Share Posted March 7, 2016 Hello zer0day. Version 1.80.1.1011 saves its scan results in "mbam-log" using XML and its update status / real time hits show in the "protection" logs in txt.That doesn't seem accurate compared to what I see.... Link to post Share on other sites More sharing options...
djacobson Posted March 8, 2016 ID:1024122 Share Posted March 8, 2016 zer0day, I apologize, I mistook your build for a managed version which does this automatically. For a standalone build, you can do this in two ways through MbamAPI, mbam's cli interface. Set/Change log file name/location/file type:mbamapi /logtofile "C:\ProgramData\Malwarebytes\Malwarebytes' Anti-Malware\Logs\mbam-log.xml"Scan Schedule creation:mbamapi /schedule /scan -quick -log /xmlSee this PDF for all supported CLI: Malwarebytes Anti-Malware for Business 1.80 Administrators Guide.pdf Link to post Share on other sites More sharing options...
zer0day Posted March 9, 2016 Author ID:1024283 Share Posted March 9, 2016 Thanks, this helps out, appreciate your input. Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now