mirror of https://github.com/MISP/misp-training
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
|
\frametitle{Example query to generate ATT\&CK heatmaps}
|
||
|
\texttt{/events/restSearch}
|
||
|
\begin{lstlisting}
|
||
|
{
|
||
|
"returnFormat": "attack",
|
||
|
"tags": [
|
||
|
"misp-galaxy:sector=\"Chemical\""
|
||
|
],
|
||
|
"timestamp": "365d"
|
||
|
}
|
||
|
\end{lstlisting}
|