Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[질문] telnet 접속시 포트번호...?

2,608 views
Skip to first unread message

unread,
Apr 6, 2000, 3:00:00 AM4/6/00
to
텔넷으로 접속할 때 'telnet ip port'의 형식으로 알고 있는데

이때 포트번호가 뭘 의미하는지 또 포트번호의 범위와 각 숫자의 의미를

알고 계시는 분은 답변해 주세요

{미리} 감사합니다!!

임대호

unread,
Apr 7, 2000, 3:00:00 AM4/7/00
to

1.
만약 시스템 관리자라면 /etc/services 파일에서 이런 각각의 서비스와
관련된 포트정보를 얻으실 수 있을 것이며, 범위는 0부터 65535 까지입니다.

포트번호의 사용은 사실상 0-1023번 까지는 "WELL KNOWN PORT NUMBERS"라
해서 묵시적으로 표준화 되어 있지요.
(ftp://ftp.isi.edu/in-notes/iana/assignments/port-numbers)

그 이외의 포트라면 서버 운영자가 어떤 데몬을 붙여두든 사실상 제한이
없다고 해야겠지요.

2.
telnet 이라는 클라이언트는 매우 유용한 도구입니다.
특히 각 포트에 연결된 데몬 시스템을 점검하는데도 유용하지요.

예를들어 다음과 같이 하면(110번 포트는 보통 POP3 서버) 메일수신 여부를
확인해 볼 수 있습니다.

$ telnet mail.xxxx.ac.kr 110
Trying 203.23x.xx.xx...
Connected to mail.xxxx.ac.kr.
Escape character is '^]'.
+OK mail Solstice (tm) Internet Mail Server (tm) POP3 2.0 at Fri, 7 Apr 2000
10:30:52 +0900 (KST)
USER lawwal
+OK User name accepted, password please
PASS xxxxx
+OK Mailbox open, 0 messages
QUIT
+OK BYE
Connection closed by foreign host.


다음과 같이 할 경우(80번 포트는 보통 WWW서버) 웹브라우저 처럼
서버에 접속해볼 수도 있겠습니다.

$ telnet way.co.kr 80
Trying 210.220.69.193...
Connected to way.co.kr.
Escape character is '^]'.
GET http://way.co.kr HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 07 Apr 2000 01:29:55 GMT
Server: Apache/1.3.12 (Unix) PHP/3.0.15
Connection: close
Content-Type: text/html

<HTML>
<HEAD>
<TITLE>Way-CGI 시리즈</TITLE>
<META name="description" content="....

참고하시기 바랍니다. :)

--
=---=---=---=---=---=---=---=---=---=
Way-CGI 시리즈 http://way.co.kr
=---=---=---=---=---=---=---=---=---=

"소" <so-...@hanmail.net> wrote in message
news:8ci8l4$rtt$1...@green.kreonet.re.kr...

이다도

unread,
Apr 10, 2000, 3:00:00 AM4/10/00
to

"소" <so-...@hanmail.net> wrote in message
news:8ci8l4$rtt$1...@green.kreonet.re.kr...
> 텔넷으로 접속할 때 'telnet ip port'의 형식으로 알고 있는데
>
> 이때 포트번호가 뭘 의미하는지 또 포트번호의 범위와 각 숫자의 의미를
>
> 알고 계시는 분은 답변해 주세요
>
> {미리} 감사합니다!!
>
>

port번호라는 건 TCP 프로토콜상에 서비스를 구분하기 위한 번호입니다.

예를들어 어떤 패킷이 왔을때 이 패킷이 웹으로 가는 패킷인지 메일에 관련된
패킷인지를

구별할수있는 길이 없지요...(무슨 패킷의 색깔이 다른것도 아니구.. ^^;)

이때 서비스를 구별할수있는 것이 포트번호입니다.

Michael Kim

unread,
Apr 10, 2000, 3:00:00 AM4/10/00
to
일반 적인 경우 텔넷은 포트 23 을 씀니다.
다음은 원칙적으로 사용되는 포트번호와 그 사용도 입니다.
그리고 끝부분에 trojan horse 들이 주로 사용하는 포트
번호와 그 이름이 있읍니다.

참고로 컴퓨터를 켰을때 이 trojan 포트들이 열려있다면
긴장하시고 잘 살펴 보아야 할줄로 암니다.

[GenPorts]

1=TCP Port Service Multiplexer

2=TCP/UDP Management Utility

3=TCP/UDP Compression Process

5=TCP/UDP Remote Job Entry

7=TCP/UDP Echo

11=TCP/UDP Systat Active Users

13=TCP/UDP Daytime

17=TCP/UDP Quote of the Day

