Skip to content

Commit

Permalink
Addition of related.mac and related.port
Browse files Browse the repository at this point in the history
  • Loading branch information
hisecu committed Oct 5, 2023
1 parent 0333980 commit e5abad4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions schemas/related.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,25 @@
identifiers include FQDNs, domain names, workstation names, or aliases.
normalize:
- array

- name: mac
level: extended
type: keyword
short: All the mac addresses seen on your event.
description: >
All the mac addresses seen on your event. The mac addresses should be standardized
before they populate this array. For this, The notation format from RFC 7042 is suggested:
Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving
the value of the octet as an unsigned integer. Successive octets are separated by a
hyphen.
normalize:
- array

- name: port
level: extended
type: long
short: All the port numbers seen on your event.
description: >
All the port numbers seen on your event, as specified by RFC 6335
normalize:
- array

0 comments on commit e5abad4

Please sign in to comment.