슬라이드 1

Size: px
Start display at page:

Download "슬라이드 1"

Transcription

1 [Kevin s Attic for Security Research] Windows Registry Artifacts kevinkoo001@gmail.com DO NOT FORGET TO REMAIN THE ORIGINAL SOURCE WHEN YOU MAKE USE OF THIS MATERIAL OR (RE)DISTRIBUTE IT.

2 What to Cover 1. What is Registry? 2. Location and Components 3. Root Keys 4. Hive Structure 5. Windows Registry Artifacts Basic System Information, Installed Software List, MRU List, USB Information, Mounted Devices, Timezone information, Shared Resources, Mapped Network Drives, Startup Services, Internet Explorer, Wireless SSIDs, Network Interfaces, SAM, UserAssist (Application Usage), Shellbags, Explorer Searches, RDP Connection Information, Hardware Information, Restore Point Kevin s Attic for Security Research 2

3 General Information What is registry? 광활한 Microsoft Windows 운영체제정보저장소 운영체제와프로그램구성데이터의계층형데이터베이스 (Hierarchical Database in binary) Drawbacks: 단일실패점 (SPoF, Single Point of Failure) Booting/Login Process, Service/Application Execution, User Activities, 마지막성공구성설정 저장 / 복구가능 Windows 3.11 이후부터사용 3

4 Location Location %SYSTEMROOT%\System32\Config\, %SYSTEMROOT%Document and Settings\[Account] HKU HKLM 4

5 Components Components (regedit.exe) Value Type Data Key Subkey 5

6 Root Keys Registry Root Keys HKEY_CLASSES_ROOT: 파일과 COM(Component Object Model) 객체등록정보 HKEY_CURRENT_USER: 시스템에로그인한사용자 Profile HKEY_LOCAL_MACHINE 시스템하드웨어, 소프트웨어설정과환경정보 HKEY_USERS 시스템모든사용자와그룹 Profile HKEY_CURRENT_CONFIG 시스템시작에사용되는하드웨어 Profile 6

7 Root Keys Registry Root Keys Master Key: HKEY_LOCAL_MACHINE, HKEY_USERS Derived Key: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_CURRENT_CONFIG Key HKEY_CLASSES_ROOT (HKCR) HKEY_CURRENT_USER (HKCU) HKEY_LOCAL_MACHINE (HKLM) HKEY_USERS (HKU) HKEY_CURRENT_CONFIG (HKCC) HKEY_DYN_DATA 설명 HKLM\SOFTWARE\Classes 와 HKU\<SID>\Classes Symbolic Link Default Setting 과개별사용자 Setting 혼합 HKEY_USERS 사용자프로파일 Hive 하위키 Symbolic link Console 사용자환경구성 System Hive, Memory Hive 모음 (SYSTEM, SOFTWARE, SAM, SECURITY) 대부분의 computer setting 정보보관, Master Key 로그온계정의사용자프로파일 hive 를담고있는장소 (NTUSER.DAT) Console 사용자와다른사용자환경구성, 최소 3 개 subkey (.DEFAULT, SID, SID_Classes) 현재하드웨어정보 (Profile) 를가지고있는키 Symbolic link (HKLM \SYSTEM\CurrentControlSet\Control\IDConfigDB\Hardware Profiles 하위 ) 데이터탐색성능을위한장소이며물리적 hive 는존재하지않음 7

8 Root Keys Registry Root Keys - HKCU HKCU: HKU 하위 Profile 중현재 Login 사용자의하위키 8

9 Root Keys Registry Root Keys HKCU Subkey HKCU Subkey Details AppEvents: 사운드, 이벤트관련 CLSID: COM 객체연결정보 Console: 명령프롬프트윈도우설정정보 ControlPanel: 데스크탑테마, 키보드 / 마우스환경설정정보 Environment: 환경변수정의 EUDC: 최종사용자가정의한문자정보 Identities: 윈도우메일계정정보 Keyboard Layout: 키보드레이아웃설정정보 Network: 네트워크드라이브매핑정보, 환경설정값 Printers: 프린트연결설정 Session Information: 작업표시줄표시현재실행프로그램설정 Software: 로그인한사용자소프트웨어목록 System: HKLM/SYSTEM 하위키의일부 (Control, Policies, Services) UNICODE Program Groups: 로그인사용자시작메뉴그룹정의 Volatile Environment: 휘발성환경변수 9

10 Root Keys Registry Root Keys HKLM HKLM: 시스템전체 Hardware, Software 설정과환경정보 10

11 Root Keys Registry Root Keys HKLM Subkey HKLM Subkey details BCD Boot Configuration Data 관리 (Windows XP Boot.ini 대체 ) COMPONENTS 설치된 Components와관련된정보관리 HARDWARE 시스템하드웨어 description 모든하드웨어의장치드라이버 mapping 정보 (Volatile) SAM 로컬계정정보와그룹정보 시스템계정만접근가능 SECURITY 시스템보안정책과권한할당정보 시스템계정만접근가능 SOFTWARE 시스템부팅에필요없는소프트웨어정보 SYSTEM 시스템부팅에필요한시스템전역구성정보 11

12 Root Keys Registry Root Keys HKU HKU: 모든사용자의 Profile 과사용자 Class 등록정보 Key HKU\<LocalServices SID> HKU\<NetworkServices SID> HKU\<User SID> HKU\<User SID>_Classes HKU\.DEFAULT Hive File Location XP - %UserProfile%\LocalService\NTUSER.DAT Vista/7 - %SystemRoot%\ServiceProfiles\LocalService\NTUSER.DAT XP - %UserProfile%\NetworkService\NTUSER.DAT Vista/7 - %SystemRoot%\ServiceProfiles\NetworkService\NTUSER.DAT XP - %UserProfile%\<UserName>\NTUSER.DAT Vista/7 - %UserProfile%\NTUSER.DAT XP - %UserProfile%\<UserName>\Local Settings\Application Data\Microsoft\Windows\UsrClass.dat Vista/7.%UserProfile%\AppData\Local\Microsoft\Windows\UsrClass.dat %SystemRoot%\System32\Config\DEFAULT 12