18=TCP/UDP Message Send Protocol

19=TCP/UDP Character Generator

20=TCP/UDP File Transfer [Default Data]

21=TCP/UDP File Transfer [Control]

22=TCP/UDP SSH Remote Login Protocol

23=TCP/UDP Telnet

25=TCP/UDP Simple Mail Transfer

27=TCP/UDP NSW User System FE

29=TCP/UDP MSG ICP

31=TCP/UDP MSG Authentication

33=TCP/UDP Display Support Protocol

37=TCP/UDP Time

38=TCP/UDP Route Access Protocol

39=TCP/UDP Resource Location Protocol

41=TCP/UDP Graphics

42=TCP/UDP Host Name Server

43=TCP/UDP WhoIs

44=TCP/UDP MPM FLAGS Protocol

45=TCP/UDP Message Processing Module [recv]

46=TCP/UDP MPM [default send]

47=TCP/UDP NI FTP

48=TCP/UDP Digital Audit Daemon

49=TCP/UDP Login Host Protocol (TACACS)

50=TCP/UDP Remote Mail Checking Protocol

51=TCP/UDP IMP Logical Address Maintenance

52=TCP/UDP XNS Time Protocol

53=TCP/UDP Domain Name Server

54=TCP/UDP XNS Clearinghouse

55=TCP/UDP ISI Graphics Language

56=TCP/UDP XNS Authentication

58=TCP/UDP XNS Mail

61=TCP/UDP NI MAIL

62=TCP/UDP ACA Services

63=TCP/UDP whois++

64=TCP/UDP Communications Integrator (CI)

65=TCP/UDP TACACS-Database Service

66=TCP/UDP Oracle SQL*NET

67=TCP/UDP Bootstrap Protocol Server

68=TCP/UDP Bootstrap Protocol Client

69=TCP/UDP Trivial File Transfer

70=TCP/UDP Gopher

71=TCP/UDP Remote Job Service

72=TCP/UDP Remote Job Service

73=TCP/UDP Remote Job Service

74=TCP/UDP Remote Job Service

76=TCP/UDP Distributed External Object Store

78=TCP/UDP vetTCP

79=TCP/UDP Finger

80=TCP/UDP World Wide Web HTTP

81=TCP/UDP HOSTS2 Name Server

82=TCP/UDP XFER Utility

83=TCP/UDP MIT ML Device

84=TCP/UDP Common Trace Facility

85=TCP/UDP MIT ML Device

86=TCP/UDP Micro Focus Cobol

88=TCP/UDP Kerberos

89=TCP/UDP SU=MIT Telnet Gateway

90=TCP/UDP DNSIX Securit Attribute Token Map

91=TCP/UDP MIT Dover Spooler

92=TCP/UDP Network Printing Protocol

93=TCP/UDP Device Control Protocol

94=TCP/UDP Tivoli Object Dispatcher

95=TCP/UDP SUPDUP

96=TCP/UDP DIXIE Protocol Specification

97=TCP/UDP Swift Remote Virtural File Protocol

98=TCP/UDP TAC News

99=TCP/UDP Metagram Relay

101=TCP/UDP NIC Host Name Server

102=TCP/UDP ISO-TSAP Class 0

103=TCP/UDP Genesis Point-to-Point Trans Net

104=TCP/UDP ACR-NEMA Digital Imag. & Comm. 300

105=TCP/UDP CCSO name server protocol, Mailbox Name Nameserver

106=TCP/UDP 3COM-TSMUX

107=TCP/UDP Remote Telnet Service

108=TCP/UDP SNA Gateway Access Server

109=TCP/UDP Post Office Protocol - Version 2

110=TCP/UDP Post Office Protocol - Version 3

111=TCP/UDP SUN Remote Procedure Call

112=TCP/UDP McIDAS Data Transmission Protocol

113=TCP/UDP Authentication Service, Ident

114=TCP/UDP Audio News Multicast

115=TCP/UDP Simple File Transfer Protocol

116=TCP/UDP ANSA REX Notify

117=TCP/UDP UUCP Path Service

118=TCP/UDP SQL Services

119=TCP/UDP Network News Transfer Protocol

120=TCP/UDP CFDPTKT

121=TCP/UDP Encore Expedited Remote Pro.Call

122=TCP/UDP SMAKYNET

123=TCP/UDP Network Time Protocol

124=TCP/UDP ANSA REX Trader

125=TCP/UDP Locus PC-Interface Net Map Ser

126=TCP/UDP Unisys Unitary Login

127=TCP/UDP Locus PC-Interface Conn Server

128=TCP/UDP GSS X License Verification

