JSON
IANAポート番号レジストリ - JSON
IANAポート番号レジストリは、Internet Assigned Numbers Authority(IANA)が管理する、ネットワーク通信で使用されるポート番号の公式な割り当てリストです。ポート番号は0から65535までの範囲で、システムポート(0-1023)、ユーザーポート(1024-49151)、動的/プライベートポート(49152-65535)の3つのカテゴリに分類されています。各ポート番号はTCP、UDP、SCTP、DCCPなどの特定のトランスポートプロトコルと組み合わせて使用され、HTTP(80)、HTTPS(443)、SSH(22)などの標準化されたサービスの識別に不可欠です。
ネットワーク
ポート番号
IANA
TCP
UDP
インターネット
プロトコル
通信
[
{
"code": "20",
"slug": "ftp-data",
"name": "FTPデータ転送",
"description": "FTPプロトコルにおけるデータ転送用のポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "ファイル転送"
},
{
"code": "21",
"slug": "ftp-control",
"name": "FTPコントロール",
"description": "FTPプロトコルの制御コマンド用ポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "ファイル転送"
},
{
"code": "22",
"slug": "ssh",
"name": "SSH(Secure Shell)",
"description": "暗号化されたリモートログインとセキュアなファイル転送のためのポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "リモートアクセス"
},
{
"code": "23",
"slug": "telnet",
"name": "Telnet",
"description": "テキストベースのリモート端末接続プロトコル用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "リモートアクセス"
},
{
"code": "25",
"slug": "smtp",
"name": "SMTP(Simple Mail Transfer Protocol)",
"description": "電子メールの送信と中継に使用されるプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "電子メール"
},
{
"code": "53",
"slug": "dns",
"name": "DNS(Domain Name System)",
"description": "ドメイン名とIPアドレスの変換を行う名前解決サービスのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "名前解決"
},
{
"code": "67",
"slug": "dhcp-server",
"name": "DHCP/BOOTPサーバー",
"description": "ネットワーク設定を自動的に割り当てるDHCPサーバー用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク管理"
},
{
"code": "68",
"slug": "dhcp-client",
"name": "DHCP/BOOTPクライアント",
"description": "ネットワーク設定を要求するDHCPクライアント用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク管理"
},
{
"code": "69",
"slug": "tftp",
"name": "TFTP(Trivial File Transfer Protocol)",
"description": "シンプルなファイル転送プロトコル用のポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ファイル転送"
},
{
"code": "80",
"slug": "http",
"name": "HTTP(Hypertext Transfer Protocol)",
"description": "ウェブページの転送に使用される標準プロトコルのポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "ウェブ"
},
{
"code": "88",
"slug": "kerberos",
"name": "Kerberos認証",
"description": "ネットワーク認証プロトコルKerberosのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "認証"
},
{
"code": "110",
"slug": "pop3",
"name": "POP3(Post Office Protocol v3)",
"description": "メールサーバーからメールを取得するためのプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "電子メール"
},
{
"code": "119",
"slug": "nntp",
"name": "NNTP(Network News Transfer Protocol)",
"description": "ニュースグループメッセージの配信と取得に使用されるプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ニュース"
},
{
"code": "123",
"slug": "ntp",
"name": "NTP(Network Time Protocol)",
"description": "ネットワーク上のコンピュータ間で時刻を同期するためのプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "時刻同期"
},
{
"code": "137",
"slug": "netbios-ns",
"name": "NetBIOS名前サービス",
"description": "NetBIOSネットワークでのコンピュータ名解決用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク共有"
},
{
"code": "138",
"slug": "netbios-dgm",
"name": "NetBIOSデータグラムサービス",
"description": "NetBIOSネットワークでのコネクションレス通信用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク共有"
},
{
"code": "139",
"slug": "netbios-ssn",
"name": "NetBIOSセッションサービス",
"description": "NetBIOSネットワークでのセッション確立用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク共有"
},
{
"code": "143",
"slug": "imap",
"name": "IMAP(Internet Message Access Protocol)",
"description": "メールサーバー上でメールを管理・閲覧するためのプロトコルのポートです。",
"protocol": [
"TCP"
],
"category": "電子メール"
},
{
"code": "161",
"slug": "snmp",
"name": "SNMP(Simple Network Management Protocol)",
"description": "ネットワーク機器の監視と管理に使用されるプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク管理"
},
{
"code": "162",
"slug": "snmptrap",
"name": "SNMPトラップ",
"description": "ネットワーク機器からの警告通知を受信するためのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ネットワーク管理"
},
{
"code": "179",
"slug": "bgp",
"name": "BGP(Border Gateway Protocol)",
"description": "インターネットの自律システム間でルーティング情報を交換するプロトコルのポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "ルーティング"
},
{
"code": "194",
"slug": "irc",
"name": "IRC(Internet Relay Chat)",
"description": "リアルタイムのテキストチャット通信のためのプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "チャット"
},
{
"code": "389",
"slug": "ldap",
"name": "LDAP(Lightweight Directory Access Protocol)",
"description": "ディレクトリサービスにアクセスするためのプロトコルのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ディレクトリサービス"
},
{
"code": "443",
"slug": "https",
"name": "HTTPS(HTTP over TLS/SSL)",
"description": "暗号化されたウェブ通信のための標準ポートです。",
"protocol": [
"TCP",
"UDP",
"SCTP"
],
"category": "ウェブ"
},
{
"code": "514",
"slug": "syslog",
"name": "Syslog",
"description": "システムログメッセージを収集するためのプロトコルのポートです。",
"protocol": [
"UDP"
],
"category": "ログ管理"
},
{
"code": "587",
"slug": "smtp-submission",
"name": "SMTP Submission",
"description": "メールクライアントからのメール送信専用のポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "電子メール"
},
{
"code": "636",
"slug": "ldaps",
"name": "LDAPS(LDAP over SSL/TLS)",
"description": "暗号化されたディレクトリサービス通信のためのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "ディレクトリサービス"
},
{
"code": "993",
"slug": "imaps",
"name": "IMAPS(IMAP over SSL/TLS)",
"description": "暗号化されたメール取得プロトコルのポートです。",
"protocol": [
"TCP"
],
"category": "電子メール"
},
{
"code": "995",
"slug": "pop3s",
"name": "POP3S(POP3 over SSL/TLS)",
"description": "暗号化されたPOP3メール取得のためのポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "電子メール"
},
{
"code": "3306",
"slug": "mysql",
"name": "MySQL",
"description": "MySQLデータベースサーバーへの接続用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "データベース"
},
{
"code": "3389",
"slug": "rdp",
"name": "RDP(Remote Desktop Protocol)",
"description": "Windowsリモートデスクトップ接続用のポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "リモートアクセス"
},
{
"code": "5432",
"slug": "postgresql",
"name": "PostgreSQL",
"description": "PostgreSQLデータベースサーバーへの接続用ポートです。",
"protocol": [
"TCP",
"UDP"
],
"category": "データベース"
},
{
"code": "6379",
"slug": "redis",
"name": "Redis",
"description": "Redisインメモリデータストアへの接続用ポートです。",
"protocol": [
"TCP"
],
"category": "データベース"
},
{
"code": "27017",
"slug": "mongodb",
"name": "MongoDB",
"description": "MongoDBデータベースサーバーへの接続用ポートです。",
"protocol": [
"TCP"
],
"category": "データベース"
}
]