Skip to content

Commit

Permalink
Adding 3 unstable Dlls to the blacklist.
Browse files Browse the repository at this point in the history
minisp.dll (seems to be malware)
cespy.dll (CovenantEyes)
cplushook.dll (seems to be malware)

BUG=

Review URL: https://codereview.chromium.org/354063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280443 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
krstnmnlsn@chromium.org committed Jun 27, 2014
1 parent 11711a2 commit b5c2201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
// See crbug.com/379218.
L"activedetect64.dll", // Lenovo One Key Theater.
L"bitguard.dll", // Unknown (suspected malware).
L"cespy.dll", // CovenantEyes.
L"chrmxtn.dll", // Unknown (keystroke logger).
L"cplushook.dll", // Unknown (suspected malware).
L"datamngr.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
L"libsvn_tsvn32.dll", // TortoiseSVN.
L"lmrn.dll", // Unknown.
L"minisp.dll", // Unknown (suspected malware).
L"scdetour.dll", // Quick Heal Antivirus.
// See crbug.com/382561.
L"systemk.dll", // Unknown (suspected adware).
Expand Down
5 changes: 4 additions & 1 deletion tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36033,9 +36033,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</enum>

<enum name="DllHash" type="int">
<!-- Generated by chrome_elf/dll_hash_for_uma/dll_hash_for_uma_main.cc -->
<!-- Generated by chrome_elf/dll_hash/dll_hash_main.cc -->

<int value="141490347" label="minisp.dll"/>
<int value="272828651" label="activedetect64.dll"/>
<int value="295718620" label="cespy.dll"/>
<int value="750761702" label="systemk.dll"/>
<int value="777975221" label="activedetect32.dll"/>
<int value="803283353" label="lmrn.dll"/>
Expand All @@ -36045,6 +36047,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1270622879" label="hk.dll"/>
<int value="1409376135" label="windowsapihookdll32.dll"/>
<int value="1736709911" label="bitguard.dll"/>
<int value="2117903235" label="cplushook.dll"/>
<int value="2132270559" label="libsvn_tsvn32.dll"/>
</enum>

Expand Down

0 comments on commit b5c2201

Please sign in to comment.