Endpoint Protection

 View Only
  • 1.  ContentTree.bat

    Posted Jul 16, 2015 09:29 AM

    Our IDS detected that one of our pc's had the Angler Exploit.  We've run numerous tools to scan and remediate, and everything appears to be clean.

     

    However, while running Symantec Help (SymHelp) we continue to get an alert telling us to investigate a file called ContentTree.bat.

    What we see is this:  The file is not present until we launch SymHelp, and as soon as we close SymHelp the file disappears. 

    I don't know if pasting the contents of the file is allowed, but will do so below.  We sent the file to Symantec as a potential false positive.  The response was somewhat vague, but indicated 'the information you have provided is not related to a symantec product detection or false positive detection.'

    Can anyone provide insight as to whether this file is malicious or, as we are beginning to believe, related to a process spun by SymHelp?

    Contents of file:

    SETLOCAL EnableExtensions
    SET KEY_NAME="HKLM\SOFTWARE\Wow6432Node\Symantec\Symantec Endpoint Protection\SEPM"
    SET KEY_NAME_NATIVE="HKLM\SOFTWARE\Symantec\Symantec Endpoint Protection\SEPM"
    SET VALUE_NAME=TargetDir
    SET CONTENT_FOLDERTREE_LOG=%1

    FOR /F "usebackq tokens=3*" %%A IN (`REG QUERY %KEY_NAME% /v %VALUE_NAME% ^| find ":\"`) DO SET SEPMPATH=%%A %%B

    IF NOT DEFINED SEPMPATH (
     FOR /F "usebackq tokens=3*" %%A IN (`REG QUERY %KEY_NAME_NATIVE% /v %VALUE_NAME% ^| find ":\"`) DO SET SEPMPATH=%%A %%B
    )

    echo LU Contents folder and file structure - Full and Delta > %CONTENT_FOLDERTREE_LOG%
    echo. >> %CONTENT_FOLDERTREE_LOG%
    tree /f /a "%SEPMPATH%\Inetpub\content" >> %CONTENT_FOLDERTREE_LOG%
    echo. >> %CONTENT_FOLDERTREE_LOG%
    echo LU Contents directory structure >> %CONTENT_FOLDERTREE_LOG%
    echo. >> %CONTENT_FOLDERTREE_LOG%
    dir /s /ON /a "%SEPMPATH%\Inetpub\content" >> %CONTENT_FOLDERTREE_LOG%



  • 2.  RE: ContentTree.bat

    Posted Jul 16, 2015 09:31 AM

    Personally, I've not seen that file related to SEPM/symhelp but it looks like a custom file. What is the date on it? Was this submitted directly to symantec response?

    https://www.symantec.com/security_response/submitsamples.jsp



  • 3.  RE: ContentTree.bat

    Posted Jul 16, 2015 10:23 AM

    Thanks for the reply

    The date/time stamp matches the launch of SymHelp, then it gets automatically deleted when the scan by SymHelp is done.

    Just for grins, thsi morning we ran McAfee scans while running the SymHelp scan so this file was present.  McAfee didn't find the file offensive.

    We have not submitted to Symantec Response, but will do so now.



  • 4.  RE: ContentTree.bat
    Best Answer

    Posted Jul 16, 2015 10:27 AM

    The file ContentTree.bat is part of the symhelp file.

    MD5: b4cc1c20235899b2fa456e721d99133f
    SHA1: 9fe56b18ab38e31dfd9b7fa8f48bf57d0645e42b
    SHA256: e7a1344607c2d2301c474bf2f20ab52bd4a0628305f06b5262b239e861379e12

    It is not malicious.

    https://www.virustotal.com/en/file/e7a1344607c2d2301c474bf2f20ab52bd4a0628305f06b5262b239e861379e12/analysis/1437056618/



  • 5.  RE: ContentTree.bat

    Posted Jul 16, 2015 10:28 AM
    Then it sounds legit and can probably be ignored, although odd it detects one of its own.


  • 6.  RE: ContentTree.bat

    Posted Jul 16, 2015 11:32 AM

    Awesome; thank you Seyad!

    I believe this thread is closed as the question is resolved.  Thank you everyone.