129=TCP/UDP Password Generator Protocol

130=TCP/UDP cisco FNATIVE

131=TCP/UDP cisco TNATIVE

132=TCP/UDP cisco SYSMAINT

133=TCP/UDP Statistics Service

134=TCP/UDP INGRES-NET Service

135=TCP/UDP DCE endpoint resolution

136=TCP/UDP PROFILE Naming System

137=TCP/UDP NETBIOS Name Service

138=TCP/UDP NETBIOS Datagram Service

139=TCP/UDP NETBIOS Session Service

140=TCP/UDP EMFIS Data Service

141=TCP/UDP EMFIS Control Service

142=TCP/UDP Britton-Lee IDM

143=TCP/UDP Internet Message Access Protocol

144=TCP/UDP NewS

145=TCP/UDP UAAC Protocol

146=TCP/UDP ISO-IP0

147=TCP/UDP ISO-IP

148=TCP/UDP Jargon

149=TCP/UDP AED 512 Emulation Service

150=TCP/UDP SQL-NET

151=TCP/UDP HEMS

152=TCP/UDP Background File Transfer Program

153=TCP/UDP SGMP

154=TCP/UDP NETSC

155=TCP/UDP NETSC

156=TCP/UDP SQL Service

157=TCP/UDP KNET=VM Command=Message Protocol

158=TCP/UDP PCMail Server

159=TCP/UDP NSS-Routing

160=TCP/UDP SGMP-TRAPS

161=TCP/UDP SNMP

162=TCP/UDP SNMPTRAP

163=TCP/UDP CMIP=TCP Manager

164=TCP/UDP CMIP=TCP Agent

165=TCP/UDP Xerox

166=TCP/UDP Sirius Systems

167=TCP/UDP NAMP

168=TCP/UDP RSVD

169=TCP/UDP SEND

170=TCP/UDP Network PostScript

171=TCP/UDP Network Innovations Multiplex

172=TCP/UDP Network Innovations CL=1

173=TCP/UDP Xyplex

174=TCP/UDP MAILQ

175=TCP/UDP VMNET

176=TCP/UDP GENRAD-MUX

177=TCP/UDP X Display Manager Control Protocol

178=TCP/UDP NextStep Window Server

179=TCP/UDP Border Gateway Protocol

180=TCP/UDP Intergraph

181=TCP/UDP Unify

182=TCP/UDP Unisys Audit SITP

183=TCP/UDP OCBinder

184=TCP/UDP OCServer

185=TCP/UDP Remote-KIS

186=TCP/UDP KIS Protocol

187=TCP/UDP Application Communication Interface

188=TCP/UDP Plus Five's MUMPS

189=TCP/UDP Queued File Transport

190=TCP/UDP Gateway Access Control Protocol

191=TCP/UDP Prospero Directory Service

192=TCP/UDP OSU Network Monitoring System

193=TCP/UDP Spider Remote Monitoring Protocol

194=TCP/UDP Internet Relay Chat Protocol

195=TCP/UDP DNSIX Network Level Module Audit

196=TCP/UDP DNSIX Session Mgt Module Audit Redir

197=TCP/UDP Directory Location Service

198=TCP/UDP Directory Location Service Monitor

199=TCP/UDP SMUX

200=TCP/UDP IBM System Resource Controller

201=TCP/UDP AppleTalk Routing Maintenance

202=TCP/UDP AppleTalk Name Binding

203=TCP/UDP AppleTalk Unused

204=TCP/UDP AppleTalk Echo

205=TCP/UDP AppleTalk Unused

206=TCP/UDP AppleTalk Zone Information

207=TCP/UDP AppleTalk Unused

208=TCP/UDP AppleTalk Unused

209=TCP/UDP The Quick Mail Transfer Protocol

210=TCP/UDP ANSI Z39.50

211=TCP/UDP Texas Instruments 914C=G Terminal

212=TCP/UDP ATEXSSTR

213=TCP/UDP IPX

214=TCP/UDP VM PWSCS

215=TCP/UDP Insignia Solutions

216=TCP/UDP Computer Associates Int'l License Server

217=TCP/UDP dBASE Unix

218=TCP/UDP Netix Message Posting Protocol

219=TCP/UDP Unisys ARPs

220=TCP/UDP Interactive Mail Access Protocol v3

221=TCP/UDP Berkeley rlogind with SPX auth

222=TCP/UDP Berkeley rshd with SPX auth

223=TCP/UDP Certificate Distribution Center

242=TCP/UDP Direct

243=TCP/UDP Survey Measurement

244=TCP/UDP Dayna

245=TCP/UDP LINK

246=TCP/UDP Display Systems Protocol

