-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhoneypot.yaml.sample
141 lines (125 loc) · 3.18 KB
/
honeypot.yaml.sample
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
httpd:
server_version: "nginx/1.4.6"
sys_version: "(Ubuntu)"
socket_timeout: 20
post:
max_payload_size: 10000
response:
get:
default:
content: "<html><body></body></html>"
type: "text/html; charset=ISO-8859-1"
functions:
- name: "multi media type"
function: "ext_checker"
- name: "javascript"
function: "keyword_matcher"
keywords: ["/js/", ".js"]
file: "/app/content/empty.js"
type: "application/javascript; charset=utf-8"
- name: "api"
function: "keyword_matcher"
keywords: ["api.", "/api"]
content: '{"message": "ok"}'
type: "application/json"
- name: "login page"
function: "keyword_matcher"
keywords: ["/login", "/signin", "/signup", "/register"]
file: "/app/content/login.html"
type: "text/html; charset=ISO-8859-1"
- name: "search form"
function: "keyword_matcher"
keywords: ["/search", "/query"]
file: "/app/content/search.html"
type: "text/html; charset=ISO-8859-1"
- name: "fake check proxy"
function: "proxy_checker"
post:
default:
content: '{"message": "ok"}'
type: "application/json"
functions:
- name: "fake shell"
function: "fake_shell"
type: "text/plain"
ssh:
local_version: "SSH-2.0-OpenSSH_8.9p1 Ubuntu-3"
password_auth:
- root:password123
- root:1234qwer
- root:wsxzaq
- root:qwerty
- root:qazxsw
- root:password
proxy:
max_connections: 1024
max_recv_size: -1
whitelist_domain_keywords:
# crawler domains
# - "www.google.com"
# checker domains
- "zennolab.com"
- "checkip"
- "proxyjudge"
- "proxyswitcher"
- "azenv.net"
- "cybersyndrome.net"
- "checkerproxy"
- "justchecker.info"
- "ip-api.com"
- "ipinfo.io"
- "ifconfig.io"
- "api.myip.com"
- "www.vpngate.net"
- "www.freeproxy.world"
whitelist_path_keywords:
- "proxy-checker"
- "azenv.php"
- "check.php"
- "proxy.php"
- "ip.php"
- "info.php"
- "/judge"
- "antibot.php"
drop:
port_range: ["1-10"]
ssl_port_forward:
port_range: [443, 8443, 9443]
port_forward:
socat:
target: "socat"
src_ports: [25, 465]
smtpd:
target: "smtpd"
src_ports: [587, 2525]
dst_port: 25
telnet:
target: "telnetd"
src_ports: [23]
dst_port: 23
ssh:
target: "sshd"
src_ports: [22, 2222, 22222]
dst_port: 22
ipp:
target: "ipphoney"
src_ports: [631]
medical:
target: "medpot"
src_ports: [2575]
dicom:
target: "dicompot"
src_ports: [11112]
inetsim:
# https://github.com/rainforest-tokyo/inetsim-docker
target: "inetsim"
src_ports: [465, 110, 995, 21, 990, 6667, 113, 79]
dionaea:
target: "dionaea"
# https://github.com/DinoTools/dionaea
src_ports: [20, 21, 42, 69, 81, 135, 445, 1433, 1723, 1883, 3306, 27017]
hellpot:
# 無限にコンテンツを返す
target: "hellpot"
src_port_range: ["20000-65535"]
dst_port: 8080