no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | en:requirements [02.12.2014 10:16] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Requirements ====== | ||
+ | |||
+ | Our requirements are based mostly on our experience with other formats and are formulated to describe our needs. Your mileage may vary, however our springboard assumptions may explain further choices in design. | ||
+ | |||
+ | * We need to gather and exchange communication between automated detection systems and information aggregators of various types. This type of data manifests wide variability, | ||
+ | * Format should be simple, complexity and intricacy brings ambiguity. Also, we would like to be able to generate security messages at the closest place of detection, ideally at the detection probe, which might run on resource restricted platform and we do not want to impose great software/ | ||
+ | * One message should be able to describe all detected facets of one security event in time of detection, not the whole timeframe or modus operandi of security case. For example – one phishing email message may yield information about sender mail exchanger(s), | ||
+ | * Format should be searchable. Names of fields should thus be short and descriptive. | ||
+ | * That also means that format should avoid recursion – reasonably flat structure greatly simplifies processing, interpretation and storage in structured repositories (for example relational database systems). | ||
+ | * Similar things should be represented in similar ways at unambiguous places in structure. Users must clearly know where to put particular information and where to read one. | ||
+ | * Data model should have straightforward representation in common programming languages and data models. This would also allow for independence on serialization (JSON, XML, binary, ...). | ||
+ | * Data types and semantics of data fields should be unambiguous – one attribute should bear just one type and its type should not depend on the value of other attributes. | ||
+ | * Format should be able to reasonably cooperate with other existing formats. By reasonable we mean minimum necessary loss of information in translation other than that based on fundamental design differences. | ||
+ | * Format should define structure only for information potentially analysable by machine means, information which is meant only for human review does not need to be overly explicitly structured. | ||
+ | * We want to allow for explicit anonymization – in security field, privacy plays great role in establishing and keeping trust. Format should also support explicit data incompleteness – information about attack sometimes can be incomplete or imprecise, but we want to know about it anyway. | ||