247=TCP/UDP SUBNTBCST_TFTP

248=TCP/UDP bhfhs

256=TCP/UDP RAP

257=TCP/UDP Secure Electronic Transaction

258=TCP/UDP Yak Winsock Personal Chat

259=TCP/UDP Efficient Short Remote Operations

260=TCP/UDP Openport

261=TCP/UDP IIOP Name Service over TLS=SSL

262=TCP/UDP Arcisdms

263=TCP/UDP HDAP

280=TCP/UDP http-mgmt

281=TCP/UDP Personal Link

282=TCP/UDP Cable Port A=X

309=TCP/UDP EntrustTime

310=TCP/UDP bhmds

344=TCP/UDP Prospero Data Access Protocol

345=TCP/UDP Perf Analysis Workbench

346=TCP/UDP Zebra server

347=TCP/UDP Fatmen Server

348=TCP/UDP Cabletron Management Protocol

349=TCP/UDP mftp

350=TCP/UDP MATIP Type A

351=TCP/UDP MATIP Type B, bhoetty

352=TCP/UDP DTAG

352=TCP/UDP bhoedap4

354=TCP/UDP bh611

357=TCP/UDP bhevent

368=UDP Wingate 3.0

371=TCP/UDP Clearcase

372=TCP/UDP ListProcessor

373=TCP/UDP Legent Corporation

374=TCP/UDP Legent Corporation

375=TCP/UDP Hassle

376=TCP/UDP Amiga Envoy Network Inquiry Proto

377=TCP/UDP NEC Corporation

378=TCP/UDP NEC Corporation

379=TCP/UDP TIA=EIA=IS-99 modem client

380=TCP/UDP TIA=EIA=IS-99 modem server

381=TCP/UDP hp performance data collector

382=TCP/UDP hp performance data managed node

383=TCP/UDP hp performance data alarm manager

384=TCP/UDP A Remote Network Server System

385=TCP/UDP IBM Application

386=TCP/UDP ASA Message Router Object Def.

387=TCP/UDP Appletalk Update-Based Routing Pro.

388=TCP/UDP Unidata LDM Version 4

389=TCP/UDP Lightweight Directory Access Protocol

390=TCP/UDP UIS

391=TCP/UDP SynOptics SNMP Relay Port

392=TCP/UDP SynOptics Port Broker Port

393=TCP/UDP Data Interpretation System

394=TCP/UDP EMBL Nucleic Data Transfer

395=TCP/UDP NETscout Control Protocol

396=TCP/UDP Novell Netware over IP

397=TCP/UDP Multi Protocol Trans. Net.

398=TCP/UDP Kryptolan

399=TCP/UDP ISO Transport Class 2 Non-Control over TCP

400=TCP/UDP Workstation Solutions

401=TCP/UDP Uninterruptible Power Supply

402=TCP/UDP Genie Protocol

403=TCP/UDP decap

404=TCP/UDP nced

405=TCP/UDP ncld

406=TCP/UDP Interactive Mail Support Protocol

407=TCP/UDP Timbuktu

408=TCP/UDP Prospero Resource Manager Sys. Man.

409=TCP/UDP Prospero Resource Manager Node Man.

410=TCP/UDP DECLadebug Remote Debug Protocol

411=TCP/UDP Remote MT Protocol

412=TCP/UDP Trap Convention Port

413=TCP/UDP SMSP

414=TCP/UDP InfoSeek

415=TCP/UDP BNet

416=TCP/UDP Silverplatter

417=TCP/UDP Onmux

418=TCP/UDP Hyper-G

419=TCP/UDP Ariel

420=TCP/UDP SMPTE

421=TCP/UDP Ariel

422=TCP/UDP Ariel

423=TCP/UDP IBM Operations Planning and Control Start

424=TCP/UDP IBM Operations Planning and Control Track

425=TCP/UDP ICAD

426=TCP/UDP smartsdp

427=TCP/UDP Server Location

428=TCP/UDP OCS_CMU

429=TCP/UDP OCS_AMU

430=TCP/UDP UTMPSD

431=TCP/UDP UTMPCD

432=TCP/UDP IASD

433=TCP/UDP NNSP

434=TCP/UDP MobileIP-Agent

435=TCP/UDP MobilIP-MN

436=TCP/UDP DNA-CML

437=TCP/UDP comscm

438=TCP/UDP dsfgw

439=TCP dasp

440=TCP/UDP sgcp

441=TCP/UDP decvms-sysmgt

442=TCP/UDP cvc_hostd

443=TCP/UDP http protocol over TLS=SSL

444=TCP/UDP Simple Network Paging Protocol

445=TCP/UDP Microsoft-DS

