Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions administration/amc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ By using the "Asset View" you can easily answer questions like:
You can also set a time when an asset was compromised. This is useful
when you want to see which systems were compromised in the last 30 days.

In combination with the ``ASGARD Query`` and ``Labels``, which are identical
to your ASGARD, you can even narrow down the events by system group
In combination with the ``ASGARD Query`` and ``Labels``, which are pinned to your assets,
you can even narrow down the events by system group
(e.g., Domain Controllers, or certain locations).

.. figure:: ../images/cockpit_asgard_query.png
:alt: Filtering within the Assets View

Filtering within the Assets view

For more ``ASGARD Query`` examples, please open the Query Help on the right of the query input field (info icon).
7 changes: 7 additions & 0 deletions administration/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ You can find it in the top right corner's help menu.
:alt: API Documentation

API Documentation

To test the API in the web interface, copy the API key from your user settings into the key field.

.. figure:: ../images/cockpit_api_key.png
:alt: API Key

API Key
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project = 'ASGARD Analysis Cockpit v4 Manual'
version="4.0"
copyright = '2023, Nextron Systems GmbH'
copyright = '2025, Nextron Systems GmbH'
author = 'Nextron Systems'
extensions = [
'sphinx.ext.autosectionlabel',
Expand Down
3 changes: 3 additions & 0 deletions glossary/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
Additional Resources
====================

Suggested solutions for special problems and Tips & Tricks are
available in our `Knowlegde Base <https://support.nextron-systems.com>`_.

We created a few videos to help explain some topics in a more visual way.
You can find them on our `YouTube Playlist <https://www.youtube.com/watch?v=xn856bIDakw&list=PL8OlALxRcWsQ-ZwvPTdQxo4IO6pHip4Qb>`_.
Binary file modified images/cockpit_api_documentation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cockpit_api_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/cockpit_asgard_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions requirements/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ Introduction
============

The ASGARD Analysis Cockpit is the central platform for analyzing THOR
events and SIGMA matches generated by your THOR scanner.
events and SIGMA matches generated by your `THOR scanner <https://thor-manual.nextron-systems.com/en/latest/>`_.

It can be used in an environment where scans results can be
automatically collected from ASGARD Management Centers or
automatically collected from `ASGARD Management Centers <https://asgard-manual.nextron-systems.com/en/latest/index.html>`_ or
environments in which THOR is executed by scripts or any other
3\ :sup:`rd` party solution. An active integration with THOR Cloud
3\ :sup:`rd` party solution. An active integration with `THOR Cloud <https://www.nextron-systems.com/thor-cloud/>`_
can also be used to fetch events from your Cloud tenant.

While THOR can also be seen or used as hunting solution THOR is
While THOR can also be seen or used as hunting solution, THOR is
optimized to avoid false negatives – meaning optimized to not miss an
indicator of compromise. On the other side this clearly leads to more
anomalies and false positives being reported.
Expand Down
4 changes: 3 additions & 1 deletion setup/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ a browser warning when you connect the first time to
the page. This is due to the page using a self signed
certificate, since it will only be used to install the
ASGARD Analysis Cockpit. You can safely ignore this
warning and proceed to the page.
warning and proceed to the page. Once the installation
is complete, the certificate can be replaced by a signed
certificate (see :ref:`administration/system-settings:tls certificate installation`)

You will be greeted with a small introduction as to what
the Nextron Universal Installer is and what it does. After
Expand Down