Indietro

#oui

2 APIs con questa etichetta

MAC Address API

MAC-address (EUI-48) tooling as an API, computed locally and deterministically. The parse endpoint validates a MAC address given in any common notation — colon, hyphen, Cisco dotted or a bare run of 12 hex digits — and returns it in every standard format, split into its OUI (the first three bytes, assigned to a hardware vendor) and its NIC (the last three, device-specific) parts, plus the 48-bit integer value. The analyze endpoint reads the control bits of the first octet: the least-significant bit is the I/G bit that marks a unicast or multicast address, and the next bit is the U/L bit that marks a universally (vendor-assigned) or locally administered address, and it flags the broadcast address ff:ff:ff:ff:ff:ff. The eui64 endpoint derives the modified EUI-64 interface identifier — flipping the U/L bit and inserting FF:FE in the middle — and the resulting IPv6 link-local address (fe80::/64) used by stateless address autoconfiguration. Vendor name lookup needs the IEEE OUI registry and is not included. Everything is computed locally and deterministically, so it is instant and private. Ideal for networking, IoT, device-management, monitoring and security app developers, MAC-normalisation and IPv6 tools, and networking education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is MAC-address tooling; for IPv4 subnetting use a subnet API and for DNS records a DNS API.

api.oanor.com/macaddress-api

MAC Vendor API

Identifique o fabricante por trás de qualquer endereço MAC. Consulte um MAC ou OUI para obter o fornecedor atribuído, seu nome abreviado e o bloco de atribuição exato (/24, /28 ou /36) usando o registro oficial da IEEE, pesquise no registro pelo nome do fornecedor para encontrar todos os OUIs de uma empresa, ou gere endereços MAC de teste aleatórios válidos para um determinado fornecedor. Endereços MAC são aceitos em todos os formatos comuns — dois pontos, hífen, ponto ou hexa simples — e OUIs simples também funcionam. Construído sobre o conjunto de dados aberto IEEE OUI (~57.000 atribuições) e servido inteiramente em memória, as respostas são instantâneas e o serviço está sempre disponível. Ideal para varredura e monitoramento de rede, identificação de IoT e dispositivos, segurança e inventário de ativos, NAC e ferramentas de devops.

api.oanor.com/macvendor-api