13 (Hive) Files Registry (Hive) Files 6 개의물리적파일과 2 개의휘발성파일로구성 Registry Path HKLM\System HKLM\SAM HKLM\Security HKLM\Software HKLM\Hardware HKLM\System\Clone HKEY_USERS\User SID %WINDIR%system32\config\SYSTEM %WINDIR%system32\config\SAM File Path %WINDIR%system32\config\SECURITY %WINDIR%system32\config\SOFTWARE 휘발성 Hive 휘발성 Hive 사용자 Profile (NTUSER.DAT) "Document and Settings\User" (WinXP), "Users\User" (Vista 이후 ) HKEY_USERS\Default %WINDIR%system32\config\DEFAULT 13

14 (Hive) Files Registry (Hive) Files HKLM\SYSTEM\CurrentControlSet\Control\hivelist 14

15 Hive Structure Hive Structure (1/4) Cell Data Type Key cell Value cell Subkey-list cell Value-list cell Security-descriptor cell 키를저장하고, 키노드라고도부름 (Signature: 키 -kn, 심볼릭링크 -kl) * 키가최종업데이트된 timestamp (LastWrite) 키값과데이터를저장하는셀 (Signature : kv) * 유형 : REG_DWORD, REG_BINARY 등 키셀을가리키는일련의인덱스로구성 값셀을가리키는일련의인덱스로구성 보안식별자를가지고있는셀 (Signature: ks) 15

16 Hive Structure Hive Structure (2/4) Hive File은 Block (4,096Byte = 4KB) 단위로 Data를저장함 가장처음은 Base Block (=Hive File Header, 4KB) 와 Empty Bin (4KB) 이자리잡고있음 그이후부터는모두 Hive Bin이라는연속적인논리적구조가이어짐 16

17 Hive Structure Hive Structure (3/4) Base Block (=Hive File Header, 4KB) 의 Signature 는 regf 임 17

18 Hive Structure Hive Structure (4/4) Hive Bin(4KB) 의 Signature는 hbin임 Timestamp는 LastWrite 시간이며 Registry Key의생성 / 변경 / 접근 / 삭제시 Update! (Registry value의 LastWrite 시간은알수없음 )

19 Artifacts > System information Registry Artifacts at a glance Basic System Information Installed Software List MRU List USB Information Mounted Devices Timezone information Shared Resources Mapped Network Drives Startup Services Internet Explorer Wireless SSIDs Network Interfaces SAM UserAssist (Application Usage) Shellbags Explorer Searches RDP Connection Information Hardware Information Restore Point Many Other Application Artifacts 19

20 Artifacts > System information Artifacts - System Information HIVE: SYSTEM, SOFTWARE Computer Name HKLM\SYSTEM\ControlSet\Control\ComputerName\ComputerName HKLM\SYSTEM\ControlSet00[#]\Control\ComputerName\ActiveComputerName Shutdown Time HKLM\SYSTEM\ControlSet00[#]\Control\Windows System Information HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion [Lessons Learned or Notes] ComputerName은제어판 시스템또는 cmd.exe에서 hostname 명령어를통해알수있다. 20

21 Artifacts > Installed Software Artifacts - Installed Software List HIVE: SOFTWARE Uninstall Information HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall [Lessons Learned or Notes] Standalone Software 의경우알수없다. 21

22 Artifacts > MRU Lists (Recent Accessed Items) Artifacts MRU Lists in Windows (1/4) HIVE: NTUSER.DAT Recent Docs NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs 많은 binary 정보로구성, timeline 을만드는데추가정보제공, MRUListEx 는순서유지 22

23 Artifacts > MRU Lists (Recent Accessed Items) Artifacts MRU Lists in Windows (2/4) HIVE: NTUSER.DAT Recent Runs NTUSER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RunMRU 23

24 Artifacts > MRU Lists (Recent Accessed Items) Artifacts MRU Lists in Applications (3/4) HIVE: NTUSER.DAT Adobe Acrobat Reader NTUSER\Software\Adobe\Adobe Acrobat\[VER]\AVGeneral\cRecentFiles Office Documents NTUSER\Software\Microsoft\Office\[VER]\{Word, Excel, Powerpoint}\File MRU NTUSER\Software\Microsoft\Office\[VER]\{Word, Excel, Powerpoint}\Place MRU Wallpaper NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpaper\MRU [Lessons Learned or Notes] 최근실행문서나바로가기 (lnk) 와함께참조해서확인필요 24

25 Artifacts > MRU Lists (Recent Accessed Items) Artifacts MRU Lists in Applications (4/4) HIVE: NTUSER.DAT Wordpad NTUSER\Software\Microsoft\Windows\CurrentVersion\Applets\wordpad\Recent File List 버전별한글 (2005) NTUSER\SOFTWARE\HNC\Hwp\6.5\RecentFile (2007) NTUSER\SOFTWARE\HNC\Hwp\7.0\HwpFrame\RecentFile (2010) NTUSER\SOFTWARE\HNC\Hwp\8.0\HwpFrame\RecentFile Media Player NTUSER\Software\Microsoft\MediaPlayer\Player\RecentFileList NTUSER\Software\Microsoft\MediaPlayer\Player\RecentURLList [Lessons Learned or Notes] 최근실행문서나바로가기 (lnk) 와함께참조해서확인필요 25

26 Artifacts > USBs Artifacts USB information* (1/7) HIVE: SYSTEM HKLM\SYSTEM\ControlSet\Enum\USBStor Device Class ID: Vendor 정보, 제품명, Revision number 표시 Disk&Ven_[vendor_info]&Prod_[product_name]&_Rev_[revision_num] Unique Instance ID: Device Class ID 하위키로 Serial 정보여부에따라두가지로분류 (1) Serial Number가있을경우 : [Serial_Number]&# (2) Serial Number가없을경우 : #&[PnP_Generation_Number]&# USBStor 키의경우마지막수정시간 (Last Written Time) 이 Windows 보안정책에의해임의갱신될수있음 26

27 Artifacts > USBs Artifacts USB information* (2/7) HIVE: SYSTEM HKLM\SYSTEM\ControlSet\Enum\USB 제조사 ID, 제품 ID 표시 VID_[vendor_id]&PID_[product_id] USB 키의경우마지막수정시간 (Last Written Time) 이 Windows 보안정책에의해임의갱신될수있음 27

28 Artifacts > USBs Artifacts USB information* (3/7) HIVE: SYSTEM Volume Name of each Connection HKLM\SOFTWARE\Microsoft\Windows Portable Devices\Devices 하위키는 Product Name 이나 Serial Number를포함하고있으므로이정보로검색 FriendlyName 값의경우장치명설정이존재하면그값을, 아닐경우연결 Volume명을가짐 Volume명의경우다른장치를꽂을때동일하게할당할수있으므로유의해야함 28

29 Artifacts > USBs Artifacts USB information* (4/7) HIVE: SYSTEM Booting 이후최초연결시각검색 ( 최종수정시간 ) HKLM\SYSTEM\CurrentControlSet\Control\DeviceClasses\{GUID} (Disk) {53f56307-b6bf-11d0-94f2-00a0c91efb8b} (Volume) {53f5630d-b6bf-11d0-94f2-00a0c91efb8b} (USB) {a5dcbf d2-901f-00c04fb951ed} (Portable Device) {6ac27878-a6fa-4155-ba85-f98f491d4f33} 하위키는 Product Name 이나 Serial Number를포함하고있으므로이정보로검색 29

30 Artifacts > USBs Artifacts USB information* (5/7) HIVE: SYSTEM, NTUSER.DAT Booting 이후마지막연결시각검색 ( 최종수정시간 ) HKU\[USER]\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoint2 HKLM\SYSTEM\ControlSetXXX\Enum\USB\VID_[vendor_id]&PID_[product_id] 하위키는 Product Name 이나 Serial Number를포함하고있으므로이정보로검색 30

31 Artifacts > USBs Artifacts USB information* (6/7) USBDView from Nirsoft 31

32 Artifacts > USBs Artifacts USB information* (7/7) C:\windows\setup.api 32

33 Artifacts > Mounted Devices Artifacts Mounted Devices HIVE: SYSTEM HKLM\SYSTEM\MountedDevices ParentIdPrefix 값을이용해 USBSTOR 과 MountedDevices 키의상관관계를알수있음 ParentIdPrefix 33

34 Artifacts > Timezone Information Artifacts Timezone Information (1/2) HIVE: SYSTEM HKLM\SYSTEM\ControlSet\Control\TimeZoneInformation GMT(Greenwich Mean Time) & DST(Daylight Saving Time) Information 34

35 Artifacts > Timezone Information Artifacts Timezone Information (2/2) HIVE: SYSTEM HKLM\SYSTEM\ControlSet\Control\TimeZoneInformation Value Name Data Type Description ActiveTimeBias 32bit 정수현재시스템시간 (GMT + 분 offset) Bias 32bit 정수시간대설정에기반 (GMT + 분 offset) DaylightBias 32bit 정수시간대설정에기반 ( 일광절약제적용, GMT + 분 offset) DaylightName Unicode Text String 시간대설정이름 ( 일광절약제적용 ) DaylightStart Binary (2Byte 구성, 이후 8Byte 무시 ) 일 월 주 시간 - 일 : 2Byte, 일요일 (0) 기준, 월 : 2Byte, 1 월 (1) 기준, 주 : 2Byte, 1 주차 (1) 기준, 시간 : 24 시간기준, 1-24 StandardBias 32bit 정수시간대설정에기반 ( 표준시간적용, GMT + 분 offset) SandardName Unicode Text String 시간대설정이름 ( 표준시간적용 ) StandardStart Binary (4Byte 구성, 이후 8Byte 무시 ) 일 월 주 시간 (DaylightStart 참조 ) 예 ) A 일요일 10 월 5 주차 2 시 35

