RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption

data class RuleGroupRuleGroupRulesSourceStatefulRuleRuleOption(val keyword: String, val settings: List<String>? = null)

Constructors

constructor(keyword: String, settings: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyword defined by open source detection systems like Snort or Suricata for stateful rule inspection. See Snort General Rule Options or Suricata Rule Options for more details.

Link copied to clipboard
val settings: List<String>? = null

Set of strings for additional settings to use in stateful rule inspection.