Changeset 1737

Show
Ignore:
Timestamp:
08/14/08 13:54:57 (4 months ago)
Author:
kindlund
Message:

Migrated changes from trunk into this branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/bhenderson-browser_automation/bin/UpdateBundleChecksum.pl

    r1224 r1737  
    11#!/usr/bin/perl 
     2 
     3#Run like: 
     4#./UpdateBundleChecksum.pl ../cpan/sources/authors/id/M/MI/MITREHC/ 
    25 
    36use CPAN::Checksums qw(updatedir); 
  • honeyclient/branches/exp/bhenderson-browser_automation/etc/honeyclient.xml

    r1649 r1737  
    213213            <!-- TODO: Update this. --> 
    214214            <url description="The URL of the local Ruby web service, which interfaces with the local HoneyClient database."> 
    215                 http://172.16.164.1/hc_database/api 
     215                http://drone/hc_database/api 
    216216            </url> 
    217217            <max_retry_count description="If the Manager is unable to contact the Ruby web service due to connectivity issues, then the Manager will retry up to the specified number of times before giving up." default="1800"> 
     
    319319        <VM> 
    320320            <master_vm_config description="The full absolute path to the VM configuration file on the host system that will be used by all subsequent cloned VMs."> 
    321                 /vm/masters/Agent.Master-42-IE6/winXPPro.cfg 
     321                /vm/masters/Agent.Master-44-IE6/winXPPro.cfg 
    322322            </master_vm_config> 
    323323            <port description="The TCP port number that the SOAP server of the VM daemon will listen on for requests.  Note: This port should be unique and not already be used by other modules, services, or daemons running on the host system." default="7627"> 
  • honeyclient/branches/exp/bhenderson-browser_automation/lib/HoneyClient/Manager/VM.pm

    r1649 r1737  
    34253425        /A file encapsulating the state of a virtual machine was discovered/ && 
    34263426            do { $choice = 0; last; }; # Choice 0: Discard. 
     3427        
     3428        # Error reading image (vmdk); go ahead and retry. 
     3429        /Operation on file \".*\" failed/ && 
     3430            do { $choice = 0; last; }; # Choice 0: Retry. 
    34273431 
    34283432        $LOG->warn("Encountered unknown question for VM ($args{'config'}). " . 
  • honeyclient/branches/exp/bhenderson-browser_automation/lib/HoneyClient/Manager/VM/Clone.pm

    r1604 r1737  
    15441544 
    15451545    if ($args{'perform_archive'}) { 
     1546        $LOG->info("Thread ID (" . threads->tid() . "): Archiving clone VM (" . $vmConfig . ")."); 
    15461547        if ($argsExist && 
    15471548            exists($args{'snapshot_file'}) && 
  • honeyclient/branches/exp/bhenderson-browser_automation/thirdparty/capture-mod/FileMonitor.exl

    r1645 r1737  
    9797+   Write   C:\\Program Files\\Messenger\\msmsgs\.exe   C:\\Documents and Settings\\.+\\NTUSER.DAT.LOG 
    9898+   Delete  C:\\Program Files\\Messenger\\msmsgs\.exe   C:\\Documents and Settings\\.+\\NTUSER.DAT.LOG 
     99+   Write   C:\\Program Files\\Messenger\\msmsgs\.exe   C:\\Documents and Settings\\.+\\NTUSER.DAT 
    99100+   Write   C:\\WINDOWS\\system32\\wbem\\wmiprvse\.exe  E:\\\$LogFile 
    100101+   Write   C:\\WINDOWS\\system32\\wbem\\wmiprvse\.exe  E:\\\$Directory 
     
    331332+   Write   C:\\WINDOWS\\Microsoft\.NET\\Framework\\v3\.0\\Windows Communication Foundation\\infocard\.exe  C:\\WINDOWS\\system32\\config\\system\.LOG 
    332333+   Write   C:\\WINDOWS\\Microsoft\.NET\\Framework\\v3\.0\\Windows Communication Foundation\\infocard\.exe  C:\\WINDOWS\\system32\\config\\system 
     334+   Write   C:\\WINDOWS\\Microsoft\.NET\\Framework\\v3\.0\\Windows Communication Foundation\\infocard\.exe  C:\\WINDOWS\\system32\\config 
    333335 
    334336# IE7 - Exclusion 
     
    344346+   Write   C:\\Program Files\\Internet Explorer\\iexplore\.exe C:\\WINDOWS\\.+html 
    345347+   Delete  C:\\Program Files\\Internet Explorer\\iexplore\.exe C:\\WINDOWS\\.+tmp 
     348+   Write   C:\\Program Files\\Internet Explorer\\iexplore\.exe C:\\WINDOWS\\.+tmp 
     349 
     350# System Log Files - IE7 
     351+   Write   C:\\WINDOWS\\system32\\services\.exe    C:\\WINDOWS\\Debug\\UserMode\\userenv\.log 
     352 
     353# IE6 Crashing 
     354+   Write   C:\\WINDOWS\\system32\\drwtsn32\.exe    C:\\Documents and Settings\\All Users\\Application Data\\Microsoft\\Dr Watson\\.* 
  • honeyclient/branches/exp/bhenderson-browser_automation/thirdparty/capture-mod/ProcessMonitor.exl

    r1647 r1737  
    5454# IE - Random Crashing Due To Poor Application Coding 
    5555+   drwtsn32.exe    .*  C:\\WINDOWS\\system32\\drwtsn32\.exe 
     56 
     57# IE - MSN Messenger Autostart  
     58+   msmsgs.exe  .*  C:\\Program Files\\Messenger\\msmsgs\.exe 
  • honeyclient/branches/exp/bhenderson-browser_automation/thirdparty/capture-mod/RegistryMonitor.exl

    r1648 r1737  
    114114+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\Cache.+ 
    115115+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Cache.+ 
    116 +   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Passport\\.+ 
     116+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Passport.* 
    117117+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\.+ 
    118118+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Direct3D.+ 
     
    160160+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\5.0\\Cache.+ 
    161161+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Cache.+ 
    162 +   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Passport\\.+ 
     162+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\Passport.* 
    163163+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\.+ 
    164164+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\Direct3D.+ 
     
    186186+   SetValueKey C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\MSMSGS 
    187187+   SetValueKey C:\\Program Files\\Messenger\\msmsgs\.exe   HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\.+ 
    188 +   SetValueKey C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\.+ 
     188+   SetValueKey C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders.* 
    189189+   SetValueKey C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\.+ 
    190190+   SetValueKey C:\\WINDOWS\\system32\\svchost\.exe HKLM\\SOFTWARE\\Microsoft\\EventSystem\\.+\\Subscriptions\\.+ 
     
    202202+   DeleteValueKey  C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\MSMSGS 
    203203+   DeleteValueKey  C:\\Program Files\\Messenger\\msmsgs\.exe   HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\.+ 
    204 +   DeleteValueKey  C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\.+ 
     204+   DeleteValueKey  C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders.* 
    205205+   DeleteValueKey  C:\\Program Files\\Messenger\\msmsgs\.exe   HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\.+ 
    206206+   DeleteValueKey  C:\\WINDOWS\\system32\\svchost\.exe HKLM\\SOFTWARE\\Microsoft\\EventSystem\\.+\\Subscriptions\\.+ 
     
    290290+   SetValueKey C:\\Program Files\\Windows Media Player\\wmplayer\.exe  HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap 
    291291#### HONEYCLIENT AUTO EXCLUDE SCRIPT 
     292+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKCU\\Software\\Macromedia\\FlashPlayerUpdate 
    292293+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKCU\\Software\\Macromedia\\FlashPlayer 
    293294+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Macromedia\\FlashPlayer 
     
    407408# IE - Random Crashing Due To Poor Application Coding 
    408409+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\PCHealth\\ErrorReporting\\.* 
     410+   DeleteValueKey  C:\\Program Files\\Internet Explorer\\iexplore\.exe HKLM\\SOFTWARE\\Microsoft\\PCHealth\\ErrorReporting\\.* 
     411 
     412# IE - Dr Watson IE 6 Crashing 
     413+   SetValueKey C:\\WINDOWS\\system32\\drwtsn32\.exe    HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders.* 
     414+   SetValueKey C:\\WINDOWS\\system32\\drwtsn32\.exe    HKLM\\SOFTWARE\\Microsoft\\DrWatson.* 
     415 
     416# Benign Explorer Activity 
     417+   SetValueKey C:\\WINDOWS\\explorer\.exe  HKCU\\Software\\Microsoft\\Internet Explorer\\Toolbar.* 
     418+   SetValueKey C:\\WINDOWS\\explorer\.exe  HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings.* 
     419 
     420# Benign DirectX Activity 
     421+   SetValueKey C:\\Program Files\\Internet Explorer\\iexplore\.exe HKCU\\Software\\Microsoft\\Multimedia\\msacm.msgsm610.*