forked from 1aN0rmus/TekDefense-Automater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sites.xml
594 lines (594 loc) · 19.5 KB
/
sites.xml
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<?xml version="1.0"?>
<automater_root>
<!--
<site name="investigate_domain">
<sitetype>
<entry>hostname</entry>
</sitetype>
<domainurl>http://investigate.opendns.com/</domainurl>
<reportstringforresult>
<entry>[+] DGA Score from Investigate:</entry>
<entry>[+] Perplexity from Investigate:</entry>
<entry>[+] Entropy from Investigate:</entry>
<entry>[+] SecureRank2 from Investigate:</entry>
<entry>[+] PageRank from Investigate:</entry>
<entry>[+] ASN Score from Investigate:</entry>
<entry>[+] Prefix Score from Investigate:</entry>
<entry>[+] RIP Score from Investigate:</entry>
<entry>[+] FastFlux from Investigate:</entry>
<entry>[+] Popularity from Investigate:</entry>
<entry>[+] Geodiversity from Investigate:</entry>
<entry>[+] Geodiversity Normalized from Investigate:</entry>
<entry>[+] Geo Score from Investigate:</entry>
<entry>[+] KSTest from Investigate:</entry>
<entry>[+] Attack from Investigate:</entry>
<entry>[+] Threat Type from Investigate:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>DGAScore</entry>
<entry>Perplexity</entry>
<entry>Entropy</entry>
<entry>SecureRank2</entry>
<entry>PageRank</entry>
<entry>ASNScore</entry>
<entry>PrefixScore</entry>
<entry>RIPScore</entry>
<entry>FastFlux</entry>
<entry>Popularity</entry>
<entry>Geodiversity</entry>
<entry>GeodiversityNorm</entry>
<entry>GeoScore</entry>
<entry>KSTest</entry>
<entry>Attack</entry>
<entry>ThreatType</entry>
</sitefriendlyname>
<regex>
<entry>This Should Never Ever Ever Match! We don't want no stinking POST requests</entry>
<entry>dga_score: (\d+\.\d+)</entry>
<entry>perplexity: (\d+\.\d+)</entry>
<entry>entropy: (\d+\.\d+)</entry>
<entry>securerank2: (\d+\.\d+)</entry>
<entry>pagerank: (\d+\.\d+)</entry>
<entry>asn_score: (\d+\.\d+)</entry>
<entry>prefix_score: (\d+\.\d+)</entry>
<entry>rip_score: (\d+\.\d+)</entry>
<entry>fastflux: (true|false)</entry>
<entry>popularity: (\d+\.\d+)</entry>
<entry>(?<!tld_)geodiversity: (.+)</entry>
<entry>geodiversity_normalized: (.+)</entry>
<entry>geoscore: (\d+\.\d+)</entry>
<entry>ks_test: (\d+\.\d+)</entry>
<entry>attack: (\w+)</entry>
<entry>threat_type: (\w+)</entry>
</regex>
<fullurl>https://investigate.api.opendns.com/security/name/%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params/>
<headers>
<entry key="Authorization">Bearer INVESTIGATE_API_TOKEN</entry>
</headers>
<apikey/>
</site>
<site name="investigate_ip">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>http://investigate.opendns.com/</domainurl>
<reportstringforresult>
<entry>[+] Malicious Domain from Investigate:</entry>
<entry/>
</reportstringforresult>
<sitefriendlyname>
<entry>MaliciousDomain</entry>
<entry/>
</sitefriendlyname>
<regex>
<entry>This Should Never Ever Ever Match! We don't want no stinking POST requests</entry>
<entry>"name":"([^"]+)"</entry>
</regex>
<fullurl>https://investigate.api.opendns.com/ips/%TARGET%/latest_domains</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params/>
<headers>
<entry key="Authorization">Bearer INVESTIGATE_API_TOKEN</entry>
</headers>
<apikey/>
</site>
-->
<site name="robtex">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>https://robtex.com/</domainurl>
<reportstringforresult>
<entry>[+] A records from Robtex.com:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>RTex DNS</entry>
</sitefriendlyname>
<regex>
<entry>host\"\s\:\s\"(.+)\"</entry>
</regex>
<fullurl>http://api.tekdefense.com/robtex/rob.php?q=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="fortinet_classify">
<sitetype>
<entry>ip</entry>
<entry>hostname</entry>
</sitetype>
<domainurl>https://fortiguard.com/</domainurl>
<reportstringforresult>
<entry>[+] Fortinet URL Category:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>FNet URL</entry>
</sitefriendlyname>
<regex>
<entry>Category:\s(.+)\<\/h3\>\s\<a</entry>
</regex>
<fullurl>https://www.fortiguard.com/ip_rep/index.php?data=%TARGET%&lookup=Lookup</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="vtpDNSIP">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>https://www.virustotal.com/en/#search</domainurl>
<reportstringforresult>
<entry>[+] pDNS data from VirusTotal:</entry>
<entry>[+] pDNS malicious URLs from VirusTotal:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>VT pDNSDomain</entry>
<entry>VT pDNSURL</entry>
</sitefriendlyname>
<regex>
<entry>test-ref</entry>
<entry>(\d{4}\-\d{1,2}\-\d{1,2})\s+<.{30,70}\/en\/domain\/(.{1,80})\/information</entry>
<entry>(\d{4}\-\d{1,2}\-\d{1,2}).{1,20}\s+<.{10,80}\/en\/url\/.{1,100}\/analysis\/.{1,5}\s+(http.{1,70}\/)</entry>
</regex>
<fullurl>https://www.virustotal.com/en/ip-address/%TARGET%/information/</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers>
<entry key="Accept">text/html, application/xhtml+xml, */*</entry>
<entry key="Accept-Language">en-US</entry>
<entry key="Accept-Encoding">gzip, deflate</entry>
<entry key="DNT">1</entry>
<entry key="Connection">Keep-Alive</entry>
</headers>
<apikey></apikey>
</site>
<site name="ipvoid">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>http://www.ipvoid.com/</domainurl>
<reportstringforresult>
<entry>[+] Blacklist from IPVoid:</entry>
<entry>[+] ISP from IPvoid:</entry>
<entry>[+] Country from IPVoid:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>IV Blacklist</entry>
<entry>IV ISP</entry>
<entry>IV Geo</entry>
</sitefriendlyname>
<regex>
<entry>An\sError\soccurred</entry>
<entry>\>\s(\w+)\<\/td\>\<td\>\<.{30,50}alert\.png</entry>
<entry>ISP\<\/td\>\<td\>(.+)\<\/td\></entry>
<entry>Country\sCode.+flag\"\s\/\>\s(.+)\<\/td\></entry>
</regex>
<fullurl>http://www.ipvoid.com/scan/%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params>
<entry key="ip">%TARGET%</entry>
<entry key="go">Scan Now</entry>
</params>
<headers>
<entry key="Content-type">application/x-www-form-urlencoded</entry>
</headers>
<apikey></apikey>
</site>
<site name="virustotal">
<sitetype>
<entry>md5</entry>
</sitetype>
<domainurl>https://www.virustotal.com</domainurl>
<reportstringforresult>
<entry>[+] MD5 found on VT:</entry>
<entry>[+] Scan date submitted:</entry>
<entry>[+] Detected Engines:</entry>
<entry>[+] Total Engines:</entry>
<entry>[+] Date:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>VT Found</entry>
<entry>VT Date</entry>
<entry>VT Detected</entry>
<entry>VT Engines</entry>
<entry>VT Date</entry>
</sitefriendlyname>
<regex>
<entry>response_code...(1)</entry>
<entry>scan_date....(.{18,25})\"\,</entry>
<entry>positives...(\d{1,2})\,</entry>
<entry>total...(\d{1,2})\,</entry>
<entry>\}\,\s\"(.{3,20})\"....detected...true.{19,32}result....(.{11,30})....update</entry>
</regex>
<fullurl>https://www.virustotal.com/vtapi/v2/file/report</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params>
<entry key="resource">%TARGET%</entry>
<entry key="apikey">b8af96be86983eccfe209fc5dfefa59f65fafa698a74ed638b63a3e367679e5a</entry>
</params>
<headers>
<entry key="Content-type">application/x-www-form-urlencoded</entry>
</headers>
<apikey>
<entry>b8af96be86983eccfe209fc5dfefa59f65fafa698a74ed638b63a3e367679e5a</entry>
</apikey>
</site>
<site name="threatexpert">
<sitetype>
<entry>md5</entry>
</sitetype>
<domainurl>http://www.threatexpert.com/</domainurl>
<reportstringforresult>
<entry>[+] Hash found at ThreatExpert:</entry>
<entry>[+] Malicious Indicators from ThreatExpert:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>TE Date</entry>
<entry>TE Indicators</entry>
</sitefriendlyname>
<regex>
<entry>Submission\sreceived.\s(.+)\<\/li\></entry>
<entry>1\">(.{5,100})\<\/td.{10,35}src\=</entry>
</regex>
<fullurl>http://www.threatexpert.com/report.aspx?md5=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="vxvault">
<sitetype>
<entry>md5</entry>
</sitetype>
<!--supports TLS but uses an invalid cert-->
<domainurl>http://vxvault.siri-urz.net/</domainurl>
<reportstringforresult>
<entry>[+] Date found at VXVault:</entry>
<entry>[+] URL found at VXVault:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>Vx Date</entry>
<entry>Vx URL</entry>
</sitefriendlyname>
<regex>
<entry>\>(\d{2}\-\d{2})\<</entry>
<entry>\[D\].{2,40}\Wphp\?id.{2,10}\>(.{5,100})<\/a</entry>
</regex>
<fullurl>http://vxvault.siri-urz.net/ViriList.php?MD5=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="unshortme">
<sitetype>
<entry>hostname</entry>
</sitetype>
<domainurl>http://unshort.me</domainurl>
<reportstringforresult>
<entry>[+] URL redirects to:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>Un Redirect</entry>
</sitefriendlyname>
<regex>
<entry>result\"\>\s\<a\shref\=\".+\>(.+)\<\/a\>\s</entry>
</regex>
<fullurl>http://unshort.me/index.php?r=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="urlvoid">
<sitetype>
<entry>hostname</entry>
</sitetype>
<domainurl>http://www.urlvoid.com/</domainurl>
<reportstringforresult>
<entry>[+] IP from URLVoid:</entry>
<entry>[+] Blacklist from URLVoid:</entry>
<entry>[+] Domain Age from URLVoid:</entry>
<entry>[+] Geo Coordinates from URLVoid:</entry>
<entry>[+] Country from URLVoid:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>UV IP</entry>
<entry>UV Blacklists</entry>
<entry>UV Domain</entry>
<entry>UV Location</entry>
<entry>UV Country</entry>
</sitefriendlyname>
<regex>
<entry>An\sError\soccurred</entry>
<entry>(\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}).{5,30}Find\swebsites\shosted\shere</entry>
<entry>\>\s([ a-zA-Z0-9_-]+)\<\/td\>\<td\>\<.{30,50}alert\.png</entry>
<entry>Domain\s1st\sRegistered.+\<td\>(.+)\<\/td\></entry>
<entry>latitude\s\/\slongitude.+\<td\>(.+)\<\/td\></entry>
<entry>alt\=\"flag\".+\>(.+)\<\/td\></entry>
</regex>
<fullurl>http://www.urlvoid.com/scan/%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params>
<entry key="ip">%TARGET%</entry>
<entry key="go">Scan Now</entry>
</params>
<headers>
<entry key="Content-type">application/x-www-form-urlencoded</entry>
</headers>
<apikey></apikey>
</site>
<site name="vtpDNSDom">
<sitetype>
<entry>hostname</entry>
</sitetype>
<domainurl>https://www.virustotal.com/en/#search</domainurl>
<reportstringforresult>
<entry>[+] pDNS data from VirusTotal:</entry>
<entry>[+] pDNS malicious URLs from VirusTotal:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>VT pDNSIP</entry>
<entry>VT pDNSURL</entry>
</sitefriendlyname>
<regex>
<entry>\w{3}</entry>
<entry>(\d{4}\-\d{1,2}\-\d{1,2})\s+<.{30,70}\/en\/ip-address\/(.{1,80})\/information</entry>
<entry>(\d{4}\-\d{1,2}\-\d{1,2}).{1,20}\s+<.{10,80}\/en\/url\/.{1,100}\/analysis\/.{1,5}\s+(http.{1,70}\/)</entry>
</regex>
<fullurl>https://www.virustotal.com/en/domain/%TARGET%/information/</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers>
<entry key="Accept">text/html, application/xhtml+xml, */*</entry>
<entry key="Accept-Language">en-US</entry>
<entry key="Accept-Encoding">gzip, deflate</entry>
<entry key="DNT">1</entry>
<entry key="Connection">Keep-Alive</entry>
</headers>
<apikey></apikey>
</site>
<site name="malc0de">
<sitetype>
<entry>ip</entry>
<entry>hostname</entry>
<entry>md5</entry>
</sitetype>
<domainurl>https://malc0de.com</domainurl>
<reportstringforresult>
<entry>[+] Malc0de Date:</entry>
<entry>[+] Malc0de IP:</entry>
<entry>[+] Malc0de Country:</entry>
<entry>[+] Malc0de ASN:</entry>
<entry>[+] Malc0de ASN Name:</entry>
<entry>[+] Malc0de MD5:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>MC Date</entry>
<entry>MC IP</entry>
<entry>MC Country</entry>
<entry>MC ASN</entry>
<entry>MC ASN Name</entry>
<entry>MC MD5</entry>
</sitefriendlyname>
<regex>
<entry>\d{4}\-\d{1,2}\-\d{1,2}</entry>
<entry>search=(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})</entry>
<entry>(?!search=NA)search=([A-Z]{2})</entry>
<entry>search=\d{4,5}..(\d{4,5})</entry>
<entry>search=\d{4,5}..([A-Za-z]+)</entry>
<entry>latest\-scan\/([A-Fa-f0-9]{32})</entry>
</regex>
<fullurl>https://malc0de.com/database/index.php?search=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<!--supports TLS but uses an invalid cert-->
<site name="ReputationAuthority">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>http://www.reputationauthority.org</domainurl>
<reportstringforresult>
<entry>[+] Reputation Authority Score:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>RA Score</entry>
</sitefriendlyname>
<regex>
<entry>bsnd.+>(\d{1,2}\/\d{1,3})</entry>
</regex>
<fullurl>http://www.reputationauthority.org/lookup.php?ip=%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="FreeGeo">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>https://freegeoip.net</domainurl>
<reportstringforresult>
<entry>[+] FreeGeoIP Country Name:</entry>
<entry>[+] FreeGeoIP Region Name:</entry>
<entry>[+] FreeGeoIP City:</entry>
<entry>[+] FreeGeoIP Zipcode:</entry>
<entry>[+] FreeGeoIP Latitude:</entry>
<entry>[+] FreeGeoIP Longitude:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>FGIP CN</entry>
<entry>FGIP RN</entry>
<entry>FGIP City</entry>
<entry>FGIP Zip</entry>
<entry>FGIP LAT</entry>
<entry>FGIP LON</entry>
</sitefriendlyname>
<regex>
<entry>country_name\"\:\"(.+)\"\,\"region_c</entry>
<entry>region_name\"\:\"(.+)\"\,\"city</entry>
<entry>city\"\:\"(.+)\"\,\"zip</entry>
<entry>zipcode\"\:\"(\d{5})</entry>
<entry>latitude\"\:(.+)\,\"long</entry>
<entry>longitude\"\:(.+)\,\"metro</entry>
</regex>
<fullurl>https://freegeoip.net/json/%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="SANS API">
<sitetype>
<entry>ip</entry>
</sitetype>
<domainurl>https://isc.sans.edu/</domainurl>
<reportstringforresult>
<entry>[+] SANS total target IPs seen:</entry>
<entry>[+] SANS total packets blocked:</entry>
<entry>[+] SANS last seen on:</entry>
<entry>[+] SANS first seen on:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>SANS attacks</entry>
<entry>SANS count</entry>
<entry>SANS maxdate</entry>
<entry>SANS mindate</entry>
</sitefriendlyname>
<regex>
<entry>attacks\>(\d+)\<</entry>
<entry>count\>(\d+)\<</entry>
<entry>maxdate\>(\d{4}-\d{2}-\d{2})\<</entry>
<entry>mindate\>(\d{4}-\d{2}-\d{2})\<</entry>
</regex>
<fullurl>https://isc.sans.edu/api/ip/%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
<site name="totalhash_ip">
<sitetype>
<entry>ip</entry>
</sitetype>
<!--supports TLS but uses an invalid cert-->
<domainurl>http://totalhash.com/</domainurl>
<reportstringforresult>
<entry>[+] Totalhash:</entry>
</reportstringforresult>
<sitefriendlyname>
<entry>THIP</entry>
</sitefriendlyname>
<regex>
<entry>\/analysis/(\w{40}).+(\d{4}\-\d{1,2}\-\d{1,2}\s\d{1,2}:\d{1,2}:\d{1,2})</entry>
</regex>
<fullurl>http://totalhash.com/network/dnsrr:*%TARGET%*%20or%20ip:%TARGET%</fullurl>
<importantproperty>
<entry>Results</entry>
</importantproperty>
<params></params>
<headers></headers>
<apikey></apikey>
</site>
</automater_root>