Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Definitions Update otis #979

Merged
merged 1 commit into from
Oct 31, 2023
Merged
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
21 changes: 20 additions & 1 deletion alsdkdefs/apis/otis/otis.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ info:
A client is allowed to specify the following options:

* [abs_follow_internal_scan_schedules](#abs_follow_internal_scan_schedules)
* [agent_assisted_decryption](#agent_assisted_decryption)
* [cross_network_protection](#cross_network_protection)
* [discovery_scan_frequency](#discovery_scan_frequency)
* [external_scan_frequency](#external_scan_frequency)
Expand Down Expand Up @@ -156,7 +157,25 @@ info:

By default, agent configurations are generated out of agent-based scanning
schedules, and the assumed value is `false` if the option is undefined.


<a name="agent_assisted_decryption"/>

This option allows IDS agent to capture TLS session keys for supported libraries,
enabling decryption of captured TLS traffic for threat analysis.
Warning: May expose otherwise hidden sensitive data to Fortra back end.

For example:

```
{
"name": "agent_assisted_decryption",
"scope": {
"deployment_id": "AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA"
},
"value": true
}
```

<a name="cross_network_protection"/>

### cross_network_protection
Expand Down