446=TCP/UDP DDM-RDB

447=TCP/UDP DDM-RFM

448=TCP/UDP DDM-BYTE

449=TCP/UDP AS Server Mapper

450=TCP/UDP TServer

451=TCP/UDP Cray Network Semaphore server

452=TCP/UDP Cray SFS config server

453=TCP/UDP CreativeServer

454=TCP/UDP ContentServer

455=TCP/UDP CreativePartnr

456=TCP/UDP macon-UDP

457=TCP/UDP scohelp

458=TCP/UDP apple quick time

459=TCP/UDP ampr-rcmd

460=TCP/UDP skronk

461=TCP/UDP DataRampSrv

462=TCP/UDP DataRampSrvSec

463=TCP/UDP alpes

464=TCP/UDP kpasswd

465=TCP/UDP smtp protocol over TLS=SSL (was ssmtp)

466=TCP/UDP digital-vrc

467=TCP/UDP mylex-mapd

468=TCP/UDP proturis

469=TCP/UDP Radio Control Protocol

470=TCP/UDP scx-proxy

471=TCP/UDP Mondex

472=TCP/UDP ljk-login

473=TCP/UDP hybrid-pop

474=TCP/UDP tn-tl-w2

475=TCP TCPnethaspsrv

476=TCP/UDP tn-tl-fd1

477=TCP/UDP ss7ns

478=TCP/UDP spsc

479=TCP/UDP iafserver

480=TCP/UDP iafdbase

481=TCP/UDP Ph service

482=TCP/UDP bgs-nsi

483=TCP/UDP ulpnet

484=TCP/UDP Integra Software Management Environment

485=TCP/UDP Air Soft Power Burst

486=TCP/UDP avian

487=TCP/UDP saft

488=TCP/UDP gss-http

489=TCP/UDP nest-protocol

490=TCP/UDP micom-pfs

491=TCP/UDP go-login

492=TCP/UDP Transport Independent Convergence for FNA

493=TCP/UDP Transport Independent Convergence for FNA

494=TCP/UDP POV-Ray

495=TCP/UDP intecourier

496=TCP/UDP PIM-RP-DISC

497=TCP/UDP dantz

498=TCP/UDP siam

499=TCP/UDP ISO ILL Protocol

500=TCP/UDP isakmp

501=TCP/UDP STMF

502=TCP/UDP asa-appl-proto

503=TCP/UDP Intrinsa

504=TCP/UDP citadel

505=TCP/UDP mailbox-lm

506=TCP/UDP ohimsrv

507=TCP/UDP crs

508=TCP/UDP xvttp

509=TCP/UDP snare

510=TCP/UDP FirstClass Protocol

511=TCP/UDP mynet-as

512=TCP/UDP remote process execution (authentication performed using
passwords and UNIX login names), Comsat, Biff (used by mail system to
notify users of new mail received; currently receives messages only from
processes on the same machine)

513=TCP login (remote login a la telnet;automatic authentication
performed based on priviledged port numbers and distributed data bases
which identify "authentication domains")

513=UDP who (maintains data bases showing who's logged in to machines
on a local net and the load average of the machine)

514=TCP shell(cmd like exec, but automatic authentication is
performed as for login server)

514=UDP syslog

515=TCP/UDP printer spooler

516=TCP/UDP videotex

517=TCP/UDP talk(like tenex link, but across machine - unfortunately,
doesn't use link protocol (this is actually just a rendezvous port from
which a TCP connection is established))

518=TCP/UDP ntalk

519=TCP/UDP unixtime

520=TCP/UDP extended file name server, router(local routing process
(on site); uses variant of Xerox NS routing information protocol)

521=TCP/UDP ripng

522=TCP/UDP ULP

523=TCP IBM-DB2

524=TCP/UDP NCP

525=TCP/UDP timeserver

526=TCP/UDP newdate

527=TCP/UDP Stock IXChange

528=TCP/UDP Customer IXChange

529=TCP/TCP IRC-SERV

530=TCP/UDP rpc

531=TCP/UDP chat

532=TCP/UDP readnews

533=TCP/UDP for emergency broadcasts

534=TCP/UDP MegaMedia Admin

535=TCP/UDP iiop

536=TCP/UDP opalis-rdv

537=TCP/UDP Networked Media Streaming Protocol

538=TCP/UDP gdomap

539=TCP/UDP Apertus Technologies Load Determination

540=TCP/UDP uucpd

541=TCP/UDP uucp-rlogin

542=TCP/UDP commerce

543=TCP/UDP klogin

544=TCP/UDP krcmd

545=TCP/UDP appleqtcsrvr

