policy/protocols/http/software.zeek

HTTP

Software identification and extraction for HTTP traffic.

Namespace

HTTP

Imports

base/frameworks/software

Summary

Runtime Options

HTTP::ignored_user_agents: pattern &redef

The pattern of HTTP User-Agents which you would like to ignore.

Redefinitions

Software::Type: enum

  • HTTP::APPSERVER: Identifier for app servers in the software framework.

  • HTTP::BROWSER: Identifier for web browsers in the software framework.

  • HTTP::SERVER: Identifier for web servers in the software framework.

Detailed Interface

Runtime Options

HTTP::ignored_user_agents
Type

pattern

Attributes

&redef

Default
/^?(NO_DEFAULT)$?/

The pattern of HTTP User-Agents which you would like to ignore.