Changes between Version 56 and Version 57 of ExDescLang


Ignore:
Timestamp:
Oct 19, 2010 3:50:57 PM (14 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExDescLang

    v56 v57  
    44
    55I'll start with a few examples of experiments first, that we should be able to design in this language.
    6  1. A botnet experiment where a worm infects some vulnerable hosts, they organize into a P2P botnet with some botmaster and start exchanging C&C traffic. Experimenter wants to observe the evolution of the botnet and the amount of traffic that master receives. There are two classes of experiments here that need to be combined together:
    7     a. an experiment where worm spreads and infects vulnerable hosts
    8     b. an experiment where some hosts organize into P2P network and somehow elect a leader who then sends commands to them and they may send reports back
    9    [BotnetExample]
    10 
     6 1. [BotnetExample]
     7 2. [CPExample]
     8 3. [MITMExample]
     9
     10   
    1111 2. A cache poisoning experiment where the attacker poisons a DNS cache to take over authority for a given domain. The attacker then creates a phishing page and tries to steal user's usernames/passwords. There are two classes of experiments that need to be combined:
    1212    a. an experiment where a DNS cache is poisoned, subclass of cache poisoning experiments