546=TCP/UDP DHCPv6 Client

547=TCP/UDP DHCPv6 Server

548=TCP/UDP AFP over TCP

549=TCP/UDP IDFP

550=TCP/UDP new-who

551=TCP/UDP cybercash

552=TCP/UDP deviceshare

553=TCP/UDP pirp

554=TCP/UDP Real Time Stream Control Protocol

555=TCP/UDP dsf

556=TCP/UDP rfs server

557=TCP/UDP openvms-sysipc

558=TCP/UDP SDNSKMP

559=TCP/UDP TEEDTAP

560=TCP/UDP rmonitord

561=TCP/UDP monitor

562=TCP/UDP chcmd

563=TCP/UDP nntp protocol over TLS=SSL (was snntp)

564=TCP/UDP plan 9 file service

565=TCP/UDP whoami

566=TCP/UDP streettalk

567=TCP/UDP banyan-rpc

568=TCP/UDP microsoft shuttle

569=TCP/UDP microsoft rome

570=TCP/UDP demon

571=TCP/UDP udemon

572=TCP/UDP sonar

573=TCP/UDP banyan-vip

574=TCP/UDP FTP Software Agent System

575=TCP/UDP VEMMI

576=TCP/UDP ipcd

577=TCP/UDP vnas

578=TCP/UDP ipdd

579=TCP/UDP decbsrv

580=TCP/UDP SNTP HEARTBEAT

581=TCP/UDP Bundle Discovery Protocol

582=TCP/UDP SCC Security

583=TCP/UDP Philips Video-Conferencing

584=TCP/UDP Key Server

585=TCP/UDP IMAP4+SSL (Use 993 instead - Use of 585 is not
recommended)

586=TCP/UDP Password Change

587=TCP/UDP Submission

588=TCP/UDP CAL

589=TCP/UDP EyeLink

590=TCP/UDP TNS CML

591=TCP/UDP FMPRO4 - HTTP

592=TCP/UDP Eudora Set

600=TCP/UDP Sun IPC server

606=TCP/UDP Cray Unified Resource Manager

607=TCP/UDP nqs

608=TCP/UDP Sender-Initiated=Unsolicited File Transfer

609=TCP/UDP npmp-trap

610=TCP/UDP npmp-local

611=TCP/UDP npmp-gui

612=TCP/UDP HMMP Indication

613=TCP/UDP HMMP Operation

614=TCP/UDP SSLshell

615=TCP/UDP Internet Configuration Manager

616=TCP/UDP SCO System Administration Server

617=TCP/UDP SCO Desktop Administration Server

618=TCP/UDP DEI-ICDA

619=TCP/UDP Digital EVM

620=TCP/UDP SCO WebServer Manager

621=TCP/UDP ESCP

633=TCP/UDP Service Status update (Sterling Software)

634=TCP/UDP ginad

635=TCP/UDP RLZ DBase

636=TCP/UDP ldap protocol over TLS=SSL (was sldap)

637=TCP/UDP lanserver

666=TCP/UDP doom Id Software

667=TCP/UDP campaign contribution disclosures - SDR Technologies

668=TCP/UDP MeComm

669=TCP/UDP MeRegister

670=TCP/UDP VACDSM-SWS

671=TCP/UDP VACDSM-APP

672=TCP/UDP VPPS-QUA

673=TCP/UDP CIMPLEX

674=TCP/UDP ACAP

675=TCP/UDP DCTP

704=TCP/UDP errlog copy=server daemon

705=TCP/UDP AgentX

709=TCP/UDP Entrust Key Management Service Handler

710=TCP/UDP Entrust Administration Service Handler

729=TCP/UDP IBM NetView DM=6000 Server=Client

730=TCP/UDP IBM NetView DM=6000 send=TCP

731=TCP/UDP IBM NetView DM=6000 receive=TCP

741=TCP/UDP netGW

742=TCP/UDP Network based Rev. Cont. Sys.

744=TCP/UDP Flexible License Manager

747=TCP/UDP Fujitsu Device Control

748=TCP/UDP Russell Info Sci Calendar Manager

749=TCP/UDP kerberos administration

750=UDP kerberos version iv

886=TCP/UDP ICL coNETion locate server

887=TCP/UDP ICL coNETion server info

888=TCP/UDP AccessBuilder

900=TCP/UDP OMG Initial Refs

911=TCP xact-backup

989=TCP/UDP ftp protocol, data, over TLS=SSL

990=TCP/UDP ftp protocol, control, over TLS=SSL

991=TCP/UDP Netnews Administration System

992=TCP/UDP telnet protocol over TLS=SSL

993=TCP/UDP imap4 protocol over TLS=SSL

