Advertisement
Kasm279

IPBan UltraVNC Class

Feb 16th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 KB | None | 0 0
  1. For the wonderful IPBan Service https://github.com/jjxtra/Windows-IP-Ban-Service
  2. Paste the code below into your IPBan.exe.config file in the Classes section
  3.  
  4.       <!-- This group will block failed logins to UltraVNC -->              
  5.       <Group>
  6.         <Keywords>0x80000000000000</Keywords>
  7.          <Path>Application</Path>
  8.          <Expressions>
  9.            <Expression>
  10.              <XPath>//Provider[@Name='UltraVNC']</XPath>
  11.            </Expression>
  12.            <Expression>
  13.              <XPath>//Data</XPath>
  14.              <Regex>
  15.                <![CDATA[
  16.               .*\ Invalid attempt from client ?(?<ipaddress>.*)
  17.              ]]>
  18.              </Regex>
  19.             </Expression>
  20.           </Expressions>
  21.       </Group>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement