32 lines
923 B
YAML
32 lines
923 B
YAML
id: api-mac-address-lookup
|
|
|
|
info:
|
|
name: MAC Address Lookup API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Retrieve vendor details and other information regarding a given MAC address or an OUI
|
|
reference:
|
|
- https://macaddress.io/api
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/mac-address-lookup
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,macaddresslookup
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.macaddress.io/v1?apiKey={{token}}&output=json&search=44:38:39:ff:ef:57"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"vendorDetails"'
|
|
- '"companyName"'
|
|
- '"companyAddress"'
|
|
condition: and
|
|
|
|
# digest: 490a00463044022077f9c79db05e4de64f4145cc0e554af042df0423c199825f3d6ec8cfc5951c2a022063e9ebc8dfa585d7c79d251563fb852897b8c1696eb495158a519eac7dbcbf83:922c64590222798bb761d5b6d8e72950
|