Changes between Version 56 and Version 57 of ExDescLang
- Timestamp:
- Oct 19, 2010 3:50:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExDescLang
v56 v57 4 4 5 5 I'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 hosts8 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 back9 [BotnetExample] 10 6 1. [BotnetExample] 7 2. [CPExample] 8 3. [MITMExample] 9 10 11 11 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: 12 12 a. an experiment where a DNS cache is poisoned, subclass of cache poisoning experiments