Cryptojacking
Cryptojacking은 공격자가 타인의 기기를 무단으로 사용하여 암호화폐를 채굴하는 사이버 범죄로, 종종 악성코드를 통해 이루어집니다.
Cryptojacking은 피해자의 컴퓨팅 자원을 무단으로 사용하여 암호화폐를 채굴하는 것을 포함합니다. 공격자는 일반적으로 사용자의 인지 없이 암호화폐 채굴 스크립트를 실행하는 악성코드로 기기를 감염시킵니다. 감염은 감염된 소프트웨어 다운로드, 악성 광고(malvertising) 또는 취약점 악용을 통해 발생할 수 있습니다. 악성코드는 기기의 CPU/GPU를 사용하여 선택한 암호화폐에 대한 해시 연산을 수행하며, 피해자는 성능 저하와 높은 에너지 소비를 경험하는 동안 공격자에게 보상을 제공합니다. Cryptojacking은 데스크톱, 스마트폰, IoT 기기를 대상으로 할 수 있으며, 손상된 웹페이지 내에서 실행되는 브라우저 기반 채굴 스크립트를 통해서도 발생할 수 있습니다. 효과적인 방어에는 소프트웨어 업데이트, 광고 차단, 안전한 소프트웨어 개발 관행, 비정상적인 리소스 사용 모니터링이 포함됩니다.
graph LR
Center["Cryptojacking"]:::main
Rel_cryptographic_hashing["cryptographic-hashing"]:::related -.-> Center
click Rel_cryptographic_hashing "/terms/cryptographic-hashing"
Rel_cryptocurrency_investigations["cryptocurrency-investigations"]:::related -.-> Center
click Rel_cryptocurrency_investigations "/terms/cryptocurrency-investigations"
Rel_blockchain_forensics["blockchain-forensics"]:::related -.-> Center
click Rel_blockchain_forensics "/terms/blockchain-forensics"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5살도 이해할 수 있게 설명
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ 자주 묻는 질문
What is cryptojacking?
Cryptojacking is the unauthorized use of a victim's computing resources to mine cryptocurrency, typically through malware that runs a mining script without the user's knowledge.
How do attackers spread cryptojacking malware?
Through infected software downloads, malicious advertisements (malvertising), compromised browser extensions, or exploited vulnerabilities.
What are the typical impacts on victims?
Slower device performance, increased power consumption, higher electricity costs, and potential degradation of hardware over time.
Which cryptocurrencies are commonly mined in cryptojacking?
Cryptojacking is the unauthorized use of a victim's computing resources to mine cryptocurrency. It is typically achieved through malware that runs a mining script without the user's knowledge.
How can I defend against cryptojacking?
Keep software updated, use reputable security tools, block malicious ads, monitor CPU usage, and disable browser-based mining scripts when possible.
How can cryptojacking be detected?
Watch for unusual CPU/GPU usage, unfamiliar processes, and mining pool network connections; verify system process names and run security scans.