36 Artifacts > Shared Resources Artifacts Shared Resources HIVE: SYSTEM Network Shares HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares Type=0 (Drive share), Type=1 (Print Queue share) Special Purpose Parameters HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters 공유폴더는명령어행에서 net share를통해알수있음 AutoShareServer: 숨김관리공유생성기능제거 36

37 Artifacts > Mapped Network Drive Artifacts Mapped Network Drive HIVE: NTUSER.DAT Network Drive Connection ( 네트워크드라이브연결 ) NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU 사용자가시스템에추가한 Volume NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 37

38 Artifacts > Startup services Artifacts Startup Services (1/3) HIVE: SOFTWARE Startup services in oder when a user login 1. HKLM\ SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce 2. HKLM\ SOFTWARE\Microsoft\Windows\CurrentVersion\Ploicies\Explorer\Run 3. HKLM\ SOFTWARE\Microsoft\Windows\CurrentVersion\Run 4. HKCU\ SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\Run 5. HKCU\ SOFTWARE\Microsoft\Windows\CurrentVersion\Run 6. HKCU\ SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce 신규사용자가로그인할때마다 1,3,5,6 분석후실행 RunOnce 값 (1,6) 이별표 (*) 로시작하면안전모드에서도실행 38

39 Artifacts > Startup services Artifacts Startup Services (2/3) HIVE: SOFTWARE Startup services user activities HKLM\SOFTWARE\Classes\exefile\shell\open\command HKCR\exefile\shell\open\command 일반적으로위경로에기본값 "%1" %* 만존재함 (ftype exefile 명령어로확인가능 ) 악성코드등에서자주사용하는방식 1. HKCR\Wordpad.Document.[version]\shell\open\command ( 문서를더블클릭할때마다실행 ) 2. HKLM\SOFTWARE\Microsoft\Command Processor\AutoRun (cmd.exe를실행할때마다실행 ) 3. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs (GUI Application 이시작될때마다 DLL 을 memory 내로 Load 함 ) 4. HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify ( 사용자로그온 / 로그오프, 화면보호기시작등이벤트에외부기능을차단하는알림 ) 39

40 Artifacts > Startup services Artifacts Startup Services (3/3) HIVE: SYSTEM Startup services when system booting HKLM\SYSTEM\CurrentControlSet\Services 시스템시작후현재 ControlSet 값을결정하고해당설정을시작함 (Start=0x02) 40

41 Artifacts > Startup services Artifacts Startup Services with Autoruns from sysinternals 41

