#774: IPv6 in signatures
---------------------+------------------------
Reporter: seth | Owner:
Type: Problem | Status: new
Priority: Normal | Milestone: Bro2.1
Component: Bro | Version: git/master
Keywords: |
---------------------+------------------------
IPv6 addresses aren't supported in signatures. This isn't huge priority
since addresses are very rarely used in signatures, but I wanted to
document the broken-ness.
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/774>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker
Show replies by date
#774: IPv6 in signatures
----------------------+------------------------
Reporter: seth | Owner:
Type: Problem | Status: new
Priority: Normal | Milestone: Bro2.1
Component: Bro | Version: git/master
Resolution: | Keywords: ipv6
----------------------+------------------------
Changes (by jsiwek):
* keywords: => ipv6
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/774#comment:1>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker
#774: IPv6 in signatures
----------------------+------------------------
Reporter: seth | Owner:
Type: Problem | Status: new
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: | Keywords: ipv6
----------------------+------------------------
Changes (by seth):
* priority: Normal => Low
* milestone: Bro2.1 => Bro2.2
Comment:
Still low priority, but needs to be fixed at some point.
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/774#comment:2>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker
#774: IPv6 in signatures
----------------------+------------------------
Reporter: seth | Owner:
Type: Problem | Status: new
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: | Keywords: ipv6
----------------------+------------------------
Comment (by jsiwek):
In [e835a55229315f61e6994811b0eb6423f14c905a/bro]:
{{{
#!CommitTicketReference repository="bro"
revision="e835a55229315f61e6994811b0eb6423f14c905a"
Add IPv6 support to signature header conditions.
- "src-ip" and "dst-ip" conditions can now use IPv6
addresses/subnets.
They must be written in colon-hexadecimal representation and enclosed
in square brackets (e.g. [fe80::1]). Addresses #774.
- "icmp6" is now a valid protocol for use with "ip-proto" and
"header"
conditions. This allows signatures to be written that can match
against ICMPv6 payloads. Addresses #880.
- "ip6" is now a valid protocol for use with the "header" condition.
(also the "ip-proto" condition, but it results in a no-op in that
case since signatures apply only to the inner-most IP packet when
packets are tunneled). This allows signatures to match specifically
against IPv6 packets (whereas "ip" only matches against IPv4 packets).
- "ip-proto" conditions can now match against IPv6 packets. Before,
IPv6 packets were just silently ignored which meant DPD based on
signatures did not function for IPv6 -- protocol analyzers would only
get attached to a connection over IPv6 based on the well-known ports
set in the "dpd_config" table.
}}}
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/774#comment:3>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker
#774: IPv6 in signatures
----------------------+------------------------
Reporter: seth | Owner: robin
Type: Problem | Status: closed
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: fixed | Keywords: ipv6
----------------------+------------------------
Changes (by robin):
* owner: => robin
* status: new => closed
* resolution: => fixed
Comment:
In [b9811e87e51e3e5235103af4e282a3ff6317ff5a/bro]:
{{{
#!CommitTicketReference repository="bro"
revision="b9811e87e51e3e5235103af4e282a3ff6317ff5a"
Merge remote-tracking branch 'origin/topic/jsiwek/ipv6-sigs'
* origin/topic/jsiwek/ipv6-sigs:
Add IPv6 support to signature header conditions.
Closes #774.
Closes #880.
}}}
--
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/774#comment:4>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker