Changes between Version 26 and Version 27 of ExDescLang
- Timestamp:
- Oct 11, 2010 3:31:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExDescLang
v26 v27 44 44 45 45 (in English: There must be two sets of hosts, at least one infected host in infected set and at least one vulnerable host in vulnerable set. There can be a third set of hosts that are not vulnerable or infected. These sets are disjoint.) 46 47 Note: I haven't said if these objects are nodes, resources or what. I should have a way of saying this. 48 46 49 * '''Timeline of events: ''' 47 50 … … 81 84 82 85 i.e. each infected host becomes elpeer. 86 87 The system now needs to offer me several generators: 88 89 * It should offer a topology generator and map the initial infected set, vulnerable set and leader set to the topology that gets generated. 90 * It should offer event generator for each of the events: scan, infection, yespeer, wannapeer, leaderis, cmd and report. Specifically for scan, yespeer, wannapeer, cmd and report it should offer traffic generators. For infection it should offer malware generator. For leaderis it could either offer a traffic generator or an option to hardcode the leader ID into the peer software. 91 92 User either chooses each generator or agrees to use a default one for each choice. User can then manipulate the generators (their parameters) and the workflow. For example the user may add "patched" state after the "infected" one with the "patch" event to make the transition.