Skip to content

Commit 976ff1b

Browse files
committed
Fix markdown for overtime notebook
1 parent 520a55d commit 976ff1b

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

Notebooks/OverTime/Overtime.ipynb

+47-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "d80be6af",
6+
"metadata": {},
7+
"source": [
8+
"# Over Time analisys\n",
9+
"### Introductions \n",
10+
"- Purpose\n",
11+
" - Over Time analysis refers to the process of statistically analyzing assessment data to showing trends and and other characteristics relating to changes in data over time . Chart used in notebook. It include all Data science steps and below data presentations:\n",
12+
" - [Line chart for Control limits - https://leanscape.io/6-sigma-control-charts/ - Control charts are an essential tool used in Six Sigma to monitor process stability and improve quality. By understanding how control charts work, you can more effectively use them to improve your process and product quality](#Linechart1)\n",
13+
" - [Line chart for fastest growing trends in amount of vulnerabilities](#Linechart2)\n",
14+
" - Tags: [ \"cve\", \"vulnerability\", \"exploits\" ]\n",
15+
" - External resources: Shodan\n",
16+
" - Target audience: BlueTeam, Vulnerability management\n",
17+
" "
18+
]
19+
},
20+
{
21+
"cell_type": "markdown",
22+
"id": "25220af1",
23+
"metadata": {},
24+
"source": [
25+
"# Playbook TOC\n",
26+
"- [Data collection](#DataCollection)\n",
27+
"- [Data Discovery](#DataDiscovery)\n",
28+
"- [Data Cleansing](#DataCleaning)\n",
29+
"- [Data Validation](#DataValidation)"
30+
]
31+
},
332
{
433
"cell_type": "code",
534
"execution_count": 37,
@@ -31,7 +60,19 @@
3160
"id": "ea190b48",
3261
"metadata": {},
3362
"source": [
34-
"# Data Collection"
63+
"# Data Collection <a id=\"DataCollection\"></a>"
64+
]
65+
},
66+
{
67+
"cell_type": "markdown",
68+
"id": "064ee840",
69+
"metadata": {},
70+
"source": [
71+
"### Collection data from Postgresql DB previously feeded from by those scripts https://github.com/Tengrom/DataForVulnMan/tree/main/Tools\n",
72+
"\n",
73+
"#### DB schema:\n",
74+
"https://app.quickdatabasediagrams.com/#/d/wxCCR6\n",
75+
"![Image of Yaktocat](https://lh3.googleusercontent.com/pw/AP1GczNSjRGHp7WPyv36qTv9uYJ_qPz8I9Yfp9HesPuVZOpRpfNy5D0wFQhN7KemicqvXsXUQsZPTDKCxFeUGKqCZ4cJOqVtC1z5pVIDpteOKBSe3y09OAEQgVMTkd3ghRcPKQUCnpwfnz_n89UCHyVrP65N_Q=w898-h536-s-no-gm?authuser=0)"
3576
]
3677
},
3778
{
@@ -71,7 +112,7 @@
71112
"id": "c4587d7c",
72113
"metadata": {},
73114
"source": [
74-
"# Data Discovery"
115+
"# Data Discovery <a id=\"DataDiscovery\"></a>"
75116
]
76117
},
77118
{
@@ -636,7 +677,7 @@
636677
"id": "c7221691",
637678
"metadata": {},
638679
"source": [
639-
"# Data cleaning"
680+
"# Data cleaning <a id=\"DataCleaning\"></a>"
640681
]
641682
},
642683
{
@@ -1924,15 +1965,15 @@
19241965
"id": "e9ce7ae0",
19251966
"metadata": {},
19261967
"source": [
1927-
"# Data Validation"
1968+
"# Data Validation <a id=\"DataValidation\"></a>"
19281969
]
19291970
},
19301971
{
19311972
"cell_type": "markdown",
19321973
"id": "c47a6587",
19331974
"metadata": {},
19341975
"source": [
1935-
"### Control Limits"
1976+
"### Control Limits <a id=\"Linechart1\"></a>"
19361977
]
19371978
},
19381979
{
@@ -2412,7 +2453,7 @@
24122453
"id": "48bcafc5",
24132454
"metadata": {},
24142455
"source": [
2415-
"### TRENDS"
2456+
"### TRENDS <a id=\"Linechart2\"></a>"
24162457
]
24172458
},
24182459
{

0 commit comments

Comments
 (0)