전체 글 (169) 썸네일형 리스트형 파이썬 PyPl 악성패키지 발견 https://blog.alyac.co.kr/4287?category=750247 PyPI 저장소에서 악성 파이썬 패키지 11개 발견돼 Experts found 11 malicious Python packages in the PyPI repository Jfrog의 연구원들이 PyPI(Python Package Index) 저장소에서 Discord의 액세스 토큰 및 패스워드를 훔치고 종속성 혼란 공격을 수행할 수 있.. blog.alyac.co.kr PyPl 악성패키지 목록 importantpackage / important-package pptest ipboards owlmoon DiscordSafety trrfab 10Cent10 / 10Cent11 yandex-yt yiffparty 악성코드 예 u.. json load/loads/dump/dumps 함수 함수 사용 예 json.load json 문자열을 python 객체로 변환 파일을 읽을 때 with open('test.json') as json_file: json_data = json.load(json_file) json.loads 문자열을 읽을 때(dict 이 아닌 문자열임 주의) with open('test.json') as json_file: contents = json_file.read() json_data = json.loads(contents) json.dump python 객체를 json 문자열로 변환 파이선 객체 -> 스트림 객체(파일) with open('test.json', 'w') as outfile: json.dump(all_messages, outfile, indent=2, c.. HCI(Hyper Converged Infrastructure) https://www.nutanix.com/kr/hyperconverged-infrastructure 하이퍼컨버지드 인프라는 무엇인가? 역사, 이점 및 리소스 하이퍼컨버지드 인프라는 데이터센터 리소스 배포 및 관리를 간소화하며 서버 및 스토리지 리소스를 소프트웨어 정의 솔루션으로 통합합니다. www.nutanix.com HCI : Hyper Converged Infrastructure 컴퓨팅, 네트워크, 스토리지를 단일 시스템으로 장점 : TCO(Total Cost of Ownership 총 소유비용) 절감, 성능향상, 생산성 향상 인프라 -> 3-Tier 아키텍쳐 -> HCI 3-Tier : 서버+SAN+스토리지 단점: 스토리지 병목 현상이 생김 스토리지 Block level storage file l.. 데이터 migration(snapshot) https://www.elastic.co/guide/en/cloud/current/ec-migrate-data.html Migrating your Elasticsearch data | Elasticsearch Service Documentation | Elastic Migrating your Elasticsearch dataedit You might have switched to Elasticsearch Service for any number of reasons and you’re likely wondering how to get your existing Elasticsearch data into your new infrastructure. Along with easily creating as many.. [elasticsearch] red index 살리기 # curl -xget localhost:9200/_cat/indices?v POST _cluster/reroute { "commands": [ { "allocate_empty_pri": { "index": [INDEX_NAME], "shard": [NUMBER], "node": [NODE_NAME], "accept_data_loss": true } } ] } 1. Index를 삭제한다 장애 발생한 인덱스 잃지만 삭제하자마자 새로운 인덱스가 생성되며 데이터가 저장됨 (데이터 삭제됨!! ) 1. Red인덱스를 우선 두고 새로운 index를 생성하고 Alias설정 한 후, red index를 살리는데 몰두한다 (현재 상태를 복구한 후 과거 데이터를 살리는데 몰두해보자) 2. Unassugned shard 없.. [Docker] root 실행 -> 일반사용자 변경 하기 # usermod -a -G docker $user docker 그룹 부여(secondary group, -G) + docker 보안설정 - https://hello-sec.tistory.com/266 MS Exchange ProxyLogon 취약점(CVE-2021-26855, CVE-2021-27065) https://chmodi.tistory.com/157 Window Exchange ProxyLogon 취약점(CVE-2021-26855, CVE-2021-27065) - 취약점 조치 마지막으로 ProxyLogon 취약점에 대한 조치 방안 및 분석입니다. # 보안 패치 KB5000871 Microsoft에서는 ProxyLogon에 대한 보안 패치를 2021-03-12에 공개했습니다. (LINK: https://www.catalog.update.microsof.. chmodi.tistory.com -hafnium china chopper https://www.zdnet.com/article/hafniums-china-chopper-a-slick-and-tiny-web-shell-for-creating-se.. 2021.10.25 KT 네트워크 장애 (라우팅 오류 O ,DDoS X) https://www.sedaily.com/NewsVIew/22SVM8EKQN 대규모 디도스 공격으로 KT 통신 장애 발생…카드 결제 등 현장마비 25일 오전 11시부터 발생한 KT(030200) 전국 유·무선 통신 장애 원인은 대규모 디도스(ddos) 공격으로 파악됐다. KT 회선은 낮 12시를 전후해 정상화되고 있지만, 아직 일부 지역에서는 접속 차질이 계 www.sedaily.com https://www.asiae.co.kr/article/industry-IT-all/2021102513143686340 [속보]과기부 "KT, 통신장애 디도스 공격 아냐…서비스 장애" www.asiae.co.kr https://www.boannews.com/media/view.asp?idx=101845&page=1&k.. 이전 1 ··· 10 11 12 13 14 15 16 ··· 22 다음