Skip to content

Commit

Permalink
add: [network-socket] Added MAC address attributes
Browse files Browse the repository at this point in the history
- Even though they are not exactly part of the
  socket fields, it could be interesting to have
  them to have the information about them like
  they are described within the packets that are
  sent using the socket
  • Loading branch information
chrisr3d committed Mar 31, 2023
1 parent b1b7981 commit 9e4afdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions objects/network-socket/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@
"misp-attribute": "datetime",
"ui-priority": 1
},
"mac-dst": {
"description": "Destination MAC address as it is included in the packets sent",
"misp-attribute": "mac-address",
"ui-priority": 1
},
"mac-src": {
"description": "Source (local) MAC address as it is included in the packets sent",
"misp-attribute": "mac-address",
"ui-priority": 1
},
"option": {
"description": "Option on the socket connection.",
"misp-attribute": "text",
Expand Down

0 comments on commit 9e4afdf

Please sign in to comment.