I’m looking for a script that parses DHCP lease information and adds IP addresses to an address list if the corresponding MAC address matches the pattern: x[26AE]:xx:xx:xx:xx:xx.
The "even" numbers are multicast MAC addresses ... so in principle should not be used by "normal" devices for unicast communication (which is vast majority) ... and "randomised MAC" is used in context of unicast communications.
So depending on context of use case by @rabienz, seeing "even" numbers might be violation of standards.