ㄴ 모두 완료후 휘슬 에이전트에서 중지 처리 후, 고객 서버쪽에서도 반드시 agent 중지 및 삭제 해줘야한다!!
1)중지
[root@q391-0562 ~]# /etc/init.d/wh2 stop
Stopping wh2...
Stopped
[root@q391-0562 ~]# /etc/init.d/wh2 status
Stopped

2)삭제
[root@q391-0562 ~]# cd /wh2/
[root@q391-0562 /wh2]# sh uninstall_wh.sh
Not running
uninstall completed



1) openjdk 설치
yum install -y java-1.8.0-openjdk java-1.8.0-openjdk-devel

2) 리눅스용 whistl 다운로드
sudo wget -qO- --no-check-certificate https://whistl.krcert.or.kr/download/sh | bash
ID : serverhosting@cafe24corp.com
PW : cafe24corp!)

3) 에이전트 실행
/etc/init.d/wh2 start
/etc/init.d/wh2 status

4) 방화벽에 443, 5672 포트 허용되어 있어야 함

5) 관리 페이지 : https://whistl.krcert.or.kr


설치 예시)


[root@q552-0980 /opt/apache/logs]# javac -version
javac 1.8.0_261

[root@q552-0980 ~]# sudo wget -qO- --no-check-certificate https://whistl.krcert.or.kr/download/sh | bash
--2021-04-05 11:20:18--  https://whistl.krcert.or.kr/download/linux/latest
Resolving whistl.krcert.or.kr... 192.5.90.134
Connecting to whistl.krcert.or.kr|192.5.90.134|:443... connected.
WARNING: cannot verify whistl.krcert.or.kr’s certificate, issued by “/C=GB/ST=Greater Manchester/L=Salford/O=Sectigo Limited/CN=Sectigo RSA Domain Validation Secure Server CA”:
  Unable to locally verify the issuer’s authority.
HTTP request sent, awaiting response... 200 OK
Length: 10906433 (10M) [application/gzip]
Saving to: “wh2.tar.gz”

100%[===================================================================================================================>] 10,906,433  11.1M/s   in 0.9s    

2021-04-05 11:20:19 (11.1 MB/s) - “wh2.tar.gz” saved [10906433/10906433]


wh2 runner check....

[[Enter Username]]
serverhosting@cafe24corp.com
[[Enter Password]]

Starting wh2
Whistlv2 install successfully
[root@q552-0980 ~]# /etc/init.d/wh2 start
Already started
[root@q552-0980 ~]# /etc/init.d/wh2 status
Running




<점검 완료후 이상없을때 페이지 - https://whistl.krcert.or.kr>

'Security > OS 관련' 카테고리의 다른 글

mod_security 탐지 걸린 룰 해제시 방법  (0) 2023.11.07
apache 2.4 mod 시큐리티  (0) 2023.11.07
mod_security 적용 방법  (0) 2023.11.07
OS 변조파일 검사 (rkhunter)  (0) 2023.11.07
백도어 검사 (chrootkit)  (0) 2023.11.07

+ Recent posts