본문 바로가기

컴퓨터/노트북/인터넷

IT 컴퓨터 기기를 좋아하는 사람들의 모임방

조회 수 493 추천 수 0 댓글 0

단축키

Prev이전 문서

Next다음 문서

수정 삭제

단축키

Prev이전 문서

Next다음 문서

수정 삭제
Extra Form

 

BH-US-06-Burdach-01.jpg

 

BH-US-06-Burdach-02.jpg

 

BH-US-06-Burdach-03.jpg

 

BH-US-06-Burdach-04.jpg

 

BH-US-06-Burdach-05.jpg

 

BH-US-06-Burdach-06.jpg

 

BH-US-06-Burdach-07.jpg

 

BH-US-06-Burdach-08.jpg

 

BH-US-06-Burdach-09.jpg

 

BH-US-06-Burdach-10.jpg

 

BH-US-06-Burdach-11.jpg

 

BH-US-06-Burdach-12.jpg

 

BH-US-06-Burdach-13.jpg

 

BH-US-06-Burdach-14.jpg

 

BH-US-06-Burdach-15.jpg

 

BH-US-06-Burdach-16.jpg

 

BH-US-06-Burdach-17.jpg

 

BH-US-06-Burdach-18.jpg

 

BH-US-06-Burdach-19.jpg

 

BH-US-06-Burdach-20.jpg

 

BH-US-06-Burdach-21.jpg

 

BH-US-06-Burdach-22.jpg

 

BH-US-06-Burdach-23.jpg

 

BH-US-06-Burdach-24.jpg

 

BH-US-06-Burdach-25.jpg

 

BH-US-06-Burdach-26.jpg

 

BH-US-06-Burdach-27.jpg

 

BH-US-06-Burdach-28.jpg

 

BH-US-06-Burdach-29.jpg

 

BH-US-06-Burdach-30.jpg

 

BH-US-06-Burdach-31.jpg

 

BH-US-06-Burdach-32.jpg

 

BH-US-06-Burdach-33.jpg

 

BH-US-06-Burdach-34.jpg

 

BH-US-06-Burdach-35.jpg

 

BH-US-06-Burdach-36.jpg

 

BH-US-06-Burdach-37.jpg

 

BH-US-06-Burdach-38.jpg

 

BH-US-06-Burdach-39.jpg

 

BH-US-06-Burdach-40.jpg

 

BH-US-06-Burdach-41.jpg

 

BH-US-06-Burdach-42.jpg

 

BH-US-06-Burdach-43.jpg

 

BH-US-06-Burdach-44.jpg

 

BH-US-06-Burdach-45.jpg

 

BH-US-06-Burdach-46.jpg

 

BH-US-06-Burdach-47.jpg

 

BH-US-06-Burdach-48.jpg

 

BH-US-06-Burdach-49.jpg

 

BH-US-06-Burdach-50.jpg

 

BH-US-06-Burdach-51.jpg

 

BH-US-06-Burdach-52.jpg

 

BH-US-06-Burdach-53.jpg

 

 

 

 

Physical Memory Forensics

Mariusz Burdach

Overview

• Introduction

• Anti-forensics

• Acquisition methods

• Memory analysis of Windows & Linux

– Recovering memory mapped files – Detecting hidden data – Verifying integrity of core memory components

• Tools

• Q & A

Analysis Types

Application Analysis

Swap Space Analysis

File System

Database Analysis

Analysis

Volume Analysis Memory Analysis

Physical Storage Media Analysis Network Analysis

Source: „File System Forensic Analysis”, Brian Carrier

RAM Forensics

• Memory resident data

• Correlation with Swap Areas

• Anti-Forensics against the data:

– Data contraception – Data hiding – Data destruction

• Anti-Forensic methods:

– Data contraception against File System Analysis – Data hiding against Memory Analysis

In-memory data

• Current running processes and terminated processes

• Open TCP/UDP ports/raw sockets/active connections

• Memory mapped files

– Executable, shared, objects (modules/drivers), text files

• Caches

– Web addresses, typed commands, passwords, clipboards,

SAM database, edited files

• Hidden data and many more

• DEMO

Persistence of Data in Memory

• Factors:

• System activity

• Main memory size

• Data type

• Operating system

Above example*: Long-term verification of DNS server: (OS: Solaris 8, RAM: 768 MB) Method: Tracking page state changing over time. Result: 86 % of the memory never changes.

