Run HitmanPro Virus Scanner
0 Votes |
Versioning - This is the latest version.
1 | HitmanPro Virus Scanner | 2/20/2014 1:03:01 PM |
2 | Run HitmanPro Virus Scanner | 2/20/2014 2:48:47 PM |
3 | Run HitmanPro Virus Scanner | 2/21/2014 8:15:28 AM |
4 | Run HitmanPro Virus Scanner | 7/1/2014 2:48:15 PM |
5 | Run HitmanPro Virus Scanner | 1/30/2015 2:25:19 PM |
Description
Run HitmanPro "Second Opinion Malware Scanner"
From: http://www.surfright.nl/en/hitmanpro
Read about command line options here: http://dl.surfright.nl/hmp-command-line_reference.pdf
NOTE: The prefetch block of this task will require updates to SHA1 & SIZE if HitmanPro is updated and the SHA1s referenced in the prefetch block are no longer in the Root server webcache.
Find the latest version of this task here: http://bigfix.me/fixlet/details/3719
Property Details
3967 | |
Alpha - Code that was just developed | |
Run HitmanPro Virus Scanner | |
BESC | |
10820032 | |
Internal | |
jgstew | |
2/20/2014 12:00:00 AM | |
jgstew on 1/30/2015 2:25:19 PM | |
jgstew on 1/30/2015 2:25:19 PM | |
8549 Views / 5 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
Windows Only (Relevance 2997197)
/* Windows Only */ windows of operating system
/* Windows XP or Higher */ version of operating system >= "5.1"
Used in 3 fixlets | * Results in a true/false |
/* No scan results within the last 30 days */ not exists file ((pathname of folder "__BESData\__Global\Logs" of parent folder of client) & "\results_HitmanPro.xml") whose((now - modification time of it) < 30*day)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
begin prefetch blockSuccess Criteria
if {x64 of operating system}
add prefetch item name=HitmanPro.exe sha1=3ba2ec7515eaeacd45e89a2df21520b197291c7b size=11225840 url=http://dl.surfright.nl/HitmanPro_x64.exe
else
add prefetch item name=HitmanPro.exe sha1=9c53121755bc5873d60374c4a6da47d5b0b728e4 size=10285456 url=http://dl.surfright.nl/HitmanPro.exe
endif
collect prefetch items
end prefetch block
// http://pic.dhe.ibm.com/infocenter/tivihelp/v26r1/index.jsp?topic=%2Fcom.ibm.tem.doc_8.2%2FPlatform%2FAction%2Fc_action_launch_preference_low_p.html
// launch exe's with low priority settings to help prevent disrupting the user
action launch preference low-priority
// http://dl.surfright.nl/hmp-command-line_reference.pdf
// Command Line Arguments: /scanonly /noupdate /nocookies /nopups /log="c:\example\"
// /scanonly - Stand alone scan, do not install
// /noupdate - Do not update Hitman (this may not be needed)
// /nocookies - Do not scan for tracking cookies
// /nopups - Do not scan for "potentially unwanted programs" like the Ask Toolbar
waithidden __Download\HitmanPro.exe /scanonly /noupdate /nocookies /nopups /log="{(pathname of folder "__BESData\__Global\Logs" of parent folder of client) & "\results_HitmanPro.xml"}"
// prevent the action from ending before hitman finishes scanning and writes out the scan results file
pause while{exists running applications whose(name of it starts with "HitmanPro")}
// The results of this task will update Analysis properties, which the following line will force.
notify client ForceRefresh
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |