mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-17 05:49:15 +00:00
38 lines
1.4 KiB
XML
38 lines
1.4 KiB
XML
![]() |
<snmp enabled="True" host="0.0.0.0" port="161">
|
||
|
<config>
|
||
|
<!-- Configure individual delays for SNMP commands -->
|
||
|
<entity name="tarpit" command="get">0.1;0.2</entity>
|
||
|
<entity name="tarpit" command="set">0.1;0.2</entity>
|
||
|
<entity name="tarpit" command="next">0.0;0.1</entity>
|
||
|
<entity name="tarpit" command="bulk">0.2;0.4</entity>
|
||
|
|
||
|
<!-- Configure DoS evasion thresholds (req_per_ip/minute;req_overall/minute) -->
|
||
|
<entity name="evasion" command="get">120;240</entity>
|
||
|
<entity name="evasion" command="set">120;240</entity>
|
||
|
<entity name="evasion" command="next">240;600</entity>
|
||
|
<entity name="evasion" command="bulk">120;240</entity>
|
||
|
</config>
|
||
|
<mibs>
|
||
|
<mib name="SNMPv2-MIB">
|
||
|
<symbol name="sysDescr">
|
||
|
<!-- Value is key in databus -->
|
||
|
<value>SystemDescription</value>
|
||
|
</symbol>
|
||
|
<symbol name="sysUpTime">
|
||
|
<value>Uptime</value>
|
||
|
</symbol>
|
||
|
<symbol name="sysContact">
|
||
|
<value>sysContact</value>
|
||
|
</symbol>
|
||
|
<symbol name="sysName">
|
||
|
<value>sysName</value>
|
||
|
</symbol>
|
||
|
<symbol name="sysLocation">
|
||
|
<value>sysLocation</value>
|
||
|
</symbol>
|
||
|
<symbol name="sysServices">
|
||
|
<value>sysServices</value>
|
||
|
</symbol>
|
||
|
</mib>
|
||
|
</mibs>
|
||
|
</snmp>
|