일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- miniconda
- xe guest utilities
- docker
- x-pack
- ssh key 배포
- G-suite
- pfsense
- endpoint security
- application security
- hardening
- Elasticsearch
- 한글가이드
- PlayBook
- 보안양파
- proxycfg
- Windows
- elastic stack
- ELASTIC
- macos
- ansible
- XCP-ng
- GitLab
- 로그인불가
- Kibana server is not ready yet
- centos 8
- Proxy
- freebsd
- Kibana
- bash
- Today
- Total
목록IT (650)
선 밖에 선 자유인
https://docs.aws.amazon.com/ko_kr/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html { "Version": "2012-10-17", "Statement": { "Effect": "Deny", "Action": "*", "Resource": "*", "Condition": {"NotIpAddress": {"aws:SourceIp": [ "192.0.2.0/24", "203.0.113.0/24" ]}} }}
- string 모듈 이용예시) iptables -A FORWARD -p tcp --dport 80 -m iprange --src-range 192.168.1.1-192.168.1.120 -m string --string "Host: www.test.com" --algo kmp -j DROP
UnetLab의 최신 버전인 듯 EVE-NG- http://www.eve-ng.net/ Cisco Image 다운로드 ftphttp://tfr.org/http://tfr.org/cisco-ios/
- python3 >>> import ipaddress >>> int(ipaddress.ip_address('192.168.0.1')) 3232235521 >>> ipaddress.ip_address(3232235521) IPv4Address('192.168.0.1') >>> int(ipaddress.ip_address(3232235521)) 3232235521 >>>
오픈 소스 방화벽 OPNSensehttps://opnsense.org/https://docs.opnsense.org/manual/install.html 테스트해봐야 알겠지만 일단 UI가 매우 깔끔
- Ubuntu 16.04https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-16-04 - CentOS 7https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-centos-7
- mac에서 iso 파일로 간편하게 부팅 USB를 만들어주는 프로그램https://etcher.io/