Changes between Version 2 and Version 3 of BotnetExample
- Timestamp:
- Nov 4, 2010 4:35:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BotnetExample
v2 v3 5 5 == Example 1: Botnet == 6 6 7 This example used two metadescriptions. Let's go through each of them :7 This example used two metadescriptions. Let's go through each of them. This example is written in [CurrentlyProposedLanguage]. 8 8 9 9 === Worm spread metadescription === … … 11 11 Dimensions: 12 12 * '''Logical topology:''' 13 Objects: 13 14 14 [[Image(wormobj.jpg)]] 15 VNode extends Node 16 17 VNode := {state = Vulnerable, Vulnerability vulnerability = x} 18 19 INode := VNode {state = Infected} 20 21 Cardinality: 22 23 |INode|,,>=1,, 24 25 |VNode|,,>=1,, 26 27 Relationships: 15 28 16 29 (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. These sets are disjoint. All objects here are of type Nodes.)