thatmattlove / oui

MAC Address CLI Toolkit
https://oui.is
BSD 3-Clause Clear License
40 stars 2 forks source link

Multiple matches? #6

Closed mml closed 1 month ago

mml commented 1 month ago

I get many matches on this particular OUI. Are all of these records current or what?

% oui 30:0A:60

 30:0A:60 Results

╭──────────────────────┬───────────────────────────────────────────────────┬─────────────────────────────────────┬──────────╮
│ Prefix               │ Organization                                      │ Range                               │ Registry │
├──────────────────────┼───────────────────────────────────────────────────┼─────────────────────────────────────┼──────────┤
│ 30:0a:60:00:00:00/24 │ IEEE Registration Authority                       │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-L     │
│ 30:0a:60:00:00:00/24 │ Ampetronic Ltd                                    │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ WINTEK System Co., Ltd                            │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Giax GmbH                                         │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Thermo Process Instruments, LP                    │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Newtons4th Ltd                                    │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Intergard do Brasil Ind e Com de Eletr e Mec Ltda │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ A9                                                │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ KAZUtechnica Co.,Ltd.                             │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Sixth Energy Technologies Private Limited         │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Imageo s.r.o.                                     │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Beijing Ruiteng Zhongtian TECH Ltd.,Co            │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Realtime biometrics India pvt ltd                 │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Advanced Electronic Designs, Inc.                 │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ AVIC JONHON OPTRONIC TECHNOLOGY CO., LTD.         │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
│ 30:0a:60:00:00:00/24 │ Bronkhorst High-Tech BV                           │ 30:0a:60:00:00:00-30:0a:60:ff:ff:ff │ MA-M     │
╰──────────────────────┴───────────────────────────────────────────────────┴─────────────────────────────────────┴──────────╯
thatmattlove commented 1 month ago

I believe this the matches are technically correct based on a search parameter of 30:0A:60 , however, I have identified a bug that that would cause the same results to be shown even if you searched a full MAC address. Essentially, the MA-M registry is a 28 bit registry but the entries are going in as /24 and shouldn't be. I will work on this and push out an update.

mml commented 1 month ago

Talk about fast service. Thanks!