Error Found in Apm file
Whatacrock
25 Jul 2012
Was looking over the apm files in Windows XP SP3 x86 and found an error which appears to have been overlooked
It relates to KB 963093_xp_x86.apm in Critical
[Behavior]
ParentID=ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False
should read as
[Behavior]
ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False
Just making this aware so can be corrected.
Cheers
It relates to KB 963093_xp_x86.apm in Critical
[Behavior]
ParentID=ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False
should read as
[Behavior]
ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False
Just making this aware so can be corrected.
Cheers
Whatacrock
26 Jul 2012
Script change in the detection should be
Current
DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=DE83D6930B632F020482BE6E2F24CEA4
changed to
DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=A8939DB66D1DF22F087E20E043B59A34
Current
DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=DE83D6930B632F020482BE6E2F24CEA4
changed to
DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=A8939DB66D1DF22F087E20E043B59A34
Whatacrock
28 Jul 2012
Found another, this is only a typo and shouldn't affect the apm file working correctly
found this in windows xp sp3 x86 critical updates
[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010
should read as
[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.
Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010
Just making an observation
Edited by Whatacrock, 28 July 2012 - 05:25 AM.
found this in windows xp sp3 x86 critical updates
[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010
should read as
[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.
Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010
Just making an observation
Edited by Whatacrock, 28 July 2012 - 05:25 AM.


