Next: , Previous: scanbro, Up: Predefined Variables



6.1.28 site.bro

local_nets : set[net]
Class A/B/C networks that are considered “local”.
Note: This variable is const, so may only be changed via redef.

local_16_nets : set[addr]

/16 address blocks that are considered “local”. These are derived directly from local_nets . Fixme: Please verify this.
Note: This variable is const, so may only be changed via redef.

local_24_nets : set[addr]

/24 address blocks that are considered “local”. These are derived directly from local_nets. Fixme: Please verify this.
Note: This variable is const, so may only be changed via redef.

neighbor_nets : set[net]

Class A/B/C networks that are considered “neighbors”. Note that unlike for local_nets, local_16_nets is not merely a /16 addr version of neighbor_nets, but instead is consulted in addition to neighbor_nets.
Note: This variable is const, so may only be changed via redef.

neighbor_16_nets : set[addr]

/16 address blocks that are considered “neighbors”. Note that unlike for local_nets, neighbor_16_nets is not merely a /16 addr version of neighbor_nets, but instead is consulted in addition to neighbor_nets.
Note: This variable is const, so may only be changed via redef.