42 Artifacts > Startup services Artifacts Startup Services with Autoruns from sysinternals Logon Explorer Internet Explorer Services Drivers Scheduled Tasks AppInit DLLs Boot Execute Image Hijacks Known DLLs Winlogon Notifications Winsock Providers LSA Providers Printer Monitor Drivers Sidebar This entry results in scans of standard autostart locations such as the Startup folder for the curre nt user and all users, the Run Registry keys, and standard application launch locations. Select this entry to see Explorer shell extensions, browser helper objects, explorer toolbars, activ e setup executions, and shell execute hooks. This entry shows Browser Helper Objects (BHO's), Internet Explorer toolbars and extensions. All Windows services configured to start automatically when the system boots. This displays all kernel-mode drivers registered on the system except those that are disabled. Task scheduler tasks configured to start at boot or logon. This has Autoruns shows DLLs registered as application initialization DLLs. Native images (as opposed to Windows images) that run early during the boot process. Image file execution options and command prompt autostarts. This reports the location of DLLs that Windows loads into applications that reference them. Shows DLLs that register for Winlogon notification of logon events. Shows registered Winsock protocols, including Winsock service providers. Shows registers Local Security Authority (LSA) authentication, notification and security packages. Displays DLLs that load into the print spooling service. Displays Windows Vista sidebar gadgets 42

43 Artifacts > Startup services Artifacts Startup Services with Built-in system configuration utility msconfig 43

44 Artifacts > Internet Explorer Artifacts Internet Explorer: Settings (1/4) HIVE: NTUSER.DAT Internet Explorer Start page, Search page, Toolbar 등각종세부설정값저장 NTUSER\Software\Microsoft\Internet Explorer\Main 44

45 Artifacts > Internet Explorer Artifacts Internet Explorer: TypedURLs (2/4) HIVE: NTUSER.DAT Typed URLs in Internet Explorer ( 사용자가직접입력한 URL) NTUSER\Software\Microsoft\Internet Explorer\TypedURLs Windows Shell 내부열기, 다른이름으로저장대화상자 (CommonDialog32) NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU 45

46 Artifacts > Internet Explorer Artifacts Internet Explorer: Download Directory (3/4) HIVE: NTUSER.DAT Download directory in Internet Explorer NTUSER\Software\Microsoft\Internet Explorer\ [Lessons Learned or Notes]

47 Artifacts > Internet Explorer Artifacts Internet Explorer: Stored Data (4/4) HIVE: NTUSER.DAT (Form Data) (Account Data) NTUSER\Software\Microsoft\Internet Explorer\IntelliForms\Storage1 NTUSER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2 47

48 Artifacts > Wireless SSIDs Artifacts Wireless SSIDs HIVE: SOFTWARE Wireless Information HKLM\SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\[Interface Guid] Windows Vista 이후부터아래경로에저장 c:\programdata\microsoft\wlansvc\profiles\interfaces\[interface Guid] 암호화한키를 xml 파일에저장함 48

49 Artifacts > Network Information Artifacts Network Interfaces (1/2) HIVE: SYSTEM, SOFTWARE Network Information HKLM\SYSTEM\ControlSet\Control\Network\{4D36E972-E325-11CE-BFC BE10318} Network Cards HKLM\Software\Microsoft\Windows NT\CurrentVersion\NetworkCards Network Configuration HKLM\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC BE10318} Network Interface HKLM\SYSTEM\ControlSet00[n]\Services\Tcpip\Parameters\Interfaces MAC HKLM\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC bE10318} 49

50 Artifacts > Network Information Artifacts Network Interfaces (2/2) 50

51 Artifacts > SAM (User Accounts) Artifacts SAM (user accounts) (1/3) HIVE: SAM HKLM\SAM\SAM\Domains\Account\Users\[RIDs] HKLM\SAM\SAM\Domains\Account\Users\Names\[Accounts] [Lessons Learned or Notes] SAM 영역은 system 권한으로실행해야볼수있다. Sysinternals 의 psexec 를이용하자. PsExec.exe -i -d s c:\windows\regedit.exe 51

52 Artifacts > SAM (User Accounts) Artifacts SAM (user accounts) (2/3) 개별사용자계정정보는 {RID} 의 F, V 값에저장함 F value 최종로그인시각 [Offset 8-15] 패스워드재설정시각 [Offset 24-31] 계정만료시각 [Offset 32-39] 로그인실패시각 [Offset 40-47] RID (SID 의마지막식별부분 ) 계정상태정보 ( 활성여부, 패스워드설정여부 ) 국가코드 ( 국제전화코드 ) 로그인실패횟수 로그인성공횟수 로그인계정명 전체이름 계정설명 LM Hash NT Hash V value 52

53 Artifacts > SAM (User Accounts) Artifacts SAM (user accounts) (3/3) HIVE: Software User Profile Lists HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\{SID} 53

54 Artifacts > UserAssist Artifacts UserAssist (1/3) HIVE: SOFTWARE, NTUSER.DAT HCU\[USER]\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist 자주사용하는프로그램바로가기, 시작메뉴의자주사용하는프로그램 실행횟수, 마지막실행시간기록 ROT13 Encoding Q:\Gbbyf\Zvfpryynarbhf\GvzrYbeq\Nccyvpngvba Svyrf\GvzrYbeq_0_1_5_6\GvzrYbeq.rkr D:\Tools\Miscellaneous\TimeLord\Application Files\TimeLord_0_1_5_6\TimeLord.exe

55 Artifacts > UserAssist Artifacts UserAssist (2/3) HCU\[USER]\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist Windows 2000/XP/Vista {5E6AB CF-A12B-00AA004AE837}\Count { EF1F-11D DEACF9}\Count Data Format in Windows 2000/XP/Vista 0-3: Session # 4-7: Application 실행횟수 ( 기본값 : 5) 8-15: 마지막실행시간 55

56 Artifacts > UserAssist Artifacts UserAssist (3/3) HCU\[USER]\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist Windows 7 {CEBFF5CD-ACE2-4F4F F41749EA}\Count {F4E57C4B F0-A9AB-443BCFE33D9F}\Count Data Format in Windows 7 0-3: Session # 4-7: Application 실행횟수 ( 기본값 Application 에따라다름 ) 60-67: 마지막실행시간 56

57 Artifacts > Shellbags Artifacts Shellbags HIVE: NTUSER.DAT HKCU\Software\Microsoft\Windows\ShellNoRoam HKCU\Software\Microsoft\Windows\Shell HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell (Windows Vista or higher) 57

58 Artifacts > Windows Searches Artifacts Windows Searches (1/2) HIVE: NTUSER.DAT (WinXP) HKU\{USER}\SOFTWARE\Microsoft\Search Assistant\ACMru\[????] Number 5001 인터넷검색 Meaning 5603 모든파일및폴더검색 5604 문서에들어있는단어또는문장, 그림 / 음악 / 비디오검색 5647 컴퓨터또는사람검색 58

59 Artifacts > Windows Searches Artifacts Windows Searches (2/2) HIVE: NTUSER.DAT (Win7) HKU\{USER}\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery Windows XP 는낮은순번이최근검색인반면 Windows 7 의경우 MRUListEx 에서사용순서를저장함 (Windows Vista 는검색어목록을 registry 에담고있지않음 ) 59

