Closed tcwaddell closed 5 years ago
It might be worth supporting other MAC address formats like 00-00-00-00-00-00 and 0000.0000.0000
On Fri, May 3, 2019 at 6:58 AM tcwaddell notifications@github.com wrote:
I'm not sure if this is the best regex for grabbing mac addresses or if this is the only addition needed to support mac address, but it's a start.
Feature requested by @kwolfe14 https://github.com/kwolfe14
You can view, comment on, or merge this pull request online at:
https://github.com/HurricaneLabs/machinae/pull/58 Commit Summary
- Add mac address observable
File Changes
- M src/machinae/init.py https://github.com/HurricaneLabs/machinae/pull/58/files#diff-0 (4)
Patch Links:
- https://github.com/HurricaneLabs/machinae/pull/58.patch
- https://github.com/HurricaneLabs/machinae/pull/58.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HurricaneLabs/machinae/pull/58, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAINWTZZ4PXYNC6H5VBNKDPTRAIVANCNFSM4HKUFEZQ .
-- Amazingly, sent from my iDevice
--
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
I'm not sure if this is the best regex for grabbing mac addresses or if this is the only addition needed to support mac address observables, but it's a start.
Feature requested by @kwolfe14