994=TCP/UDP irc protocol over TLS=SSL

995=TCP/UDP pop3 protocol over TLS=SSL (was spop3)

1025=TCP/UDP network blackjack, ICQ

1027=TCP ICQ

1080=TCP/UDP Socks, Wingate

1155=TCP/UDP Network File Access

1212=TCP/UDP lupa

1433=TCP/UDP Microsoft-SQL-Server

1434=TCP/UDP Microsoft-SQL-Monitor

1451=TCP/UDP IBM Information Management

1512=TCP/UDP Wins (Microsoft's Windows Internet Name Service)

1547=TCP/UDP laplink

1559=TCP/UDP web2host

1735=TCP/UDP PrivateChat

1745=TCP/UDP remote-winsock

1789=TCP/UDP hello

1801=TCP/UDP Microsoft Message Que

1986=TCP/UDP cisco license management

1987=TCP/UDP cisco RSRB Priority 1 port

1988=TCP/UDP cisco RSRB Priority 2 port

1989=TCP/UDP cisco RSRB Priority 3 port

1990=TCP/UDP cisco STUN Priority 1 port

1991=TCP/UDP cisco STUN Priority 2 port

1992=TCP/UDP cisco STUN Priority 3 port

1992=TCP/UDP IPsendmsg

1993=TCP/UDP cisco SNMP TCP port

1994=TCP/UDP cisco serial tunnel port

1995=TCP/UDP cisco perf port

1996=TCP/UDP cisco Remote SRB port

1997=TCP/UDP cisco Gateway Discovery Protocol

1998=TCP/UDP cisco X.25 service (XOT)

1999=TCP/UDP cisco identification port

2049=TCP/UDP Network File System - Sun Microsystems

2080=TCP Wingate 3.0

2784=TCP/UDP world wide web - development

3264=TCP/UDP cc:mail=lotus

3268=TCP/UDP Microsoft Global Catalog

3269=TCP/UDP Microsoft Global Catalog with LDAP=SSL

3270=TCP/UDP Verismart

5003=TCP/UDP Claris FileMaker Pro

5631=TCP/UDP pcANYWHEREdata

8010=TCP Wingate 3.0

5632=TCP/UDP pcANYWHEREstat

26000=TCP quake

[Trojans]

21=Back Construction,Blade Runner, Doly Trojan, Fore, FTP trojan,
Invisible FTP, Larva, WebEx, WinCrash

23=Tiny Telnet Server(= TTS)

25=Ajan,Shtrilitz Stealth, Terminator, WinPC, WinSpy, Kuang2 0.17A-0.30,
Antigen, Email Password Sender, Haebu Coceda(=Naebi), Happy 99, Kuang2,
ProMail trojan, Tapiras

31=Agent 31, Hackers Paradise, Masters Paradise

41=DeepThroat

58=DMSetup

59=DMSetup, RingZero

79=Firehotcker

80=Executor

99=Hidden Port

110=ProMail trojan

113=Kazimas

119=Happy 99

121=JammerKillah

421=TCP Wrappers

456=Hackers Paradise

531=Rasmin

555=Ini-Killer, NeTAdmin, Phase Zero, Stealth Spy

666=Attack FTP, Satanz Backdoor,Back Construction, Cain & Abel, ServeU,
Shadow Phyre

911=Dark Shadow

999=DeepThroat,WinSatan

1001=Silencer, WebEx

1010=Doly Trojan

1011=Doly Trojan

1012=Doly Trojan

1015=Doly Trojan

1024=NetSpy

1042=Bla

1045=Rasmin

1090=Xtreme

1095=Rat

1097=Rat

1098=Rat

1099=Rat

1170=Psyber Stream Server

1170=Voice, Streaming Audio trojan, Psyber Stream Server

1234=Ultors Trojan

1243=BackDoor-G, SubSeven,SubSeven Apocalypse

1245=VooDoo Doll

1269=Mavericks Matrix

1349=BO DLL

1492=FTP99CMP

1509=Psyber Streaming Server

1600=Shivka-Burka

1807=SpySender

1981=Shockrave

1999=BackDoor 1.00-1.03, TransScout

2000=TransScout

2001=TransScout

2001=Trojan Cow

2002=TransScout

2003=TransScout

2004=TransScout

2005=TransScout

2023=Ripper

2115=Bugs

2140=Deep Throat

2140=The Invasor

2155=Illusion Mailer

2283=HVL Rat5

2565=Striker

2583=WinCrash

2600=Digital RootBeer

2801=Phineas Phucker

2989=RAT(UDP)

3024=WinCrash

3128=RingZero

3129=Masters Paradise

3150=Deep Throat, The Invasor

3700=Portal of Doom

3791=Eclypse

3801=Eclypse(UDP)

4092=WinCrash

4321=BoBo

4567=File Nail

4590=ICQTrojan

5000=Bubbel, Back Door Setup, Sockets de Troie

5001=Back Door Setup, Sockets de Troie

5011=One of the Last Trojans (OOTLT)

5031=NetMetro

5321=Firehotcker

5400=Blade Runner, Back Construction

5401=Blade Runner, Back Construction

5402=Blade Runner, Back Construction

5550=Xtcp

5512=Illusion Mailer

5555=ServeMe

5556=BO Facil

5557=BO Facil

5569=Robo-Hack

5742=WinCrash

6400=The Thing

6669=Vampyre

6670=DeepThroat

6711=SubSeven

6771=DeepThroat

6776=BackDoor-G, SubSeven

6912=Shit Heep

6939=Indoctrination

6969=GateCrasher

6969=Priority, IRC 3

6970=GateCrasher

7000=Remote Grab, Kazimas

7300=NetMonitor

7301=NetMonitor

7306=NetMonitor

7307=NetMonitor

7308=NetMonitor

7789=Back Door Setup, ICKiller

8080=RingZero

9400=InCommand

9872=Portal of Doom

9873=Portal of Doom

9874=Portal of Doom

9875=Portal of Doom

9876=Cyber Attacker

9878=TransScout

9989=iNi-Killer

10067=Portal of Doom

10101=BrainSpy

10167=Portal of Doom

10520=Acid Shivers

10607=Coma

11000=Senna Spy

11223=Progenic trojan

12076=Gjamer

12223=Hack�9 KeyLogger

12345=GabanBus, NetBus, Pie Bill Gates, X-bill

12346=GabanBus, NetBus, X-bill

12361=Whack-a-mole

12362=Whack-a-mole

12631=WhackJob

13000=Senna Spy

16969=Priority

17300=Kuang2 The Virus

20000=Millennium

20001=Millennium

20034=NetBus 2 Pro

21544=GirlFriend

20203=Logged

22222=Prosiak

23456=Evil FTP, Ugly FTP, Whack Job

23476=Donald Dick

23477=Donald Dick

26274=Delta Source

29891=The Unexplained

30029=AOL Trojan

30100=NetSphere 1.27a, NetSphere 1.31

30101=NetSphere 1.31, NetSphere 1.27a

30102=NetSphere 1.27a, NetSphere 1.31

30103=NetSphere 1.31

30303=Sockets de Troie

30999=Kuang2

31336=Bo Whack

31337=Baron Night, BO client, BO2, Bo Facil, BackFire, Back Orifice,
DeepBO

31338=NetSpy DK

31338=Back Orifice, DeepBO

31339=NetSpy DK

31666=BOWhack

31785=Hack Attack

31787=Hack Attack

31789=Hack Attack

31791=Hack Attack

33911=Spirit 2001a

33333=Prosiak

34324=BigGluck, TN

40412=The Spy

40421=Agent 40421, Masters Paradise

40422=Masters Paradise

40423=Masters Paradise

40426=Masters Paradise

47262=Delta Source

50505=Sockets de Troie

50766=Fore, Schwindler

53001=Remote Windows Shutdown

54320=Back Orifice 2000

54321=School Bus .69-1.11, Back Orifice 2000(UDP)

60000=Deep Throat

61466=Telecommando

65000=Devil

심형섭

unread,
Apr 11, 2000, 3:00:00 AM4/11/00
to
안녕하십니까? 느낌하나 심 형섭 입니다.

문의하신 포트번호는 유닉스를 이용하실 경우 etc/services
(스펠링이 맞는가 모르것네요) 파일을 vi로 열어보시면
tcp, udp, telnet, ftp 등의 각 서비스에 대한 포트번호가
나옵니다.(유닉스를 써보신 분이면 이해하시기 쉬운데 ...)

하여간 바로 이 서비스 포트 번호를 의미하는것 입니다.

참고로 telnet은 23번이고, ftp는 21번 입니다.
새로운 어플리케이션을 개발해서 이 서버에 포팅한다면
이 어플리케이션이 사용할 포트 번호를 역시 services 파일에
등재해 줍니다.

telnet용 프로그램들(예를들어 넷텀이나 새롬, 이야기 같은거)
을 설정하실때도 포트번호에 23번하고 들어가는 부분이
있습니다.

그럼 이만.

소 <so-...@hanmail.net>이(가) 아래 메시지를
news:8ci8l4$rtt$1...@green.kreonet.re.kr에 게시하였습니다.

0 new messages