Probe Run View
The Probe Run View page displays and visualizes the test data of the selected probe's run within your executed test run (Figure 1.). This view presents the results of all executed test cases, including details such as Attack Strategies, Variations and Messages that the probe exchanged with the Target.
From this page, you can:
Generate an AI Analysis of a Probe run
You can access the Probe Run View section by clicking on a Probe Card on Overview page or by clicking on a relevant row in the Probe Run Table on Test Run page.
At the top of the page, you will find basic information about the probe's run, including the total number of test cases, the number of failed and error test cases, the execution date and time, the run's status, and a progress bar.

Probe Run Results
Sankey Diagram
The Sankey diagram (Figure 1) visually depicts the connections among strategy, red teamer, variation, and the outcomes of test cases. The width of the flow between nodes in the diagram corresponds to the number of test cases, while the color coding represents the percentage of failed test cases out of the total executed.
Probe Result Table
On the bottom of the Probe Run View page, Probe Result Table displays all probe's Test Cases executed against your target.
The table contains:
Id: Unique identifier of the test case.
Attack: Unique identifier of the attack.
Strategy, Red Teamer, Variation: Explained in Test Case Parametrization page.
Detection Time: The timestamp of the moment when the automated decision was made on whether the test case passed or failed.
In Report: Indicates whether the test case has been flagged for inclusion in the report.
Actions Icon: Indicates the actions taken on the test case (accepting risk or changing the result status).
Result: Outcome of the executed test case.
Passed: The test hasn't detected the vulnerability on your application.
Failed: The attack found the targeted vulnerability.
Error: An error occurred while communicating with the target.
Both filtering and global search functionalities are available to customize the view according to your specific preferences.
The table (maintaining filter applied) can be exported in CSV and JSON formats, allowing for easy integration with other tools and systems for further analysis or reporting. Option to export CSV and JSON with review tag include the comments left on the test case.
To view detailed interactions between the probe and the target for each test case, as well as an explanation of the test case result, click on the corresponding row. Refer to the Test Case Details page for further explanation.

Last updated