Linux
Redhat 및 Ubuntu용 호스트 보안(EDR) 에이전트 설치 방법
설치 안내
sudo -scurl https://repo.plura.io/v5/agent/linux/install.sh | bashplura register ****plurad -version
자동화 스크립트
Last updated
Redhat 및 Ubuntu용 호스트 보안(EDR) 에이전트 설치 방법
sudo -scurl https://repo.plura.io/v5/agent/linux/install.sh | bashplura register ****plurad -version
Last updated
vi /etc/plura/conf/plura.conf1) 시스템 기동 시 에이전트 로그인 지연 설정
# login_delay_sec = 0
# 단위(초)
2) AWS 환경에서 Auto Scaling을 사용할 경우 인스턴스 고유의 식별자 업로드
# login_with_machine_id = 0
# (값이 1일때 전송)
3) 다중 네트워크 인터페이스를 사용할 경우 PLURA에 표시되는 IP 주소 설정
# interface = eth1
# interface_mon = eth1 (리소스모니터링에서 네트워크 트래픽 수집 인터페이스 설정)
4) 시스템 기동 시 hostname 변경에 따른 로그인 지연 설정
# login_hostname_check = 0
# (default = 0)
0 > 지정된 지연시간까지 무조건 기다림
1 > hostname 변경이 1회 감지되면 지연 중단
2 > hostname 변경이 2회 감지되면 지연 중단dnf -y install audit audisp-pluginsapt -y update
apt -y install auditd audispd-pluginsplura install_syslog/sbin/init.d/syslogd startapt -y update
apt -y install cron logrotate rsyslogsudo -s
curl https://repo.plura.io/v5/agent/linux/install.sh | bashplura register ***plura install_weblogplura stopplura startplura uninstallsudo -s
curl https://repo.plura.io/v5/agent/linux/install.sh | bashplura register ***plura install_plurawebvi /etc/pluraweb/conf/pluraweb.conf<예시>
interface = eth0
logfile = /var/log/plura/weblog.log
host = 10.100.10.10
port = 80pluraweb startplura stopplura startplura uninstallcurl https://repo.plura.io/v5/module/rsyslog/pcmd.sh -o /etc/profile.d/pcmd.sh
source /etc/profiletrap - DEBUG
rm /etc/profile.d/pcmd.sh
source /etc/profilesudo -scurl -s https://repo.plura.io/v5/agent/linux/install | bash -s PLCcurl -s https://repo.plura.io/v5/agent/linux/install | bash -s squidcurl -s https://repo.plura.io/v5/agent/linux/install | bash -s haproxycurl -s https://repo.plura.io/v5/agent/linux/install | bash -s commanx32curl -s https://repo.plura.io/v5/agent/linux/install | bash -s commanx64