Advertisement
Guest User

Asprox Kuluoz Disk IOC - OPENIOC1.1

a guest
Feb 18th, 2014
1,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <OpenIOC xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="3d6882ca-18be-48ed-8f4c-38cb1843b51d" last-modified="2014-02-19T04:18:42Z" published-date="0001-01-01T00:00:00" xmlns="http://openioc.org/schemas/OpenIOC_1.1">
  3.   <metadata>
  4.     <short_description>asprox - kuluoz disk only</short_description>
  5.     <description>WARNING OPENIOC v1.1 ONLY
  6. ioc to detect the asprox/kuluoz trojan. this ioc relies on disk only detections for the trojan. the on-disk footprint of asprox is very limited as you can see so there is a good chance that this will hit more than just asprox. on the plus side exe files in localappdata that have a run key are probably bad anyway.</description>
  7.     <authored_by>@herrcore</authored_by>
  8.     <authored_date>2014-02-19T03:20:36Z</authored_date>
  9.     <links />
  10.   </metadata>
  11.   <criteria>
  12.     <Indicator operator="OR" id="5e003c92-f308-42a8-922e-8b5cc3c17714">
  13.       <Indicator operator="AND" id="ae1d98e5-4eac-45f9-80de-ee1f69669ccd">
  14.         <IndicatorItem id="761761ba-8143-44e4-b505-dd1552ad934d" condition="contains" preserve-case="false" negate="false">
  15.           <Context document="RegistryItem" search="RegistryItem/KeyPath" type="mir" />
  16.           <Content type="string">Microsoft\Windows\CurrentVersion\Run\</Content>
  17.         </IndicatorItem>
  18.         <IndicatorItem id="3477a3ff-abdf-4631-9929-07a29f74a61c" condition="matches" preserve-case="false" negate="false">
  19.           <Context document="RegistryItem" search="RegistryItem/ValueName" type="mir" />
  20.           <Content type="string">[a-z]{8}</Content>
  21.         </IndicatorItem>
  22.         <IndicatorItem id="460080df-2586-48a9-a431-161b6e3cf88b" condition="matches" preserve-case="false" negate="false">
  23.           <Context document="RegistryItem" search="RegistryItem/Text" type="mir" />
  24.           <Content type="string">\\Users\\[A-Za-z\-\.]+\\AppData\\Local\\[a-z]{8}\.exe$</Content>
  25.         </IndicatorItem>
  26.         <IndicatorItem id="af83238b-fc97-40d9-8114-bcc9c0052bf3" condition="matches" preserve-case="false" negate="false">
  27.           <Context document="FileItem" search="FileItem/FullPath" type="mir" />
  28.           <Content type="string">\\Users\\[A-Za-z\-\.]+\\AppData\\Local\\[a-z]{8}\.exe$</Content>
  29.         </IndicatorItem>
  30.       </Indicator>
  31.     </Indicator>
  32.   </criteria>
  33.   <parameters />
  34. </OpenIOC>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement