> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/zh-tw/lookup-privacy/mac-lookup.md).

# MAC 查詢

辨識 MAC 位址背後的製造商，並查看該位址是單播、多播、全域、區域性或隨機化。

## 什麼是 MAC 位址

MAC 位址是網路介面的硬體識別碼。每個 Wi‑Fi 無線電、乙太網路埠和藍牙晶片都有一個。它長度為 48 位元，以 12 個十六進位數字表示，通常每兩位以冒號分隔——例如 `F0:2F:4B:01:0A:AA`.

位址的前半部分由 IEEE 指派給製造商。後半部分則由該製造商為其製作的每個裝置選擇。這就是為什麼 MAC 位址通常能告訴你某個裝置是誰製造的。與 IP 位址不同，MAC 位址只會在你的本地網路內可見，不會經過網際網路傳送。

## 如何執行

{% stepper %}
{% step %}

### 開啟工具

前往 **進階工具** 並點選 **MAC 查詢** 卡片，或直接開啟 `/tools/macchecker` 。
{% endstep %}

{% step %}

### 輸入位址

輸入完整位址並按 Enter，或點選搜尋按鈕。
{% endstep %}
{% endstepper %}

### 可接受的輸入格式

此工具需要全部 12 個十六進位數字。分隔符號可省略，也可以使用冒號或連字號：

| 格式        | 範例                  | 可接受 |
| --------- | ------------------- | --- |
| 以冒號分隔     | `F0:2F:4B:01:0A:AA` | 是   |
| 以連字號分隔    | `F0-2F-4B-01-0A-AA` | 是   |
| 無分隔符號     | `F02F4B010AAA`      | 是   |
| 大寫或小寫     | `f0:2f:4b:01:0a:aa` | 是   |
| 只有前六位數字   | `F0:2F:4B`          | 否   |
| 以點分隔的四位群組 | `f02f.4b01.0aaa`    | 否   |

如果移除分隔符號後，輸入並非剛好 12 個十六進位數字，你會得到 **無效的實體位址**.

## 讀取你的結果

結果分為兩部分。

### 製造商詳細資料

| 欄位                  | 其含義                                   |
| ------------------- | ------------------------------------- |
| **實體位址前綴**          | 用來識別製造商的位址部分。                         |
| **起始區塊** / **結束區塊** | 分配給該製造商範圍內的第一個與最後一個位址。                |
| **區塊大小**            | 該範圍包含多少個位址。                           |
| **區塊類型**            | IEEE 指派的類型，例如大型 `MA-L` 區塊或較小的 `MA-S`. |
| **製造商**             | 該區塊註冊到的公司。                            |
| **註冊國家／地區**         | IEEE 註冊中的國家，以旗幟顯示。                    |
| **註冊地址**            | IEEE 檔案中的郵寄地址。                        |

### 地址屬性

一個簡短的是否屬性清單，以勾號或叉號標示：

| 屬性       | 其含義                    |
| -------- | ---------------------- |
| **隨機位址** | 該位址看起來是隨機化的，而非工廠指派。    |
| **私人資料** | 製造商選擇將其註冊資訊保密。         |
| **多播位址** | 流量是要傳送給一組裝置。           |
| **單播位址** | 流量是要傳送給一個裝置。這是正常情況。    |
| **全域位址** | 由全域管理，因此來自 IEEE 指派的區塊。 |
| **本機位址** | 由本機管理，因此是由軟體而非製造商設定。   |

單播與多播是相反的，全域與本機也是如此。每一對中都只會有一個被勾選。

## 值得知道的限制

{% hint style="warning" %}
供應商查詢只是個線索，不能證明裝置的真正身分。
{% endhint %}

* **現代手機和筆電會隨機化其 MAC 位址。** iOS、Android、Windows 和 macOS 預設都會為每個 Wi‑Fi 網路產生新的私人位址，目的就是阻止網路追蹤你。這類位址屬於本機管理，因此會顯示為 **本機位址** 以及通常顯示為 **隨機位址**，而且沒有可供查詢的製造商。
* **製造商是晶片製造商，而不是品牌。** 許多裝置使用來自少數供應商的網路晶片，所以你取得的名稱可能與包裝上的標誌不一致。
* **註冊資訊會過時。** 區塊會轉手，公司名稱也會更改，因此註冊地址可能已經過時好幾年。
* **MAC 位址可以在軟體中變更。** 把它當作識別碼，而不是驗證方式。

## 常見用途

* **你的路由器上有一台未知裝置。** 從路由器的用戶端清單複製它的 MAC 位址並查詢。知道它是印表機、電視或智慧插座，通常就足以辨識它。
* **在封鎖裝置前先確認它。** 確認供應商與你打算移除的裝置相符。
* **檢查你自己產生的位址。** 如果你設定了自訂 MAC 位址，屬性清單會確認它是單播且由本機管理。

## 接下來該做什麼

* 了解本機與公用定址之間的差異，請見 [公開、私人與 CGNAT 位址](/knowledge-base/zh-tw/concepts/public-private-cgnat.md).
* 想知道那些在 *上* 可在網際網路上看見的位址嗎？請見 [IP 資訊](/knowledge-base/zh-tw/connection-tools/ip-information.md).
* 你有一個 IPv6 位址，並想知道它是否嵌入了 MAC？ [IP 計算機](/knowledge-base/zh-tw/lookup-privacy/ip-calculator.md) 可從 EUI-64 介面識別碼還原出一個。
* 使用 [安全檢查清單](/knowledge-base/zh-tw/lookup-privacy/security-checklist.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ipcheck.ing/knowledge-base/zh-tw/lookup-privacy/mac-lookup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