60 Artifacts > RDP Connection Artifacts RDP Connection HIVE: NTUSER.DAT HKU\{USER}\SOFTWARE\Microsoft\Terminal Server Client\Default HKU\{USER}\SOFTWARE\Microsoft\Terminal Server Client\Servers 낮은숫자가최근기록임 60

61 Artifacts > Hardware Information Artifacts Hardware Information HIVE: SYSTEM HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore 61

62 Artifacts > Restore Points Artifacts Restore Points HIVE: Software HKLM\SYSTEM\ControlSet00[#]\Control\Class HKLM\SYSTEM\ControlSet00[#]\Enum 62

63 Kevin s Attic for Security Research 63

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수

소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를 제공합니다. 제품은 계속 업데이트되므로, 이 설명서의 이미지 및 텍스트는 사용자가 보유 중인 TeraStation 에 표시 된 이미지 및 텍스트와 약간 다를 수 사용 설명서 TeraStation Pro II TS-HTGL/R5 패키지 내용물: 본체 (TeraStation) 이더넷 케이블 전원 케이블 TeraNavigator 설치 CD 사용 설명서 (이 설명서) 제품 보증서 www.buffalotech.com 소개 TeraStation 을 구입해 주셔서 감사합니다! 이 사용 설명서는 TeraStation 구성 정보를

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

OPCTalk for Hitachi Ethernet 1 2. Path. DCOMwindow NT/2000 network server. Winsock update win95. . . 3 Excel CSV. Update Background Thread Client Command Queue Size Client Dynamic Scan Block Block

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

05Àå

05Àå CHAPTER 05 NT,, XP,. NT NTFS, XP. D,,. XP x NT,,, ( x, x ). NT/ /XP,.. PC NT NT. + Guide to Software: Understanding and Installing Windows 2000 and Windows NT + SOFTWARE Guide to Software 3/e SOFTWARE

More information

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다.

기존에 Windchill Program 이 설치된 Home Directory 를 선택해준다. 프로그램설치후설치내역을확인해보면 Adobe Acrobat 6.0 Support 내역을확인할수 있다. PDMLink 에등록된 Office 문서들의 PDF 문서변환기능및 Viewer 기능을알아보자 PDM Link에서지원하는 [Product View Document Support] 기능은 Windows-Base 기반의 Microsoft Office 문서들을 PDMLink용 Viewer인 Product View를통한읽기가가능한 PDF Format 으로변환하는기능이다.

More information

Portal_9iAS.ppt [읽기 전용]

Portal_9iAS.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Oracle9i Application Server e-business Portal Client Database Server e-business Portals B2C, B2B, B2E, WebsiteX B2Me GUI ID B2C

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 (Host) set up : Linux Backend RS-232, Ethernet, parallel(jtag) Host terminal Target terminal : monitor (Minicom) JTAG Cross compiler Boot loader Pentium Redhat 9.0 Serial port Serial cross cable Ethernet

More information

Windows Registry Forensics

Windows Registry Forensics 레지스트리포렌식 & 보안 JK Kim @pr0neer proneer@gmail.com 개요 1. 레지스트리소개 2. 레지스트리획득 3. 레지스트리내부 4. 레지스트리복구 5. 레지스트리분석 6. 레지스트리도구 7. 레지스트리분석예제 8. 레지스트리보안 2 레지스트리소개 Security is a people problem 3 레지스트리소개 레지스트리소개및분석의필요성

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

DocsPin_Korean.pages

DocsPin_Korean.pages Unity Localize Script Service, Page 1 Unity Localize Script Service Introduction Application Game. Unity. Google Drive Unity.. Application Game. -? ( ) -? -?.. 준비사항 Google Drive. Google Drive.,.. - Google

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

H3050(aap)

H3050(aap) USB Windows 7/ Vista 2 Windows XP English 1 2 3 4 Installation A. Headset B. Transmitter C. USB charging cable D. 3.5mm to USB audio cable - Before using the headset needs to be fully charged. -Connect

More information

Dialog Box 실행파일을 Web에 포함시키는 방법

Dialog Box 실행파일을 Web에 포함시키는 방법 DialogBox Web 1 Dialog Box Web 1 MFC ActiveX ControlWizard workspace 2 insert, ID 3 class 4 CDialogCtrl Class 5 classwizard OnCreate Create 6 ActiveX OCX 7 html 1 MFC ActiveX ControlWizard workspace New

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

ODS-FM1

ODS-FM1 OPTICAL DISC ARCHIVE FILE MANAGER ODS-FM1 INSTALLATION GUIDE [Korean] 1st Edition (Revised 4) 상표 Microsoft, Windows 및 Internet Explorer는 미국 및 / 또는 다른 국가에서 Microsoft Corporation 의 등록 상표입 Intel 및 Intel Core

More information

PowerPoint Presentation

PowerPoint Presentation FORENSIC INSIGHT; DIGITAL FORENSICS COMMUNITY IN KOREA SQL Server Forensic AhnLab A-FIRST Rea10ne unused6@gmail.com Choi Jinwon Contents 1. SQL Server Forensic 2. SQL Server Artifacts 3. Database Files

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including

More information

10X56_NWG_KOR.indd

10X56_NWG_KOR.indd 디지털 프로젝터 X56 네트워크 가이드 이 제품을 구입해 주셔서 감사합니다. 본 설명서는 네트워크 기능 만을 설명하기 위한 것입니다. 본 제품을 올바르게 사 용하려면 이 취급절명저와 본 제품의 다른 취급절명저를 참조하시기 바랍니다. 중요한 주의사항 이 제품을 사용하기 전에 먼저 이 제품에 대한 모든 설명서를 잘 읽어 보십시오. 읽은 뒤에는 나중에 필요할 때

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

컴퓨터관리2번째시간

컴퓨터관리2번째시간 Company 컴퓨터 관리 참고 자료 PC 운영체제 POST 기능 :, ROM BIOS ( : [F8]) 1. Windows XP Windows XP 사용자 계정 :,,, 강화된 디지털 미디어 지원 기능 : (Windows Movie Maker), CD (Windows Media Player), Windows 홈 네트워크 기능 :, 강화된 시스템 관리 :,

More information

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (

PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS ( PWR PWR HDD HDD USB USB Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC DDNS (http://ddns.hanwha-security.com) Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

슬라이드 1

슬라이드 1 OS Artifacts Registry Twitter : @pr0neer Blog : Email : proneer@gmail.com Kim Jinkook 개요 1. 레지스트리소개 2. 레지스트리획득 3. 레지스트리내부 4. 레지스트리카빙 5. 6. 레지스트리도구 레지스트리소개 Security is a people problem 레지스트리소개 레지스트리소개및분석의필요성

More information

<4D6963726F736F667420576F7264202D2033BFF920BECBBEE0BFF9B0A3BAB8B0EDBCAD2E646F6378>

<4D6963726F736F667420576F7264202D2033BFF920BECBBEE0BFF9B0A3BAB8B0EDBCAD2E646F6378> 목차 Part Ⅰ. 2 월의 악성코드 통계 1. 악성코드 통계... 2 (1) 감염 악성코드 Top 15... 2 (2) 카테고리별 악성코드 유형... 3 (3) 카테고리별 악성코드 비율 전월 비교... 3 (4) 월별 피해 신고 추이... 4 (5) 월별 악성코드 DB 등록 추이... 4 2. 악성코드 이슈 분석 악성코드 종합 선물셋트 Bredolab Worm...

More information

금오공대 컴퓨터공학전공 강의자료

금오공대 컴퓨터공학전공 강의자료 데이터베이스및설계 Chap 1. 데이터베이스환경 (#2/2) 2013.03.04. 오병우 컴퓨터공학과 Database 용어 " 데이타베이스 용어의기원 1963.6 제 1 차 SDC 심포지움 컴퓨터중심의데이타베이스개발과관리 Development and Management of a Computer-centered Data Base 자기테이프장치에저장된데이터파일을의미

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Deep Learning 작업환경조성 & 사용법 ISL 안재원 Ubuntu 설치 작업환경조성 접속방법 사용예시 2 - ISO file Download www.ubuntu.com Ubuntu 설치 3 - Make Booting USB Ubuntu 설치 http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 Windows Transactional NTFS(TxF), Registry(TxR) 기능 연구 유 병 영, 방 제 완, 이 상 진 고려대학교 디지털포렌식연구센터 Analysis of Windows Transactional NTFS(TxF) and Transactional Registry(TxR) Byeongyeong Yoo, Jewan Bang, Sangjing

More information

Dropbox Forensics

Dropbox Forensics Cloud Storage Forensics Part I : Dropbox 2013. 09. 28 forensic.n0fate.com Dropbox Forensics Dropbox Forensics Dropbox 웹기반파일공유서비스 총 12 개의클라이언트지원 Desktop : Windows, Mac OS X, Linux Mobile : ios, Android,

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

Windows Embedded Compact 2013 [그림 1]은 Windows CE 로 알려진 Microsoft의 Windows Embedded Compact OS의 history를 보여주고 있다. [표 1] 은 각 Windows CE 버전들의 주요 특징들을 담고

Windows Embedded Compact 2013 [그림 1]은 Windows CE 로 알려진 Microsoft의 Windows Embedded Compact OS의 history를 보여주고 있다. [표 1] 은 각 Windows CE 버전들의 주요 특징들을 담고 OT S / SOFTWARE 임베디드 시스템에 최적화된 Windows Embedded Compact 2013 MDS테크놀로지 / ES사업부 SE팀 김재형 부장 / jaei@mdstec.com 또 다른 산업혁명이 도래한 시점에 아직도 자신을 떳떳이 드러내지 못하고 있는 Windows Embedded Compact를 오랫동안 지켜보면서, 필자는 여기서 그와 관련된

More information

Interstage5 SOAP서비스 설정 가이드

Interstage5 SOAP서비스 설정 가이드 Interstage 5 Application Server ( Solaris ) SOAP Service Internet Sample Test SOAP Server Application SOAP Client Application CORBA/SOAP Server Gateway CORBA/SOAP Gateway Client INTERSTAGE SOAP Service

More information

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C

USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl C USB USB DV25 DV25 REC SRN-475S REC SRN-475S LAN POWER LAN POWER Quick Network Setup Guide xdsl/cable Modem PC DVR 1~3 1.. DVR DVR IP xdsl Cable xdsl Cable PC PC Step 1~5. Step, PC, DVR Step 1. Cable Step

More information

AVG PC TuneUp User Manual

AVG PC TuneUp User Manual AVG PC TuneUp 사용자 설명서 문서 수정 AVG.01 (9/16/2015) Copyright AVG Technologies CZ, s.r.o. All rights reserved. 모든 상표는 해당 소유자의 재산입니다. 목차 3 1. AVG PC Tu n e U p 시작! 1.1 시스템 요구 사항 3 1.2 도움말 및 기술 지원 3 4 2. 대시보드

More information

s SINUMERIK 840C Service and User Manual DATA SAVING & LOADING & & /

s SINUMERIK 840C Service and User Manual DATA SAVING & LOADING & & / SINUMERIK 840C Service and Uer Manual DATA SAVING & LOADING & & / / NC, RS232C /. NC NC / Computer link () Device ( )/PC / / Print erial Data input RS232C () Data output Data management FLOPPY DRIVE, FLOPPY

More information

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2

목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy... 6 2.2 Compare... 6 2.3 Copy & Compare... 6 2.4 Erase... 6 2 유영테크닉스( 주) 사용자 설명서 HDD014/034 IDE & SATA Hard Drive Duplicator 유 영 테 크 닉 스 ( 주) (032)670-7880 www.yooyoung-tech.com 목차 1. 제품 소개... 4 1.1 특징... 4 1.2 개요... 4 1.3 Function table... 5 2. 기능 소개... 6 2.1 Copy...

More information

Windows 네트워크 사용 설명서

Windows 네트워크 사용 설명서 Windows 네트워크 사용 설명서 (Wireless Manager mobile edition 5.5) 그림의 예로 사용된 프로젝터는 PT-FW300NTEA 입니다. 한국어 TQBH0205-5 (K) 목차 소프트웨어 라이센스 계약 3 무선 연결 사용 시 참고 사항 4 보안 관련 참고 사항 6 소프트웨어 요구 사항 12 시스템 요구 사항 12 Wireless

More information

Voice Portal using Oracle 9i AS Wireless

Voice Portal using Oracle 9i AS Wireless Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

R50_51_kor_ch1

R50_51_kor_ch1 S/N : 1234567890123 Boot Device Priority NumLock [Off] Enable Keypad [By NumLock] Summary screen [Disabled] Boor-time Diagnostic Screen [Disabled] PXE OPROM [Only with F12]

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨 최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시

More information

PRO1_09E [읽기 전용]

PRO1_09E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :

More information

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일

Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 11 년 10 월 26 일수요일 Eclipse 와 Firefox 를이용한 Javascript 개발 발표자 : 문경대 Introduce Me!!! Job Jeju National University Student Ubuntu Korean Jeju Community Owner E-Mail: ned3y2k@hanmail.net Blog: http://ned3y2k.wo.tc Facebook: http://www.facebook.com/gyeongdae

More information

초보자를 위한 ADO 21일 완성

초보자를 위한 ADO 21일 완성 ADO 21, 21 Sams Teach Yourself ADO 2.5 in 21 Days., 21., 2 1 ADO., ADO.? ADO 21 (VB, VBA, VB ), ADO. 3 (Week). 1, 2, COM+ 3.. HTML,. 3 (week), ADO. 24 1 - ADO OLE DB SQL, UDA(Universal Data Access) ADO.,,

More information

User Guide

User Guide HP Pocket Playlist 사용 설명서 부품 번호: 699916-AD2 제 2 판: 2013 년 1 월, 초판: 2012 년 12 월 Copyright 2012, 2013 Hewlett-Packard Development Company, L.P. Microsoft, Windows 및 Windows Vista 는 Microsoft Corporation

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

4S 1차년도 평가 발표자료

4S 1차년도 평가 발표자료 모바일 S/W 프로그래밍 안드로이드개발환경설치 2012.09.05. 오병우 모바일공학과 JDK (Java Development Kit) SE (Standard Edition) 설치순서 Eclipse ADT (Android Development Tool) Plug-in Android SDK (Software Development Kit) SDK Components

More information

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5]

28 THE ASIAN JOURNAL OF TEX [2] ko.tex [5] The Asian Journal of TEX, Volume 3, No. 1, June 2009 Article revision 2009/5/7 KTS THE KOREAN TEX SOCIETY SINCE 2007 2008 ko.tex Installing TEX Live 2008 and ko.tex under Ubuntu Linux Kihwang Lee * kihwang.lee@ktug.or.kr

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Web Browser Web Server ( ) MS Explorer 5.0 WEB Server MS-SQL HTML Image Multimedia IIS Application Web Server ASP ASP platform Admin Web Based ASP Platform Manager Any Platform ASP : Application Service

More information

Microsoft Word - Windows 2000 .... .....doc

Microsoft Word - Windows 2000 .... .....doc Windows 2000 시동 과정(Startup Process) 목차 1. Windows 2000 시동 요구사항(Startup Requirements) 2. Windows 2000 시작하기(Starting Windows 2000) 3. 시동시 발생하는 문제점 해결(Troubleshooting Startup Problems) 4. 시스템이 시동되지 않을 때 사용하는

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

Solaris System Administration

Solaris System Administration Dynamips 를이용한 Cisco Router 와 Switch 가상화 1. Dynamips 소개 2. Dynamips win32용설치 3. Dynamips에서지원하는장비 4. Dynamips에서지워하는모듈 5. NET file 구조 6. Dynamips를이용한 LAB 구축 7. IPv6 address 구조 8. IPv6 RIP Router 구성하기 Dynamips

More information

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

PowerPoint Presentation

PowerPoint Presentation Server I/O utilization System I/O utilization V$FILESTAT V$DATAFILE Data files Statspack Performance tools TABLESPACE FILE_NAME PHYRDS PHYBLKRD READTIM PHYWRTS PHYBLKWRT WRITETIM ------------- -----------------------

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

Install stm32cubemx and st-link utility

Install stm32cubemx and st-link utility STM32CubeMX and ST-LINK Utility for STM32 Development 본문서는 ST Microelectronics 의 ARM Cortex-M 시리즈 Microcontroller 개발을위해제공되는 STM32CubeMX 와 STM32 ST-LINK Utility 프로그램의설치과정을설명합니다. 본문서는 Microsoft Windows 7

More information

NTD36HD Manual

NTD36HD Manual Upnp 사용 D7 은 UPNP 를지원하여 D7 의네크워크에연결된 UPNP 기기에별다른설정없이연결하여, 유무선으로네트워크상의연결된 UPNP 기기의콘텐츠를재생할수있습니다. TV 화면의 브라우저, UPNP 를선택하면연결가능한 UPNP 기기가표시됩니다. 주의 - UPNP 기능사용시연결된 UPNP 기기의성능에따라서재생되지않는콘텐츠가있을수있습니다. NFS 사용 D7

More information

Microsoft PowerPoint - CoolMessenger_제안서_라이트_200508

Microsoft PowerPoint - CoolMessenger_제안서_라이트_200508 2005 Aug 0 Table of Contents 1. 제안 개요 P.2 2. 쿨메신저 소개 P.7 3. VoIP 인터넷전화 서비스 P.23 4. 쿨메신저 레퍼런스 사이트 P.32 5. 지란지교소프트 소개 P.37 1 芝 蘭 之 交 2 1. 제안 개요 1) Summery 3 1. 제안 개요 2) 일반 메신저 vs 쿨메신저 보안 문제 기업 정보 & 기밀 유출로

More information

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오.

다음 사항을 꼭 확인하세요! 도움말 안내 - 본 도움말에는 iodd2511 조작방법 및 활용법이 적혀 있습니다. - 본 제품 사용 전에 안전을 위한 주의사항 을 반드시 숙지하십시오. - 문제가 발생하면 문제해결 을 참조하십시오. 중요한 Data 는 항상 백업 하십시오. 메 뉴 다음 사항을 꼭 확인하세요! --------------------------------- 2p 안전을 위한 주의 사항 --------------------------------- 3p 구성품 --------------------------------- 4p 각 부분의 명칭 --------------------------------- 5p 제품의 규격

More information

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: E-M

Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL:   E-M Splentec V-WORM Quick Installation Guide Version: 1.0 Contact Information 올리브텍 주소 : 경기도성남시분당구구미로 11 ( 포인트타운 701호 ) URL: http://www.olivetech.co.kr E-Mail: tech@olivetech.co.kr TEL: 031-726-4217 FAX: 031-726-4219

More information

User's Guide Manual

User's Guide Manual 1. 롯데 통합구매 시스템 사용자 매뉴얼 (공급사용) 2006.01-1 - 문서 이력(Revision History) Date Version Description Author(s) 2006/01 V1.0 사용자 매뉴얼 - 공급사용 롯데CFD 주) 이 사용자 안내서의 내용과 롯데 통합구매 시스템은 저작권법과 컴퓨터 프로그램 보호법으로 보호 받고 있으며, 롯데CFD의

More information

Assign an IP Address and Access the Video Stream - Installation Guide

Assign an IP Address and Access the Video Stream - Installation Guide 설치 안내서 IP 주소 할당 및 비디오 스트림에 액세스 책임 본 문서는 최대한 주의를 기울여 작성되었습니다. 잘못되거나 누락된 정보가 있는 경우 엑시스 지사로 알려 주시기 바랍니다. Axis Communications AB는 기술적 또는 인쇄상의 오류에 대해 책 임을 지지 않으며 사전 통지 없이 제품 및 설명서를 변경할 수 있습니다. Axis Communications

More information

Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의

Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의 HP ENVY 15 사용 설명서 Copyright 2009 Hewlett-Packard Development Company, L.P. Intel 은 미국 및 다른 국가에서 Intel Corporation 의 상표입니다. Microsoft 및 Windows 는 Microsoft Corporation 의 미국 등록 상표입니다. Bluetooth 는 해당 소유권

More information

CLX8380_KR.book

CLX8380_KR.book 이 사용설명서와 제품은 저작권법에 의해 보호되어 있습니다. 삼성전자 ( 주 ) 의 사전 서면 동의 없이 사용설명서 및 제품의 일부 또는 전체를 복사, 복제, 번역 또는 전자매체나 기계가 읽을 수 있는 형태로 바꿀 수 없습니다. 이 사용설명서와 제품은 표기상의 잘못이나 기술적인 잘못이 있을 수 있으며 사전 통보 없이 이러한 내용들이 변경될 수 있습니다. CLX-8380ND,

More information

PowerPoint Presentation

PowerPoint Presentation FORENSICINSIGHT SEMINAR SQLite Recovery zurum herosdfrc@google.co.kr Contents 1. SQLite! 2. SQLite 구조 3. 레코드의삭제 4. 삭제된영역추적 5. 레코드복원기법 forensicinsight.org Page 2 / 22 SQLite! - What is.. - and why? forensicinsight.org

More information

PowerPoint Presentation

PowerPoint Presentation Data Protection Rapid Recovery x86 DR Agent based Backup - Physical Machine - Virtual Machine - Cluster Agentless Backup - VMware ESXi Deploy Agents - Windows - AD, ESXi Restore Machine - Live Recovery

More information

Microsoft PowerPoint - AME_InstallRoutine_ver8.ppt

Microsoft PowerPoint - AME_InstallRoutine_ver8.ppt AMESim Install Routine and License Manager Tel : +82-31-608-0434 Fax : +82-31-608-0439 E-mail :support@shinho-systems.co.kr http://www.shinho-systems.co.kr Ssangyong IT Twin Tower 702, Sandaewon-dong,

More information

목 차

목      차 Oracle 9i Admim 1. Oracle RDBMS 1.1 (System Global Area:SGA) 1.1.1 (Shared Pool) 1.1.2 (Database Buffer Cache) 1.1.3 (Redo Log Buffer) 1.1.4 Java Pool Large Pool 1.2 Program Global Area (PGA) 1.3 Oracle

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

T100MD+

T100MD+ User s Manual 100% ) ( x b a a + 1 RX+ TX+ DTR GND TX+ RX+ DTR GND RX+ TX+ DTR GND DSR RX+ TX+ DTR GND DSR [ DCE TYPE ] [ DCE TYPE ] RS232 Format Baud 1 T100MD+

More information

Cache_cny.ppt [읽기 전용]

Cache_cny.ppt [읽기 전용] Application Server iplatform Oracle9 A P P L I C A T I O N S E R V E R i Improving Performance and Scalability with Oracle9iAS Cache Oracle9i Application Server Cache... Oracle9i Application Server Web

More information

No Slide Title

No Slide Title Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

Windows 8에서 BioStar 1 설치하기

Windows 8에서 BioStar 1 설치하기 / 콘텐츠 테이블... PC에 BioStar 1 설치 방법... Microsoft SQL Server 2012 Express 설치하기... Running SQL 2012 Express Studio... DBSetup.exe 설정하기... BioStar 서버와 클라이언트 시작하기... 1 1 2 2 6 7 1/11 BioStar 1, Windows 8 BioStar

More information

MasoJava4_Dongbin.PDF

MasoJava4_Dongbin.PDF JSTORM http://wwwjstormpekr Issued by: < > Revision: Document Information Document title: Document file name: MasoJava4_Dongbindoc Revision number: Issued by: < > SI, dbin@handysoftcokr

More information

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER

목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER < Tool s Guide > 목차 1. 개요... 3 2. USB 드라이버 설치 (FTDI DRIVER)... 4 2-1. FTDI DRIVER 실행파일... 4 2-2. USB 드라이버 확인방법... 5 3. DEVICE-PROGRAMMER 설치... 7 3-1. DEVICE-PROGRAMMER 실행파일... 7 4. DEVICE-PROGRAMMER 사용하기...

More information

MPLAB C18 C

MPLAB C18 C MPLAB C18 C MPLAB C18 MPLAB C18 C MPLAB C18 C #define START, c:\mcc18 errorlevel{0 1} char isascii(char ch); list[list_optioin,list_option] OK, Cancel , MPLAB IDE User s Guide MPLAB C18 C

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

Secure Programming Lecture1 : Introduction

Secure Programming Lecture1 : Introduction Malware and Vulnerability Analysis Lecture3-2 Malware Analysis #3-2 Agenda 안드로이드악성코드분석 악성코드분석 안드로이드악성코드정적분석 APK 추출 #1 adb 명령 안드로이드에설치된패키지리스트추출 adb shell pm list packages v0nui-macbook-pro-2:lecture3 v0n$

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

게시: 2013-06-27 SWD-20130627083658546

게시: 2013-06-27 SWD-20130627083658546 BlackBerry Q5 Smartphone 버전: 10.1 사용자 가이드 게시: 2013-06-27 SWD-20130627083658546 내용 환영합니다...8 BlackBerry 10: 새로운 앱 및 기능... 9 시작하기...13 단말기 설정...13 홈 스크린 살펴보기... 14 애플리케이션 아이콘... 14 알림 아이콘...17 스크롤 및 항목 간

More information