*Source: „Forensic Discovery”, Dan Farmer, Wietse Venema

Anti-forensics

• Syscall proxying - it transparently „proxies” a process’ system calls to a remote server:

– CORE Impact

• MOSDEF - a retargetable C compiler, x86 assembler & remote code linker

– Immunity CANVAS

• In-Memory Library Injection – a library is loaded into memory without any disk activity:

– Metasploit’s Meterpreter (e.g. SAM Juicer) – DEMO

Anti-forensics

• Anti-forensic projects focused on data contraception:

– „Remote Execution of binary without creating a file on disk”

by grugq (Phrack #62) – „Advanced Antiforensics : SELF” by Pluf & Ripe (Phrack

#63) – DEMO

• In memory worms/rootkits

– Their codes exist only in a volatile memory and

they are installed covertly via an exploit – Example: Witty worm (no file payload)

Anti-forensics

• Hiding data in memory:

– Advanced rootkits

• Evidence gathering or incident response tools can be cheated

• Examples:

– Hacker Defender/Antidetection – suspended – FUTo/Shadow Walker – Offline analysis will defeat almost all

methods

Anti-forensics

• DKOM (Direct Kernel Object Manipulation)

– Doubly Linked List can be abused – The FU rootkit by Jamie Butler

– Examples: Rootkit technologies in the wild*

Worms that uses DKOM & Physical Memory:

• W32.Myfip.H@mm

• W32.Fanbot.A@mm

e

EPROCESS

BLINK

BEFORE AFTER

P

r

o

c

e

s

s

t

o

h

id

EPROCESS

EPROCESS

EPROCESS

EPROCESS

FLINK

FLINK

FLINK

FLINK

FLINK

BLINK

BLINK

BLINK

BLINK

*Source: „Virus Bulletin” December, 2005, Symantec Security Response, Elia Florio

EPROCESS

FLINK

BLINK

Identifying anti-forensic tools in memory image

• AF tools are not designed to be hidden against Memory Analysis

– Meterpreter

• Libraries are not shared

• Server: metsrv.dll

• Libraries with random name ext??????.dll – SELF

• Executed in memory as an additional process – memory mapped files can be recovered even after process termination

Acquisition methods

• All data in a main memory is volatile – it refers to data on a live system. A volatile memory loses its contents when a system is shut down or rebooted

• It is impossible to verify an integrity of data

• Acquisition is usually performed in a timely manner (Order of Volatility - RFC 3227)

• Physical backup instead of logical backup

• Volatile memory acquisition procedures can be:

– Hardware-based – Software-based

Hardware-based methods

• Hardware-based memory acquisitions

– We can access memory without relying on the

operating system, suspending the CPU and using DMA (Direct Memory Access) to copy contents of physical memory (e.g. TRIBBLE – PoC Device)

• Related work (Copilot Kernel Integrity Monitor, EBSA- 285) – The FIREWIRE/IEEE 1394 specification allows clients’ devices for a direct access to a host memory, bypassing the operating system (128 MB = 15 seconds)

• Example: Several demos are available at http://blogs.23.nu/RedTeam/stories/5201/ by RedTeam

Software-based method

• Software-based memory acquisitions:

– A trusted toolkit has to be used to collect volatile

data

• DD for Windows - Forensic Acquisition Utilities & KNTDD are available at http://users.erols.com/gmgarner/

• DD for Linux by default included in each distribution (part of GNU File Utilities) – Every action performed on a system, whether

initiated by a person or by the OS itself, will alter the content of memory:

• The tool will cause known data to be written to the source

• The tool can overwrite evidence – It is highly possible to cheat results collected in

this way

Linux Physical memory device

• /dev/mem – device in many Unix/Linux systems (RAW DATA)

• /proc/kcore – some pseudo-filesystems provides access to a physical memory through /proc

– This format allows us to use the gdb tool to analyse memory image, but we can simplify tasks by using some tools

Windows Physical memory device

• \.PhysicalMemory - device object in Microsoft Windows 2000/2003/XP/VISTA (RAW DATA)

• \.DebugMemory - device object in Microsoft Windows 2003/XP/VISTA (RAW DATA)

• Simple software-based acquisition procedure

➢ dd.exe if=\.PhysicalMemory

of=\<remote_share>memorydump.img

• Any Windows-based debugging tool can analyse a physical memory „image” after conversion to Microsoft crashdump format

– http://computer.forensikblog.de/en/2006/03/dmp_file_struct

ure.html

Problems with Software-based method

➢An attacker can attack the tool

➢Blocking access to pages which are

mapped with different memory types http://ntsecurity.nu/onmymind/2006/2006-06-01.html ➢Problems with access to a physical memory

from user level

➢Windows 2003 SP1+ & Vista ➢Linux

➢SYS_RAWIO capability of Capability Bounding Set ➢It is vital to use kernel driver

Why physical backup is better?

• Limitations of logical backup

– Partial information

• selected data

• only allocated memory – Rootkit technologies – Many memory and swap space modification

• Incident Response (First Response) Systems

– Set of tools

• Forensic Server Project

• Foundstone Remote Forensics System – Direct calls to Windows API

• FirstResponse - Mandiant

• EnCase Enterprise Edition – Cheating IR tools (DEMO)

Preparation

• Useful files (acquired from a file system): – Kernel image files (ntoskrnl.exe, vmlinux-2.x) – Drivers/modules/libraries – Configuration files (i.e. SAM file, boot.ini)

• These files must be trusted

– File Hash Databases can be used to compare hash sums

• Map of Symbols – System.map file – Some symbols are exported

by core operating system files

System identification

• Information about the analysed memory dump

– The size of a page =4096 (0x1000) bytes – The total size of the physical memory

• Physical Address Extension (PAE)

• HIGHMEM = 896 MB – Architecture 32-bit/64-bit/IA-64/SMP

• Memory layout

– Virtual Address Space/Physical Address Space – User/Kernel land

• Windows kernel offset at 0x80000000

• Linux kernel offset at 0xC0000000 – (Windows) The PFN Database at 0x80C00000 – (Linux) The Mem_Map Database at 0xC1000030 – (Windows) The PTE_BASE at 0xC0000000 (on a non-PAE systems) – Page directory – each process has only one PD

• Knowledge about internal structures is required

(Windows) PTE address = PTE_BASE + (page directory index) * PAGE_SIZE

+ (page table index) * PTE size

(Linux) PA = VA – PAGE_OFFSET

Virtual ->Physical (x86)

Physical ->Virtual (x86)

• PFN & mem_map databases

• Entries represent each physical page of memory on the system (not all pages!)

PFN 000263A3 at address 813D8748

flink 000002D4 blink / share count 00000001 pteaddress E42AF03C

reference count 0001 Cached color 0

restore pte F8A10476 containing page 02597C Active P

Shared

Page Table Entries

• Page Table Entry

• There are PAGE_SHIFT (12) bits in 32-bit value that are free for status bits of the page table entry

• PTE must be checked to identify the stage of a page

• PFN * 0x1000 (Page size) = Physical Address

Correlation with Swap Space

• Linux: A mm_struct contains a pointer to the Page Global Directory (the pgd field)

• Windows: A PCB substructure contains a pointer to the Directory Table Base

• Page Table entries contain index numbers to swapped-out pages when the last-significant bit is cleared

➢Linux: (Index number x 0x1000 (swap header)) +

0x1000 = swapped-out page frame ➢Windows: Index number x 0x1000 = swapped-out

page frame

Methods of analysis

• Strings searching and signatures matching

– extracting strings from images (ASCII &

UNICODE) – identifying memory mapped objects by

using signatures (e.g. file headers, .text sections)

• Interpreting internal kernel structures

• Enumerating & correlating all page frames

Strings & signatures searching

• Any tool for searching of ANSI and UNICODE strings in binary images

– Example: Strings from Sysinternals or WinHex

• Any tool for searching of fingerprints in binary images

– Example: Foremost

• Identifying process which includes suspicious content:

– Finding PFN of Page Table which points to page frame which

stores the string – Finding Page Directory which points to PFN of Page Table

• DEMO

LINUX internal structures

Zones and Memory Map array

• Physical memory is partitioned into 3 zones:

– ZONE_DMA = 16 MB – ZONE_NORMAL = 896 MB – 16 MB – ZONE_HIGHMEM > 896 MB

• The mem_map array at 0xC1000030 (VA)

Important kernel structures

• task_struct structure – mm_struct structure – vm_area_struct structure – inode & dentry structures – e.g. info about

files and MAC times – address_space structure

• mem_map array

– Page descriptor structure

Relations between structures

Windows internal structures

Important kernel structures

• EPROCESS (executive process) block

– KPROCESS (kernel process) block – ETHREAD (executive thread) block – ACCESS_TOKEN & SIDs – PEB (process environment) block – VAD (virtual address descriptor) – Handle table – CreationTime - a count of 100-nanosecond intervals since

January 1, 1601 – Data Section Control Area

• Page frames

• PFN (Page Frame Number) Database

– PFN entries

Relations between structures

Enumerating processes

• Linux

– init_task_union (process number 0)

• The address is exported by a kernel image file

• The address is available in the System.map file

• String searches method – init_task_union struct contains list_head structure – All processes (task_structs) are linked by a doubly

linked list

• Windows

– PsInitialSystemProcess (ntoskrnl.exe) = _EPROCESS

(System) – _EPROCESS blocks are linked by a doubly linked list

Linux: Dumping memory mapped files

• Page Tables to verify the stage of pages

• An address_space struct points to all page descriptors

• Page descriptor

– 0x0 –> list_head struct //doubly linked list – 0x8 –> mapping //pointer to an address_space – 0x14 –> count //number of page frames – 0x34 –> virtual //physical page frame

next page descriptor

0x010abfd8: 0xc1074278 0xc29e9528 0xc29e9528 0x00000001

address_space

0x010abfe8: 0xc1059c48 0x00000003 0x010400cc 0xc1095e04 0x010abff8: 0xc10473fc 0x03549124 0x00000099 0xc1279fa4 0x010ac008: 0xc3a7a300 0xc3123000 (virtual - 0xc0000000) = PA

Linux: Dumping memory mapped files

• Signature (strings or hex values) searching

• Reconstructing objects:

– Finding page descriptor which points to page frame which stores the signature (mem_map array) – Page descriptor points to all related page

descriptors (the sequence is critical) – We have all page frames and size of file (inode

structure)

• DEMO

Windows: Dumping memory mapped files

• Page Tables to check the stage of pages

• Data Section Control Area

• Information from the first page (PE header)

– PEB -> ImageBaseAddress

• Required information:

– the Page Directory of the Process (for dumping process

image file) – the Page Directory of the System process (for dumping

drivers/modules)

Integrity verification

Recovered file

Original file

Original file Recovered file

kd> u 0x77e42cd1

kernel32!GetModuleHandleA:

77e42cd1 837c240400 cmp dword ptr [esp+0x4],0x0

77e42cd6 7418 jz kernel32!GetModuleHandleA+0x1f (77e42cf0)

77e42cd8 ff742404 push dword ptr [esp+0x4]

...

IAT in .rdata

Finding hidden objects

• Methods

– Reading internal kernel structures which are not

modified by rootkits

• List of threads instead list of processes

• PspCidTable

• Etc... – Grepping Objects

• Objects like Driver, Device or Process have static signatures

– Data inside object – Data outside object – Correlating data from page frames

• Elegant method of detecting hidden data

Windows: Finding hidden objects (_EPROCESS blocks)

PFN 00025687 at address 813C4CA8

flink 8823A020 blink / share count 00000097 pteaddress C0300C00

reference count 0001 Cached color 0

restore pte 00000080 containing page 025687 Active M

Modified

• Enumerating PFN database

• Verifying following fields:

– Forward link – linked page frames (Forward link also points to the

address of EPROCESS block) – PTE address – virtual address of the PTE that points to this page – Containing page – points to PFN which points to this PFN

• DEMO

Linux: Finding hidden objects (mm_struct structure)

• Each User Mode process has only one memory descriptor

• Next, we enumerate all page descriptors and select only page frames with memory mapped executable files (the VM_EXECUTABLE flag)

• Relations:

– The mapping filed of a page descriptor points to the

address_space struct – The i_mmap field of an address_space structure points to a

vm_area_struct – The vm_mm field of a vm_area_struct points to memory

descriptor

Windows: Finding hidden objects (_MODULE_ENTRY)

• Scanning physical memory in order to find memory signatures

– Identification of module header (MZ header) – Identification of module structures

• Inside object – Driver Object GREPEXEC http://www.uninformed.org/?v=4&a=2

• Outside object

typedef struct _MODULE_ENTRY {

LIST_ENTRY module_list_entry;

DWORD unknown1[4];

DWORD base;

DWORD driver_start;

DWORD unknown2;

UNICODE_STRING driver_Path;

UNICODE_STRING driver_Name;

}

Detecting modifications of memory

• Offline detection of memory modifications

– System call hooking

• Function pointers in tables (SSDT, IAT, SCT, etc) – Detours

• Jump instructions

• Cross-view verification

– .text sections of core kernel components – values stored in internal kernel tables (e.g. SCT)

SSDT

• Verification of core functions by comparing first few bytes

– Self-modifying kernel code

• Ntoskrnl.exe & Hall.dll

• Finding an address of KiServiceTable

– Memory image file: _KTHREAD (TCB)

• *ServiceTable = 80567940 – Symbols exported by the ntoskrnl.exe

(debug section):

• NtAllocateUuids (0x0010176C)

• NtAllocateVirtualMemory (0x00090D9D)

SSDT in the ntoskrnl.exe

Linux: removing data

• The content of page frames is not removed

• Fields of page descriptors are not cleared completely

– a mapping field points to an address_space struct – a list_head field contains pointers to related page descriptors

• Finding „terminated” files

– Enumerating all page frames - 0x01000030 (PA) – A page descriptor points to an address_space – Information from an address_space struct

• an i_mmap field is cleared

• all linked page frames (clean, dirty and locked pages)

• a host field points to an inode structure which, in turn, points to a dirent structure

Windows: removing data

• The content of page frames is not removed

• All fields in PFN, PDEs & PTEs are cleared completely

• Information from related kernel structures are also cleared

• We can recover particular page frames but it is impossible to correlate them without context

Available tools

• Debugging tools (kcore & crashdump)

• Analysis of Windows memory images

– KNTTools by George M. Garner Jr.

• KNTDD & KNTLIST – WMFT - Windows Memory Forensics

Toolkit at http://forensic.seccure.net

• Analysis of Linux memory images – IDETECT at http://forensic.seccure.net

KNTTOOLS

• KNTDD

• MS Windows 2000SP4/XP+/2003+/Vista

• Conversion to MS crash dump format

• KNTLIST

– Information about system configuration

• System Service & Shadow Service Tables

• IDT & GDT Tables

• Drivers & Devices Objects

• Enumerates network information such as interface list, arp list, address object, NIDS blocks and TCB table – Information about processes

• Threads, Access Tokens

• Virtual Address Space, Working Set

• Handle table, Executive Objects, Section Object

• Memory Subsections & Control Area – References are examined to find hidden data

WMFT

• Support for Windows XP & 2003

• Functionality

– Enumerating processes, modules, libraries (doubly linked

list) – Finding hidden data – processes and modules (grepping

objects & correlating pages) – Verifying integrity of functions – Dumping process image file and modules – Detailed info about processes

• Access Token, Handle Table, Control Area & Subsections, etc – Enumerating & finding PFNs

• To do:

– The disassembly functionality – Support for Vista

Conclusion

• Memory analysis as an integral part of Forensic Analysis

• Evidence found in physical memory can be used to reconstruct crimes:

– Temporal (when) – Relational (who, what, where) – Functional (how)

• Sometimes evidence can be resident only in physical memory

• Must be used to defeat anti-forensic techniques

Q & A

Thank you.

Mariusz.Burdach@seccure.net http://forensic.seccure.net

 


컴퓨터/노트북/인터넷

IT 컴퓨터 기기를 좋아하는 사람들의 모임방

List of Articles
번호 분류 제목 조회 수 날짜
공지 뉴스 구글 최신 뉴스 file 1384 2024.12.12
HOT글 일반 아 진짜 요새 SKT 해킹 뭐시기 때문에 신경 쓰여 죽겠어 ㅠㅠ 2 236 2025.05.20
공지 사랑LOVE 포인트 만렙! 도전 4651 2025.03.19
공지 🚨(뉴비필독) 전체공지 & 포인트안내 2 25846 2024.11.04
공지 URL만 붙여넣으면 끝! 임베드 기능 20431 2025.01.21
10640 일반 "갤럭시S6엣지 플러스, 3000mAh 대용량 배터리 탑재"… 왜? 1082 2015.07.20
10639 정보 # TAKIS 서버용 my.cnf... 830 2023.11.06
10638 ' 크래시 밴디쿳 4: 이츠 어바웃 타임', PS5, Xbox Series X, Switch판의 발매가 3월 12일로 결정. PC판은 금년 후반을 예정. 51 2021.02.11
10637 일반 ' 크래시 밴디쿳 4: 이츠 어바웃 타임', PS5, Xbox Series X, Switch판의 발매가 3월 12일로 결정. PC판은 금년 후반을 예정. 497 2023.03.27
10636 일반 '10배 빠른' 5G 지하철 와이파이…다음달부터 중단 1245 2023.11.24
10635 정보 '11시간 쓸 수 있다' 광고한 300만 원대 맥북 배터리 5시간이면 '아웃'...6개월째 수리도 못받아 - 소비자가 만드는 신문 786 2021.02.21
10634 정보 '5G 아이폰12'는 4종으로…애플, 제품군 다변화 나섰다 - 한겨레 749 2021.02.21
10633 일반 'LG G8 씽큐' 배터리 수명 늘어날까…3400~3500mAh 배터리 탑재 전망 191 2019.02.08
10632 일반 'LG G8 씽큐' 배터리 수명 늘어날까…3400~3500mAh 배터리 탑재 전망 1784 2023.03.27
10631 정보 'LG 롤러블폰 개발 중단 우려' 中BOE, 아이폰13 물량 공략 - 이데일리 694 2021.02.24
10630 정보 'M1 맥북 에어 vs. M1 맥북 프로' 어떤 제품을 어떤 구성으로 구매해야 할까 - ITWorld Korea 735 2021.03.06
10629 정보 'M자 탈모' 사라지는 아이폰… "갤럭시 닮아간다" - 머니S - Money S 747 2021.03.06
10628 정보 '美-中 대립' 최고조에도...中서 애플 아이폰만 유일한 성장 - 뉴데일리경제 771 2021.02.21
10627 정보 '갤럭시 vs 아이폰' 12만 LG 임직원 선택은 - IT조선 777 2021.02.21
10626 정보 '갤럭시S21 울트라' 국내모델 엑시노스2100·12GB램 탑재 69 2020.12.26
10625 정보 '국대폰' 갤럭시S21 및 아이폰12 미니 포함한 기존 기종 프로모션 진행 - 잡포스트 763 2021.02.21
10624 정보 '국대폰' 아이폰12 미니· 갤럭시S21 특가 판매 및 무료 나눔 이벤트 진행 - 에너지경제신문 751 2021.02.24
10623 정보 '국대폰' 최신 스마트폰 갤럭시S21 및 아이폰12 미니 특가 판매 프로모션 진행 - ITBizNews 775 2021.02.22
10622 정보 '국대폰', 갤럭시S21·아이폰12 특가 판매 진행 - 이투뉴스 768 2021.03.06
10621 정보 '극딜나라' 갤럭시S20, 아이폰12 PRO 35만원 이상 할인 - 아이티비즈 767 2021.03.01
10620 일반 '눈에 띄게 얇아진' Apple Watch Series 10, 결국 수면 무호흡증 감지 기능 탑재 file 137 2024.09.06
10619 일반 '모토로라폰’ LG헬로비전 통해 재상륙 544 2022.12.31
10618 일반 '모토로라폰’ LG헬로비전 통해 재상륙 1795 2023.03.27
10617 '미르4' 희귀 강화석 어디서 얻어요? 86 2021.02.03
10616 일반 '미르4' 희귀 강화석 어디서 얻어요? 404 2023.03.27
10615 정보 '배신자 삼성 무너뜨리는게 목표'…혐한에 빠진 세계 최대 제조대행 [뉴스人사이드] - 아시아경제 782 2021.03.01
10614 정보 '비트코인 인기 상당하네'...업비트, 구글·애플 앱마켓 1위 석권 734 2021.02.22
10613 정보 '빨간색이 주황색으로'…아이폰12서 '색빠짐 현상' 나타나 - 이데일리 783 2021.03.17
10612 정보 '빵집폰' 갤럭시노트10 및 갤럭시S10 5G, LG V50s ThinQ 재고정리 - 아이티비즈 718 2021.03.06
10611 일반 '신학기 시즌 시작'…유통업계 할인 大戰 - 아시아경제 53 2023.03.27
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 355 Next
/ 355