mirror of https://github.com/MISP/PyMISP
update examples/situational-awareness/README.md
parent
93ef3595e5
commit
eb427e89c9
|
@ -12,8 +12,19 @@
|
||||||
* tag\_search.py allows research for multiple tags is possible by separating each tag by the | symbol.
|
* tag\_search.py allows research for multiple tags is possible by separating each tag by the | symbol.
|
||||||
* Partial research is also possible with tag\_search.py. For instance, search for "ransom" will also return tags containin "ransomware".
|
* Partial research is also possible with tag\_search.py. For instance, search for "ransom" will also return tags containin "ransomware".
|
||||||
|
|
||||||
|
* tags\_to\_graphs.py is a script that will generate several plots to visualise tags distribution.
|
||||||
|
* The studied _period_ can be either the 7, 28 or 360 last days
|
||||||
|
* _accuracy_ allows to get smallers splits of data instead of the default values
|
||||||
|
* _order_ define the accuracy of the curve fitting. Default value is 3
|
||||||
|
* It will generate three plots:
|
||||||
|
* Raw datas: in plot folder, named with the name of the corresponding taxonomy
|
||||||
|
* Trend: in plot folder, named _taxonomy_\_trend. general evolution of the data (linear fitting, curve fitting at order 1)
|
||||||
|
* Curve fitting: in plotlib folder, name as the taxonomy it presents.
|
||||||
|
|
||||||
|
|
||||||
:warning: These scripts are not time optimised
|
:warning: These scripts are not time optimised
|
||||||
|
|
||||||
## Requierements
|
## Requierements
|
||||||
|
|
||||||
* [Pygal](https://github.com/Kozea/pygal/)
|
* [Pygal](https://github.com/Kozea/pygal/)
|
||||||
|
* [Matplotlib](https://github.com/matplotlib/matplotlib)
|
||||||
|
|
Loading…
Reference in New Issue