home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / outpost / OutpostProInstall.exe / PRESET.LST < prev    next >
Encoding:
File List  |  2004-12-06  |  93.1 KB  |  5,214 lines

  1. ; This file contains Outpost Firewall presets descriptions.
  2. ; Preset is a collection of predefined rule descriptions that provides for easy and quick 
  3. ; application rules configuration.
  4. ;
  5. ; Here goes the preset description example.
  6. ;
  7. ; Preset display name that is shown in the Create Rule dialog. 
  8. ; [Internet Explorer]
  9. ;
  10. ; Here go descriptions of the rules that are included in this preset.
  11. ; For each rule the following parameters can be specified:
  12. ;
  13. ; Value that determines if the preset is shown (1) in the Presets list in the Rules Wizard or hidden (0). 
  14. ; VisibleState: 0
  15. ;
  16. ; Application display name and executable name. If specified, makes the rule applied to only that application.
  17. ; Exe:
  18. ; Internet Explorer, iexplore.exe
  19. ;
  20. ; Default rule state. Set to 0 to disable the rule.
  21. ; DefaultState: 1
  22. ;
  23. ; Rule display name.
  24. ; RuleName: Internet Explorer HTTP connection
  25. ;
  26. ; Protocol name the rule handles. Can be either TCP or UDP.
  27. ; Protocol: TCP
  28. ;
  29. ; Port number the rule handles. You can specify either a single port number, several port numbers 
  30. ; sepatrated by commas, port range, or a number of ranges.
  31. ; E.g: 110, 80-83, 225-228, 118
  32. ; RemotePort: 80-83
  33. ;
  34. ; Communication direction the rule handles. Can be either Inbound for incoming port connections or
  35. ; Outbound for outgoing ones.
  36. ; Direction: Outbound
  37. ;
  38. ; Response action proto. Lists actions that Outpost Firewall takes when the rule is matched, that is
  39. ; communication is attempted throught the specified protocol, port and direction.
  40. ; Can be one or combination of the following commands:
  41. ;
  42. ; AllowIt Allow communication.
  43. ; ActivateSI Invert Activate the Stateful Inspection mode for this connection.
  44. ; ReportIt Report the connection attempt to the user and write an event log entry.
  45. ; BlockIt Block communication
  46. ; NOTE. Do not specify AllowIt and BlockIt commands simultaneously for the same rule.
  47. ;
  48. ; AllowIt
  49.  
  50.  
  51. ; Global
  52.  
  53. [Allow Ident]
  54. DefaultState: 1
  55. RuleName: Allow Ident
  56. Protocol: TCP
  57. LocalPort: 113
  58. Direction: Inbound
  59. AllowIt
  60.  
  61. ; General
  62.  
  63. [E-Mail Client]
  64. DefaultState: 1
  65. RuleName: Send mail by Default E-Mail Client
  66. Protocol: TCP
  67. RemotePort: 25
  68. Direction: Outbound
  69. AllowIt
  70.  
  71. DefaultState: 1
  72. RuleName: Read News By Default E-Mail Client
  73. Protocol: TCP
  74. RemotePort: 119
  75. Direction: Outbound
  76. AllowIt
  77.  
  78. DefaultState: 1
  79. RuleName: Receive mail by Default E-Mail Client
  80. Protocol: TCP
  81. RemotePort: 110, 995
  82. Direction: Outbound
  83. AllowIt
  84.  
  85. DefaultState: 1
  86. RuleName: Default E-Mail Client IMAP connection
  87. Protocol: TCP
  88. RemotePort: 143
  89. Direction: Outbound
  90. AllowIt
  91.  
  92. [Browser]
  93. DefaultState: 1
  94. RuleName: Browser HTTP connection
  95. Protocol: TCP
  96. RemotePort: 80-83
  97. Direction: Outbound
  98. AllowIt
  99.  
  100. DefaultState: 1
  101. RuleName: Browser HTTPS connection
  102. Protocol: TCP
  103. RemotePort: 443
  104. Direction: Outbound
  105. AllowIt
  106.  
  107. DefaultState: 1
  108. RuleName: Browser SOCKS connection
  109. Protocol: TCP
  110. RemotePort: 1080
  111. Direction: Outbound
  112. AllowIt
  113.  
  114. DefaultState: 1
  115. RuleName: Browser PROXY connection
  116. Protocol: TCP
  117. RemotePort: 3128, 8080, 8088
  118. Direction: Outbound
  119. AllowIt
  120.  
  121. DefaultState: 1
  122. RuleName: Browser FTP connection
  123. Protocol: TCP
  124. RemotePort: 21
  125. Direction: Outbound
  126. ActivateSI Invert Invert 
  127. AllowIt
  128.  
  129. [Download Manager]
  130. DefaultState: 1
  131. RuleName: Download Manager HTTP connection
  132. Protocol: TCP
  133. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  134. Direction: Outbound
  135. AllowIt
  136.  
  137. DefaultState: 1
  138. RuleName: Download Manager FTP connection
  139. Protocol: TCP
  140. RemotePort: 21
  141. Direction: Outbound
  142. ActivateSI Invert Invert 
  143. AllowIt
  144.  
  145. [FTP Client]
  146. DefaultState: 1
  147. RuleName: FTP connection
  148. Protocol: TCP
  149. RemotePort: 21
  150. Direction: Outbound
  151. ActivateSI Invert Invert 
  152. AllowIt
  153.  
  154. [Telnet Client]
  155. DefaultState: 1
  156. RuleName: Telnet connection
  157. Protocol: TCP
  158. RemotePort: 23
  159. Direction: Outbound
  160. AllowIt
  161.  
  162. DefaultState: 1
  163. RuleName: Secure Telnet connection
  164. Protocol: TCP
  165. RemotePort: 22
  166. Direction: Outbound
  167. AllowIt
  168.  
  169. [Time Synchronizer]
  170. DefaultState: 1
  171. RuleName: Time Synchronizer connection
  172. Protocol: UDP
  173. RemotePort: 123
  174. AllowIt
  175.  
  176. DefaultState: 1
  177. RuleName: Time Synchronizer connection
  178. Protocol: UDP
  179. RemotePort: 37
  180. AllowIt
  181.  
  182. DefaultState: 1
  183. RuleName: Time Synchronizer connection
  184. Protocol: TCP
  185. RemotePort: 37
  186. Direction: Outbound
  187. AllowIt
  188.  
  189. DefaultState: 1
  190. RuleName: Time Synchronizer connection
  191. Protocol: TCP
  192. RemotePort: 13
  193. Direction: Outbound
  194. AllowIt
  195.  
  196. ; Windows services
  197.  
  198. [Microsoft ICS Manager]
  199. VisibleState: 0
  200. Exe:
  201. Microsoft ICS Manager, icsmgr.exe
  202. DefaultState: 1
  203. RuleName: Microsoft ICS Manager DNS Resolving
  204. Protocol: UDP
  205. RemotePort: 53
  206. RemoteHost: 192.168.*.*
  207. AllowIt
  208.  
  209. DefaultState: 1
  210. RuleName: Microsoft ICS Manager connection
  211. Protocol: UDP
  212. RemotePort: 67
  213. RemoteHost: 192.168.*.*
  214. AllowIt
  215.  
  216. [Microsoft ActiveSync]
  217. VisibleState: 0
  218. Exe:
  219. Microsoft ActiveSync, wcescomm.exe
  220. DefaultState: 1
  221. RuleName: Send mail by Microsoft ActiveSync
  222. Protocol: TCP
  223. RemotePort: 25
  224. Direction: Outbound
  225. AllowIt
  226.  
  227. DefaultState: 1
  228. RuleName: Receive mail by Microsoft ActiveSync
  229. Protocol: TCP
  230. RemotePort: 110, 995
  231. Direction: Outbound
  232. AllowIt
  233.  
  234. DefaultState: 1
  235. RuleName: Microsoft ActiveSync IMAP connection
  236. Protocol: TCP
  237. RemotePort: 143
  238. Direction: Outbound
  239. AllowIt
  240.  
  241. DefaultState: 1
  242. RuleName: Microsoft ActiveSync HTTP connection
  243. Protocol: TCP
  244. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  245. Direction: Outbound
  246. AllowIt
  247.  
  248. [Generic Host Process]
  249. VisibleState: 0
  250. Exe:
  251. Generic Host Process, svchost.exe
  252. DefaultState: 1
  253. RuleName: DHCP Service
  254. Protocol: UDP
  255. LocalPort: 68
  256. RemotePort: 67
  257. AllowIt
  258.  
  259. DefaultState: 1
  260. RuleName: DNS Service
  261. Protocol: UDP
  262. LocalPort: 53
  263. AllowIt
  264.  
  265. DefaultState: 1
  266. RuleName: HTTP connection
  267. Protocol: TCP
  268. RemotePort: 80
  269. Direction: Outbound
  270. AllowIt
  271.  
  272. DefaultState: 1
  273. RuleName: HTTPS connection
  274. Protocol: TCP
  275. RemotePort: 443
  276. Direction: Outbound
  277. AllowIt
  278.  
  279. DefaultState: 1
  280. RuleName: Time Synchronizer connection
  281. Protocol: UDP
  282. RemotePort: 123
  283. AllowIt
  284.  
  285. DefaultState: 1
  286. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  287. Protocol: UDP
  288. RemotePort: 1900
  289. AllowIt
  290.  
  291. DefaultState: 1
  292. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  293. Protocol: UDP
  294. LocalHost: 239.255.255.250
  295. LocalPort: 1900
  296. AllowIt
  297.  
  298. DefaultState: 1
  299. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  300. Protocol: TCP
  301. RemotePort: 5000
  302. Direction: Outbound
  303. AllowIt
  304.  
  305. DefaultState: 1
  306. RuleName: Microsoft Remote Desktop TCP connection
  307. Protocol: TCP
  308. RemotePort: 3389
  309. Direction: Outbound
  310. AllowIt
  311.  
  312. DefaultState: 1
  313. RuleName: Generic Host Process LDAP connection
  314. Protocol: TCP
  315. RemotePort: 389
  316. Direction: Outbound
  317. AllowIt
  318.  
  319. [Microsoft ALG Service] 
  320. VisibleState: 0
  321. Group: Auto
  322. Exe:
  323. Microsoft Application Layer Gateway Service, alg.exe
  324. RuleName: Allow ALG Redirect
  325. Protocol: TCP
  326. Direction: Inbound
  327. ActivateSI Invert
  328. AllowIt
  329.  
  330. DefaultState: 1
  331. RuleName: Microsoft Application Layer Gateway Service connection
  332. Protocol: TCP
  333. RemotePort: 21
  334. Direction: Outbound
  335. ActivateSI Invert
  336. AllowIt
  337.  
  338. [Microsoft Application Error Reporting]
  339. VisibleState: 0
  340. Exe:
  341. Microsoft Application Error Reporting, dw.exe
  342. Microsoft Application Error Reporting, dwwin.exe
  343. DefaultState: 1
  344. RuleName: Microsoft Application Error Reporting HTTP connection
  345. Protocol: TCP
  346. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  347. Direction: Outbound
  348. AllowIt
  349.  
  350. [Microsoft Registration Wizard]
  351. VisibleState: 0
  352. Exe:
  353. Microsoft Registration Wizard, regwiz.exe
  354. DefaultState: 1
  355. RuleName: Microsoft Registration Wizard HTTP connection
  356. Protocol: TCP
  357. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  358. Direction: Outbound
  359. AllowIt
  360.  
  361. [Microsoft RDP CIip Monitor]
  362. VisibleState: 0
  363. Exe:
  364. Microsoft RDP CIip Monitor, rdpclip.exe
  365. DefaultState: 1
  366. RuleName: Microsoft RDP CIip Monitor TCP connection
  367. Protocol: TCP
  368. RemotePort: 3389
  369. Direction: Outbound
  370. AllowIt
  371.  
  372. DefaultState: 1
  373. RuleName: Microsoft RDP CIip Monitor UDP connection
  374. Protocol: UDP
  375. RemotePort: 3389
  376. AllowIt
  377.  
  378. [Microsoft Remote Desktop]
  379. VisibleState: 0
  380. Exe:
  381. Microsoft Remote Desktop, mstsc.exe
  382. DefaultState: 1
  383. RuleName: Microsoft Remote Desktop TCP connection
  384. Protocol: TCP
  385. RemotePort: 3389
  386. Direction: Outbound
  387. AllowIt
  388.  
  389. DefaultState: 1
  390. RuleName: Microsoft Remote Desktop UDP connection
  391. Protocol: UDP
  392. RemotePort: 3389
  393. AllowIt
  394.  
  395. [Terminal Services Client]
  396. VisibleState: 0
  397. Exe:
  398. Terminal Services Client, mstsc.exe
  399. DefaultState: 1
  400. RuleName: Terminal Services Client TCP connection
  401. Protocol: TCP
  402. RemotePort: 3389
  403. Direction: Outbound
  404. AllowIt
  405.  
  406. DefaultState: 1
  407. RuleName: Terminal Services Client UDP connection
  408. Protocol: UDP
  409. RemotePort: 3389
  410. AllowIt
  411.  
  412. [Microsoft Remote Desktop Help Session Manager]
  413. VisibleState: 0
  414. Exe:
  415. Microsoft Remote Desktop Help Session Manager, sessmgr.exe
  416. DefaultState: 1
  417. RuleName: Microsoft Remote Desktop Help Session Manager connection
  418. Protocol: UDP
  419. RemotePort: 1900, 2234
  420. AllowIt
  421.  
  422. [Microsoft Synchronization Manager]
  423. VisibleState: 0
  424. Exe:
  425. Microsoft Synchronization Manager, mobsync.exe
  426. DefaultState: 1
  427. RuleName: Microsoft Synchronization Manager HTTP connection
  428. Protocol: TCP
  429. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  430. Direction: Outbound
  431. AllowIt
  432.  
  433. [Microsoft Windows AutoUpdate]
  434. VisibleState: 0
  435. Exe:
  436. Microsoft Windows AutoUpdate, wuauclt.exe
  437. DefaultState: 1
  438. RuleName: Microsoft Windows AutoUpdate HTTP connection
  439. Protocol: TCP
  440. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  441. Direction: Outbound
  442. AllowIt
  443.  
  444. [Run a DLL as an App]
  445. VisibleState: 0
  446. Exe:
  447. Run a DLL as an App, rundll32.exe
  448. DefaultState: 1
  449. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  450. Protocol: UDP
  451. RemotePort: 1900
  452. RemoteHost: 239.255.255.250
  453. AllowIt
  454.  
  455. DefaultState: 1
  456. RuleName: "SSDP Discovery Service" and "UPnP device Host" services
  457. Protocol: TCP
  458. RemotePort: 5000
  459. RemoteHost: 239.255.255.250
  460. Direction: Outbound
  461. AllowIt
  462.  
  463. DefaultState: 1
  464. RuleName: ICS TCP Connection
  465. Protocol: TCP
  466. LocalPort: 1000-4000
  467. Direction: Outbound
  468. AllowIt
  469.  
  470. DefaultState: 1
  471. RuleName: ICS UDP Connection
  472. Protocol: UDP
  473. LocalPort: 1000-4000
  474. AllowIt
  475.  
  476. [SSDP Service]
  477. VisibleState: 0
  478. Exe:
  479. SSDP Service, ssdpsrv.exe
  480. DefaultState: 1
  481. RuleName: ICS TCP Connection
  482. Protocol: TCP
  483. LocalPort: 1000-4000
  484. Direction: Outbound
  485. AllowIt
  486.  
  487. DefaultState: 1
  488. RuleName: ICS UDP Connection
  489. Protocol: UDP
  490. LocalPort: 1000-4000
  491. AllowIt
  492.  
  493. ; E-Mail
  494.  
  495. [Foxmail]
  496. VisibleState: 0
  497. Exe:
  498. Foxmail, foxmail.exe
  499. Foxmail Hotmail Proxy, foxhot.exe
  500. DefaultState: 1
  501. RuleName: Send mail by Foxmail
  502. Protocol: TCP
  503. RemotePort: 25
  504. Direction: Outbound
  505. AllowIt
  506.  
  507. DefaultState: 1
  508. RuleName: Receive mail by Foxmail
  509. Protocol: TCP
  510. RemotePort: 110, 995
  511. Direction: Outbound
  512. AllowIt
  513.  
  514. DefaultState: 1
  515. RuleName: Foxmail HTTP connection
  516. Protocol: TCP
  517. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  518. Direction: Outbound
  519. AllowIt
  520.  
  521. [IncrediMail]
  522. VisibleState: 0
  523. Exe:
  524. IncrediMail, incmail.exe
  525. DefaultState: 1
  526. RuleName: Send mail by IncrediMail
  527. Protocol: TCP
  528. RemotePort: 25
  529. Direction: Outbound
  530. AllowIt
  531.  
  532. DefaultState: 1
  533. RuleName: Receive mail by IncrediMail
  534. Protocol: TCP
  535. RemotePort: 110, 995
  536. Direction: Outbound
  537. AllowIt
  538.  
  539. DefaultState: 1
  540. RuleName: IncrediMail IMAP connection
  541. Protocol: TCP
  542. RemotePort: 143
  543. Direction: Outbound
  544. AllowIt
  545.  
  546. DefaultState: 1
  547. RuleName: IncrediMail HTTP connection
  548. Protocol: TCP
  549. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  550. Direction: Outbound
  551. AllowIt
  552.  
  553. [Outlook Express]
  554. VisibleState: 0
  555. Exe:
  556. Outlook Express, msimn.exe
  557. DefaultState: 1
  558. RuleName: Send mail by Outlook Express
  559. Protocol: TCP
  560. RemotePort: 25
  561. Direction: Outbound
  562. AllowIt
  563.  
  564. DefaultState: 1
  565. RuleName: Outlook Express NNTP connection
  566. Protocol: TCP
  567. RemotePort: 119
  568. Direction: Outbound
  569. AllowIt
  570.  
  571. DefaultState: 1
  572. RuleName: Receive mail by Outlook Express
  573. Protocol: TCP
  574. RemotePort: 110, 995
  575. Direction: Outbound
  576. AllowIt
  577.  
  578. DefaultState: 1
  579. RuleName: Outlook Express IMAP connection
  580. Protocol: TCP
  581. RemotePort: 143
  582. Direction: Outbound
  583. AllowIt
  584.  
  585. DefaultState: 1
  586. RuleName: Outlook Express HTTP connection
  587. Protocol: TCP
  588. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  589. Direction: Outbound
  590. AllowIt
  591.  
  592. DefaultState: 1
  593. RuleName: Outlook Express LDAP connection
  594. Protocol: TCP
  595. RemotePort: 389
  596. Direction: Outbound
  597. AllowIt
  598.  
  599. [Microsoft Outlook]
  600. VisibleState: 0
  601. Exe:
  602. Microsoft Outlook, outlook.exe
  603. DefaultState: 1
  604. RuleName: Send mail by Microsoft Outlook
  605. Protocol: TCP
  606. RemotePort: 25
  607. Direction: Outbound
  608. AllowIt
  609.  
  610. DefaultState: 1
  611. RuleName: Microsoft Outlook NNTP connection
  612. Protocol: TCP
  613. RemotePort: 119
  614. Direction: Outbound
  615. AllowIt
  616.  
  617. DefaultState: 1
  618. RuleName: Receive mail by Microsoft Outlook
  619. Protocol: TCP
  620. RemotePort: 110, 995
  621. Direction: Outbound
  622. AllowIt
  623.  
  624. DefaultState: 1
  625. RuleName: Microsoft Outlook IMAP connection
  626. Protocol: TCP
  627. RemotePort: 143
  628. Direction: Outbound
  629. AllowIt
  630.  
  631. DefaultState: 1
  632. RuleName: Microsoft Outlook HTTP connection
  633. Protocol: TCP
  634. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  635. Direction: Outbound
  636. AllowIt
  637.  
  638. DefaultState: 1
  639. RuleName: Microsoft Outlook LDAP connection
  640. Protocol: TCP
  641. RemotePort: 389
  642. Direction: Outbound
  643. AllowIt
  644.  
  645. [Pegasus Mail]
  646. VisibleState: 0
  647. Exe:
  648. Pegasus Mail, winpm-32.exe
  649. DefaultState: 1
  650. RuleName: Send mail by Pegasus Mail
  651. Protocol: TCP
  652. RemotePort: 25
  653. Direction: Outbound
  654. AllowIt
  655.  
  656. DefaultState: 1
  657. RuleName: Receive mail by Pegasus Mail
  658. Protocol: TCP
  659. RemotePort: 110, 995
  660. Direction: Outbound
  661. AllowIt
  662.  
  663. DefaultState: 1
  664. RuleName: Pegasus Mail IMAP connection
  665. Protocol: TCP
  666. RemotePort: 143
  667. Direction: Outbound
  668. AllowIt
  669.  
  670. DefaultState: 1
  671. RuleName: Pegasus Mail HTTP connection
  672. Protocol: TCP
  673. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  674. Direction: Outbound
  675. AllowIt
  676.  
  677. [The BAT]
  678. VisibleState: 0
  679. Exe:
  680. The BAT, thebat.exe
  681. DefaultState: 1
  682. RuleName: Send mail by The BAT
  683. Protocol: TCP
  684. RemotePort: 25
  685. Direction: Outbound
  686. AllowIt
  687.  
  688. DefaultState: 1
  689. RuleName: Read News By The BAT
  690. Protocol: TCP
  691. RemotePort: 119
  692. Direction: Outbound
  693. AllowIt
  694.  
  695. DefaultState: 1
  696. RuleName: Receive mail by The BAT
  697. Protocol: TCP
  698. RemotePort: 110, 995
  699. Direction: Outbound
  700. AllowIt
  701.  
  702. DefaultState: 1
  703. RuleName: The BAT IMAP connection
  704. Protocol: TCP
  705. RemotePort: 143
  706. Direction: Outbound
  707. AllowIt
  708.  
  709. DefaultState: 1
  710. RuleName: The Bat LDAP connection
  711. Protocol: TCP
  712. RemotePort: 389
  713. Direction: Outbound
  714. AllowIt
  715.  
  716. [Express Plus]
  717. VisibleState: 0
  718. Exe:
  719. Express Plus, expressplus.exe
  720. DefaultState: 1
  721. RuleName: Send mail by Express Plus
  722. Protocol: TCP
  723. RemotePort: 25
  724. Direction: Outbound
  725. AllowIt
  726.  
  727. DefaultState: 1
  728. RuleName: Receive mail by Express Plus
  729. Protocol: TCP
  730. RemotePort: 110, 995
  731. Direction: Outbound
  732. AllowIt
  733.  
  734. DefaultState: 1
  735. RuleName: Express Plus IMAP connection
  736. Protocol: TCP
  737. RemotePort: 143
  738. Direction: Outbound
  739. AllowIt
  740.  
  741. DefaultState: 1
  742. RuleName: Express Plus HTTP connection
  743. Protocol: TCP
  744. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  745. Direction: Outbound
  746. AllowIt
  747.  
  748. [Becky!]
  749. VisibleState: 0
  750. Exe:
  751. Becky!, b2.exe
  752. DefaultState: 1
  753. RuleName: Send mail by Becky!
  754. Protocol: TCP
  755. RemotePort: 25
  756. Direction: Outbound
  757. AllowIt
  758.  
  759. DefaultState: 1
  760. RuleName: Read News By Becky!
  761. Protocol: TCP
  762. RemotePort: 119
  763. Direction: Outbound
  764. AllowIt
  765.  
  766. DefaultState: 1
  767. RuleName: Receive mail by Becky!
  768. Protocol: TCP
  769. RemotePort: 110, 995
  770. Direction: Outbound
  771. AllowIt
  772.  
  773. DefaultState: 1
  774. RuleName: Becky! IMAP connection
  775. Protocol: TCP
  776. RemotePort: 143
  777. Direction: Outbound
  778. AllowIt
  779.  
  780. [Eudora]
  781. VisibleState: 0
  782. Exe:
  783. Eudora, eudora.exe
  784. DefaultState: 1
  785. RuleName: Send mail by Eudora
  786. Protocol: TCP
  787. RemotePort: 25
  788. Direction: Outbound
  789. AllowIt
  790.  
  791. DefaultState: 1
  792. RuleName: Receive mail by Eudora
  793. Protocol: TCP
  794. RemotePort: 110, 995
  795. Direction: Outbound
  796. AllowIt
  797.  
  798. DefaultState: 1
  799. RuleName: Eudora IMAP connection
  800. Protocol: TCP
  801. RemotePort: 143
  802. Direction: Outbound
  803. AllowIt
  804.  
  805. DefaultState: 1
  806. RuleName: Eudora HTTP connection
  807. Protocol: TCP
  808. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  809. Direction: Outbound
  810. AllowIt
  811.  
  812. [Calypso]
  813. VisibleState: 0
  814. Exe:
  815. Calypso, calypso.exe
  816. DefaultState: 1
  817. RuleName: Send mail by Calypso
  818. Protocol: TCP
  819. RemotePort: 25
  820. Direction: Outbound
  821. AllowIt
  822.  
  823. DefaultState: 1
  824. RuleName: Receive mail by Calypso
  825. Protocol: TCP
  826. RemotePort: 110, 995
  827. Direction: Outbound
  828. AllowIt
  829.  
  830. DefaultState: 1
  831. RuleName: Calypso LDAP connection
  832. Protocol: TCP
  833. RemotePort: 389
  834. Direction: Outbound
  835. AllowIt
  836.  
  837. DefaultState: 1
  838. RuleName: Calypso HTTP connection
  839. Protocol: TCP
  840. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  841. Direction: Outbound
  842. AllowIt
  843.  
  844. [Mozilla Thunderbird]
  845. VisibleState: 0
  846. Exe:
  847. Mozilla Thunderbird, thunderbird.exe
  848. DefaultState: 1
  849. RuleName: Send mail by Mozilla Thunderbird
  850. Protocol: TCP
  851. RemotePort: 25
  852. Direction: Outbound
  853. AllowIt
  854.  
  855. DefaultState: 1
  856. RuleName: Receive mail by Mozilla Thunderbird
  857. Protocol: TCP
  858. RemotePort: 110, 995
  859. Direction: Outbound
  860. AllowIt
  861.  
  862. DefaultState: 1
  863. RuleName: Mozilla Thunderbird IMAP connection
  864. Protocol: TCP
  865. RemotePort: 143
  866. Direction: Outbound
  867. AllowIt
  868.  
  869. DefaultState: 1
  870. RuleName: Mozilla Thunderbird HTTP connection
  871. Protocol: TCP
  872. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  873. Direction: Outbound
  874. AllowIt
  875.  
  876. DefaultState: 1
  877. RuleName: Mozilla Thunderbird LocalHost connection
  878. Protocol: TCP
  879. RemoteHost: 127.0.0.1
  880. Direction: Outbound
  881. AllowIt
  882.  
  883. DefaultState: 1
  884. RuleName: Read News By Mozilla Thunderbird
  885. Protocol: TCP
  886. RemotePort: 119
  887. Direction: Outbound
  888. AllowIt
  889.  
  890. [YahooPOPs!]
  891. VisibleState: 0
  892. Exe:
  893. YahooPOPs!, yahoopops.exe
  894. DefaultState: 1
  895. RuleName: Receive mail by YahooPOPs!
  896. Protocol: TCP
  897. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  898. Direction: Outbound
  899. AllowIt
  900.  
  901. [Yahta]
  902. VisibleState: 0
  903. Exe:
  904. Yahta, yahta.exe
  905. DefaultState: 1
  906. RuleName: Receive mail by Yahta
  907. Protocol: TCP
  908. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  909. Direction: Outbound
  910. AllowIt
  911.  
  912. [AD MailBox Manager]
  913. VisibleState: 0
  914. Exe:
  915. AD MailBox Manager, mbm.exe
  916. DefaultState: 1
  917. RuleName: AD MailBox Manager connection
  918. Protocol: TCP
  919. RemotePort: 110
  920. Direction: Outbound
  921. AllowIt
  922.  
  923. [Magic Mail Monitor]
  924. VisibleState: 0
  925. Exe:
  926. Magic Mail Monitor, magic.exe
  927. DefaultState: 1
  928. RuleName: Magic Mail Monitor connection
  929. Protocol: TCP
  930. RemotePort: 110
  931. Direction: Outbound
  932. AllowIt
  933.  
  934. [MailBell]
  935. VisibleState: 0
  936. Exe:
  937. MailBell, mailbell.exe
  938. DefaultState: 1
  939. RuleName: MailBell connection
  940. Protocol: TCP
  941. RemotePort: 110
  942. Direction: Outbound
  943. AllowIt
  944.  
  945. [Mail Navigator]
  946. VisibleState: 0
  947. Exe:
  948. Mail Navigator, connect.exe
  949. DefaultState: 1
  950. RuleName: Receive mail by Mail Navigator
  951. Protocol: TCP
  952. RemotePort: 110
  953. Direction: Outbound
  954. AllowIt
  955.  
  956. DefaultState: 1
  957. RuleName: Send mail by Mail Navigator
  958. Protocol: TCP
  959. RemotePort: 25
  960. Direction: Outbound
  961. AllowIt
  962.  
  963. [Mail.Ru Agent]
  964. VisibleState: 0
  965. Exe:
  966. Mail.Ru Agent, mra.exe
  967. DefaultState: 1
  968. RuleName: Mail.Ru Agent HTTP Connection
  969. Protocol: TCP
  970. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  971. Direction: Outbound
  972. AllowIt
  973.  
  974. DefaultState: 1
  975. RuleName: Mail.Ru Agent connection
  976. Protocol: TCP
  977. RemotePort: 2041, 2042
  978. Direction: Outbound
  979. AllowIt
  980.  
  981. ; Browser
  982.  
  983. [Windows Explorer]
  984. VisibleState: 0
  985. Exe:
  986. Windows Explorer, explorer.exe
  987. DefaultState: 0
  988. RuleName: Windows Explorer HTTP connection
  989. Protocol: TCP
  990. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  991. Direction: Outbound
  992. AllowIt
  993.  
  994. DefaultState: 0
  995. RuleName: Windows Explorer FTP connection
  996. Protocol: TCP
  997. RemotePort: 21
  998. Direction: Outbound
  999. ActivateSI Invert 
  1000. AllowIt
  1001.  
  1002. [Amaya]
  1003. VisibleState: 0
  1004. Exe:
  1005. Amaya, amaya.exe
  1006. DefaultState: 1
  1007. RuleName: Amaya HTTP connection
  1008. Protocol: TCP
  1009. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  1010. Direction: Outbound
  1011. AllowIt
  1012.  
  1013. [Avant Browser]
  1014. VisibleState: 0
  1015. Exe:
  1016. Avant Browser, avant.exe
  1017. DefaultState: 1
  1018. RuleName: Avant Browser HTTP connection
  1019. Protocol: TCP
  1020. RemotePort:  80-83
  1021. Direction: Outbound
  1022. AllowIt
  1023.  
  1024. DefaultState: 1
  1025. RuleName: Avant Browser HTTPS connection
  1026. Protocol: TCP
  1027. RemotePort: 443
  1028. Direction: Outbound
  1029. AllowIt
  1030.  
  1031. DefaultState: 1
  1032. RuleName: Avant Browser SOCKS connection
  1033. Protocol: TCP
  1034. RemotePort: 1080
  1035. Direction: Outbound
  1036. AllowIt
  1037.  
  1038. DefaultState: 1
  1039. RuleName: Avant Browser PROXY connection
  1040. Protocol: TCP
  1041. RemotePort: 3128, 8080, 8088
  1042. Direction: Outbound
  1043. AllowIt
  1044.  
  1045. DefaultState: 1
  1046. RuleName: Avant Browser FTP connection
  1047. Protocol: TCP
  1048. RemotePort: 21
  1049. Direction: Outbound
  1050. ActivateSI Invert 
  1051. AllowIt
  1052.  
  1053. [Internet Explorer]
  1054. VisibleState: 0
  1055. Exe:
  1056. Internet Explorer, iexplore.exe
  1057. DefaultState: 1
  1058. RuleName: Internet Explorer HTTP connection
  1059. Protocol: TCP
  1060. RemotePort: 80-83
  1061. Direction: Outbound
  1062. AllowIt
  1063.  
  1064. DefaultState: 1
  1065. RuleName: Internet Explorer HTTPS connection
  1066. Protocol: TCP
  1067. RemotePort: 443
  1068. Direction: Outbound
  1069. AllowIt
  1070.  
  1071. DefaultState: 1
  1072. RuleName: Internet Explorer SOCKS connection
  1073. Protocol: TCP
  1074. RemotePort: 1080
  1075. Direction: Outbound
  1076. AllowIt
  1077.  
  1078. DefaultState: 1
  1079. RuleName: Internet Explorer PROXY connection
  1080. Protocol: TCP
  1081. RemotePort: 3128, 8080, 8088
  1082. Direction: Outbound
  1083. AllowIt
  1084.  
  1085. DefaultState: 1
  1086. RuleName: Internet Explorer Gopher connection
  1087. Protocol: TCP
  1088. RemotePort: 70
  1089. Direction: Outbound
  1090. AllowIt
  1091.  
  1092. DefaultState: 1
  1093. RuleName: Internet Explorer Web Folders
  1094. Protocol: TCP
  1095. LocalPort: 1375
  1096. Direction: Inbound
  1097. AllowIt
  1098.  
  1099. DefaultState: 1
  1100. RuleName: Internet Explorer Web Folders
  1101. Protocol: UDP
  1102. LocalPort: 1040-1050
  1103. AllowIt
  1104.  
  1105. DefaultState: 1
  1106. RuleName: Internet Explorer FTP connection
  1107. Protocol: TCP
  1108. RemotePort: 21
  1109. Direction: Outbound
  1110. ActivateSI Invert 
  1111. AllowIt
  1112.  
  1113. DefaultState: 1
  1114. RuleName: Internet Explorer show video
  1115. Protocol: TCP
  1116. RemotePort: 554
  1117. Direction: Outbound
  1118. AllowIt
  1119.  
  1120. [Netscape Navigator]
  1121. VisibleState: 0
  1122. Exe:
  1123. Netscape Navigator, netscape.exe
  1124. Netscape Navigator, netscp.exe
  1125. DefaultState: 1
  1126. RuleName: Netscape HTTP connection
  1127. Protocol: TCP
  1128. RemotePort: 80-83
  1129. Direction: Outbound
  1130. AllowIt
  1131.  
  1132. DefaultState: 1
  1133. RuleName: Netscape HTTPS connection
  1134. Protocol: TCP
  1135. RemotePort: 443
  1136. Direction: Outbound
  1137. AllowIt
  1138.  
  1139. DefaultState: 1
  1140. RuleName: Netscape SOCKS connection
  1141. Protocol: TCP
  1142. RemotePort: 1080
  1143. Direction: Outbound
  1144. AllowIt
  1145.  
  1146. DefaultState: 1
  1147. RuleName: Netscape PROXY connection
  1148. Protocol: TCP
  1149. RemotePort: 3128, 8080, 8088
  1150. Direction: Outbound
  1151. AllowIt
  1152.  
  1153. DefaultState: 1
  1154. RuleName: Netscape Messenger Send Mail
  1155. Protocol: TCP
  1156. RemotePort: 25
  1157. Direction: Outbound
  1158. AllowIt
  1159.  
  1160. DefaultState: 1
  1161. RuleName: Netscape Messenger Read News
  1162. Protocol: TCP
  1163. RemotePort: 119
  1164. Direction: Outbound
  1165. AllowIt
  1166.  
  1167. DefaultState: 1
  1168. RuleName: Netscape Messenger Receive Mail
  1169. Protocol: TCP
  1170. RemotePort: 110
  1171. Direction: Outbound
  1172. AllowIt
  1173.  
  1174. DefaultState: 1
  1175. RuleName: Netscape Messenger IMAP connection
  1176. Protocol: TCP
  1177. RemotePort: 143
  1178. Direction: Outbound
  1179. AllowIt
  1180.  
  1181. DefaultState: 1
  1182. RuleName: Netscape FTP connection
  1183. Protocol: TCP
  1184. RemotePort: 21
  1185. Direction: Outbound
  1186. ActivateSI Invert 
  1187. AllowIt
  1188.  
  1189. [Netscape Mail Notification]
  1190. VisibleState: 0
  1191. Exe:
  1192. Netscape Mail Notification, nsnotify.exe
  1193. DefaultState: 1
  1194. RuleName: Netscape Mail Notification
  1195. Protocol: TCP
  1196. RemotePort: 110
  1197. Direction: Outbound
  1198. AllowIt
  1199.  
  1200. [Crazy Browser]
  1201. VisibleState: 0
  1202. Exe:
  1203. Crazy Browser, crazy browser.exe
  1204. DefaultState: 1
  1205. RuleName: Crazy Browser HTTP connection
  1206. Protocol: TCP
  1207. RemotePort: 80-83
  1208. Direction: Outbound
  1209. AllowIt
  1210.  
  1211. DefaultState: 1
  1212. RuleName: Crazy Browser HTTPS connection
  1213. Protocol: TCP
  1214. RemotePort: 443
  1215. Direction: Outbound
  1216. AllowIt
  1217.  
  1218. DefaultState: 1
  1219. RuleName: Crazy Browser SOCKS connection
  1220. Protocol: TCP
  1221. RemotePort: 1080
  1222. Direction: Outbound
  1223. AllowIt
  1224.  
  1225. DefaultState: 1
  1226. RuleName: Crazy Browser PROXY connection
  1227. Protocol: TCP
  1228. RemotePort: 3128, 8080, 8088
  1229. Direction: Outbound
  1230. AllowIt
  1231.  
  1232. DefaultState: 1
  1233. RuleName: Crazy Browser Gopher connection
  1234. Protocol: TCP
  1235. RemotePort: 70
  1236. Direction: Outbound
  1237. AllowIt
  1238.  
  1239. DefaultState: 1
  1240. RuleName: Crazy Browser FTP connection
  1241. Protocol: TCP
  1242. RemotePort: 21
  1243. Direction: Outbound
  1244. ActivateSI Invert 
  1245. AllowIt
  1246.  
  1247. [The Off By One Web Browser]
  1248. VisibleState: 0
  1249. Exe:
  1250. The Off By One Web Browser, ob1.exe
  1251. DefaultState: 1
  1252. RuleName: The Off By One Web Browser HTTP connection
  1253. Protocol: TCP
  1254. RemotePort: 80-83
  1255. Direction: Outbound
  1256. AllowIt
  1257.  
  1258. DefaultState: 1
  1259. RuleName: The Off By One Web Browser HTTPS connection
  1260. Protocol: TCP
  1261. RemotePort: 443
  1262. Direction: Outbound
  1263. AllowIt
  1264.  
  1265. DefaultState: 1
  1266. RuleName: The Off By One Web Browser SOCKS connection
  1267. Protocol: TCP
  1268. RemotePort: 1080
  1269. Direction: Outbound
  1270. AllowIt
  1271.  
  1272. DefaultState: 1
  1273. RuleName: The Off By One Web Browser PROXY connection
  1274. Protocol: TCP
  1275. RemotePort: 3128, 8080, 8088
  1276. Direction: Outbound
  1277. AllowIt
  1278.  
  1279. [Opera]
  1280. VisibleState: 0
  1281. Exe:
  1282. Opera, opera.exe
  1283. DefaultState: 1
  1284. RuleName: Opera HTTP connection
  1285. Protocol: TCP
  1286. RemotePort: 80-83
  1287. Direction: Outbound
  1288. AllowIt
  1289.  
  1290. DefaultState: 1
  1291. RuleName: Opera HTTPS connection
  1292. Protocol: TCP
  1293. RemotePort: 443
  1294. Direction: Outbound
  1295. AllowIt
  1296.  
  1297. DefaultState: 1
  1298. RuleName: Opera SOCKS connection
  1299. Protocol: TCP
  1300. RemotePort: 1080
  1301. Direction: Outbound
  1302. AllowIt
  1303.  
  1304. DefaultState: 1
  1305. RuleName: Opera PROXY connection
  1306. Protocol: TCP
  1307. RemotePort: 3128, 8080, 8088
  1308. Direction: Outbound
  1309. AllowIt
  1310.  
  1311. DefaultState: 1
  1312. RuleName: Opera FTP connection
  1313. Protocol: TCP
  1314. RemotePort: 21
  1315. Direction: Outbound
  1316. ActivateSI Invert 
  1317. AllowIt
  1318.  
  1319. DefaultState: 1
  1320. RuleName: Opera NNTP connection
  1321. Protocol: TCP
  1322. RemotePort: 119
  1323. Direction: Outbound
  1324. AllowIt
  1325.  
  1326. DefaultState: 1
  1327. RuleName: Opera SMTP connection
  1328. Protocol: TCP
  1329. RemotePort: 25
  1330. Direction: Outbound
  1331. AllowIt
  1332.  
  1333. DefaultState: 1
  1334. RuleName: Opera POP3 connection
  1335. Protocol: TCP
  1336. RemotePort: 110
  1337. Direction: Outbound
  1338. AllowIt
  1339.  
  1340. [NetCaptor]
  1341. VisibleState: 0
  1342. Exe:
  1343. NetCaptor, netcaptor.exe
  1344. DefaultState: 1
  1345. RuleName: NetCaptor HTTP connection
  1346. Protocol: TCP
  1347. RemotePort: 80-83
  1348. Direction: Outbound
  1349. AllowIt
  1350.  
  1351. DefaultState: 1
  1352. RuleName: NetCaptor HTTPS connection
  1353. Protocol: TCP
  1354. RemotePort: 443
  1355. Direction: Outbound
  1356. AllowIt
  1357.  
  1358. DefaultState: 1
  1359. RuleName: NetCaptor SOCKS connection
  1360. Protocol: TCP
  1361. RemotePort: 1080
  1362. Direction: Outbound
  1363. AllowIt
  1364.  
  1365. DefaultState: 1
  1366. RuleName: NetCaptor PROXY connection
  1367. Protocol: TCP
  1368. RemotePort: 3128, 8080, 8088
  1369. Direction: Outbound
  1370. AllowIt
  1371.  
  1372. DefaultState: 1
  1373. RuleName: NetCaptor Gopher connection
  1374. Protocol: TCP
  1375. RemotePort: 70
  1376. Direction: Outbound
  1377. AllowIt
  1378.  
  1379. DefaultState: 1
  1380. RuleName: NetCaptor Web Folders
  1381. Protocol: TCP
  1382. LocalPort: 1375
  1383. Direction: Inbound
  1384. AllowIt
  1385.  
  1386. DefaultState: 1
  1387. RuleName: NetCaptor Web Folders
  1388. Protocol: UDP
  1389. LocalPort: 1040-1050
  1390. AllowIt
  1391.  
  1392. DefaultState: 1
  1393. RuleName: NetCaptor FTP connection
  1394. Protocol: TCP
  1395. RemotePort: 21
  1396. Direction: Outbound
  1397. ActivateSI Invert 
  1398. AllowIt
  1399.  
  1400. [NeoPlanet]
  1401. VisibleState: 0
  1402. Exe:
  1403. NeoPlanet, np.exe
  1404. DefaultState: 1
  1405. RuleName: NeoPlanet HTTP connection
  1406. Protocol: TCP
  1407. RemotePort: 80-83
  1408. Direction: Outbound
  1409. AllowIt
  1410.  
  1411. DefaultState: 1
  1412. RuleName: NeoPlanet HTTPS connection
  1413. Protocol: TCP
  1414. RemotePort: 443
  1415. Direction: Outbound
  1416. AllowIt
  1417.  
  1418. DefaultState: 1
  1419. RuleName: NeoPlanet SOCKS connection
  1420. Protocol: TCP
  1421. RemotePort: 1080
  1422. Direction: Outbound
  1423. AllowIt
  1424.  
  1425. DefaultState: 1
  1426. RuleName: NeoPlanet PROXY connection
  1427. Protocol: TCP
  1428. RemotePort: 3128, 8080, 8088
  1429. Direction: Outbound
  1430. AllowIt
  1431.  
  1432. DefaultState: 1
  1433. RuleName: NeoPlanet Gopher connection
  1434. Protocol: TCP
  1435. RemotePort: 70
  1436. Direction: Outbound
  1437. AllowIt
  1438.  
  1439. DefaultState: 1
  1440. RuleName: NeoPlanet Web Folders
  1441. Protocol: TCP
  1442. LocalPort: 1375
  1443. Direction: Inbound
  1444. AllowIt
  1445.  
  1446. DefaultState: 1
  1447. RuleName: NeoPlanet Web Folders
  1448. Protocol: UDP
  1449. LocalPort: 1040-1050
  1450. AllowIt
  1451.  
  1452. DefaultState: 1
  1453. RuleName: NeoPlanet FTP connection
  1454. Protocol: TCP
  1455. RemotePort: 21
  1456. Direction: Outbound
  1457. ActivateSI Invert 
  1458. AllowIt
  1459.  
  1460. [Phoenix Web Browser]
  1461. VisibleState: 0
  1462. Exe:
  1463. Phoenix Web Browser, phoenix.exe
  1464. DefaultState: 1
  1465. RuleName: Phoenix Web Browser HTTP connection
  1466. Protocol: TCP
  1467. RemotePort: 80-83
  1468. Direction: Outbound
  1469. AllowIt
  1470.  
  1471. DefaultState: 1
  1472. RuleName: Phoenix Web Browser HTTPS connection
  1473. Protocol: TCP
  1474. RemotePort: 443
  1475. Direction: Outbound
  1476. AllowIt
  1477.  
  1478. DefaultState: 1
  1479. RuleName: Phoenix Web Browser SOCKS connection
  1480. Protocol: TCP
  1481. RemotePort: 1080
  1482. Direction: Outbound
  1483. AllowIt
  1484.  
  1485. DefaultState: 1
  1486. RuleName: Phoenix Web Browser PROXY connection
  1487. Protocol: TCP
  1488. RemotePort: 3128, 8080, 8088
  1489. Direction: Outbound
  1490. AllowIt
  1491.  
  1492. DefaultState: 1
  1493. RuleName: Phoenix Web Browser FTP connection
  1494. Protocol: TCP
  1495. RemotePort: 21
  1496. Direction: Outbound
  1497. ActivateSI Invert 
  1498. AllowIt
  1499.  
  1500. [Mozilla Firebird]
  1501. VisibleState: 0
  1502. Exe:
  1503. Mozilla Firebird, mozillafirebird.exe
  1504. DefaultState: 1
  1505. RuleName: Mozilla Firebird HTTP connection
  1506. Protocol: TCP
  1507. RemotePort: 80-83
  1508. Direction: Outbound
  1509. AllowIt
  1510.  
  1511. DefaultState: 1
  1512. RuleName: Mozilla Firebird HTTPS connection
  1513. Protocol: TCP
  1514. RemotePort: 443
  1515. Direction: Outbound
  1516. AllowIt
  1517.  
  1518. DefaultState: 1
  1519. RuleName: Mozilla Firebird SOCKS connection
  1520. Protocol: TCP
  1521. RemotePort: 1080
  1522. Direction: Outbound
  1523. AllowIt
  1524.  
  1525. DefaultState: 1
  1526. RuleName: Mozilla Firebird PROXY connection
  1527. Protocol: TCP
  1528. RemotePort: 3128, 8080, 8088
  1529. Direction: Outbound
  1530. AllowIt
  1531.  
  1532. DefaultState: 1
  1533. RuleName: Mozilla Firebird FTP connection
  1534. Protocol: TCP
  1535. RemotePort: 21
  1536. Direction: Outbound
  1537. ActivateSI Invert 
  1538. AllowIt
  1539.  
  1540. [Mozilla Firefox]
  1541. VisibleState: 0
  1542. Exe:
  1543. Mozilla Firefox, firefox.exe
  1544. DefaultState: 1
  1545. RuleName: Mozilla Firefox HTTP connection
  1546. Protocol: TCP
  1547. RemotePort: 80-83
  1548. Direction: Outbound
  1549. AllowIt
  1550.  
  1551. DefaultState: 1
  1552. RuleName: Mozilla Firefox LocalHost connection
  1553. Protocol: TCP
  1554. RemoteHost: 127.0.0.1
  1555. Direction: Outbound
  1556. AllowIt
  1557.  
  1558. DefaultState: 1
  1559. RuleName: Mozilla Firefox HTTPS connection
  1560. Protocol: TCP
  1561. RemotePort: 443
  1562. Direction: Outbound
  1563. AllowIt
  1564.  
  1565. DefaultState: 1
  1566. RuleName: Mozilla Firefox SOCKS connection
  1567. Protocol: TCP
  1568. RemotePort: 1080
  1569. Direction: Outbound
  1570. AllowIt
  1571.  
  1572. DefaultState: 1
  1573. RuleName: Mozilla Firefox PROXY connection
  1574. Protocol: TCP
  1575. RemotePort: 3128, 8080, 8088
  1576. Direction: Outbound
  1577. AllowIt
  1578.  
  1579. DefaultState: 1
  1580. RuleName: Mozilla Firefox FTP connection
  1581. Protocol: TCP
  1582. RemotePort: 21
  1583. Direction: Outbound
  1584. ActivateSI Invert 
  1585. AllowIt
  1586.  
  1587. [Smart Explorer]
  1588. VisibleState: 0
  1589. Exe:
  1590. Smart Explorer, sexplorer.exe
  1591. DefaultState: 1
  1592. RuleName: Smart Explorer HTTP connection
  1593. Protocol: TCP
  1594. RemotePort: 80-83
  1595. Direction: Outbound
  1596. AllowIt
  1597.  
  1598. DefaultState: 1
  1599. RuleName: Smart Explorer HTTPS connection
  1600. Protocol: TCP
  1601. RemotePort: 443
  1602. Direction: Outbound
  1603. AllowIt
  1604.  
  1605. DefaultState: 1
  1606. RuleName: Smart Explorer SOCKS connection
  1607. Protocol: TCP
  1608. RemotePort: 1080
  1609. Direction: Outbound
  1610. AllowIt
  1611.  
  1612. DefaultState: 1
  1613. RuleName: Smart Explorer PROXY connection
  1614. Protocol: TCP
  1615. RemotePort: 3128, 8080, 8088
  1616. Direction: Outbound
  1617. AllowIt
  1618.  
  1619. DefaultState: 1
  1620. RuleName: Smart Explorer Gopher connection
  1621. Protocol: TCP
  1622. RemotePort: 70
  1623. Direction: Outbound
  1624. AllowIt
  1625.  
  1626. DefaultState: 1
  1627. RuleName: Smart Explorer Web Folders
  1628. Protocol: TCP
  1629. LocalPort: 1375
  1630. Direction: Inbound
  1631. AllowIt
  1632.  
  1633. DefaultState: 1
  1634. RuleName: Smart Explorer Web Folders
  1635. Protocol: UDP
  1636. LocalPort: 1040-1050
  1637. AllowIt
  1638.  
  1639. DefaultState: 1
  1640. RuleName: Smart Explorer FTP connection
  1641. Protocol: TCP
  1642. RemotePort: 21
  1643. Direction: Outbound
  1644. ActivateSI Invert 
  1645. AllowIt
  1646.  
  1647. [Mozilla]
  1648. VisibleState: 0
  1649. Exe:
  1650. Mozilla, mozilla.exe
  1651. DefaultState: 1
  1652. RuleName: Mozilla HTTP connection
  1653. Protocol: TCP
  1654. RemotePort: 80-83
  1655. Direction: Outbound
  1656. AllowIt
  1657.  
  1658. DefaultState: 1
  1659. RuleName: Mozilla HTTPS connection
  1660. Protocol: TCP
  1661. RemotePort: 443
  1662. Direction: Outbound
  1663. AllowIt
  1664.  
  1665. DefaultState: 1
  1666. RuleName: Mozilla SOCKS connection
  1667. Protocol: TCP
  1668. RemotePort: 1080
  1669. Direction: Outbound
  1670. AllowIt
  1671.  
  1672. DefaultState: 1
  1673. RuleName: Mozilla PROXY connection
  1674. Protocol: TCP
  1675. RemotePort: 3128, 8080, 8088
  1676. Direction: Outbound
  1677. AllowIt
  1678.  
  1679. DefaultState: 1
  1680. RuleName: Mozilla Gopher connection
  1681. Protocol: TCP
  1682. RemotePort: 70
  1683. Direction: Outbound
  1684. AllowIt
  1685.  
  1686. DefaultState: 1
  1687. RuleName: Mozilla FTP connection
  1688. Protocol: TCP
  1689. RemotePort: 21
  1690. Direction: Outbound
  1691. ActivateSI Invert 
  1692. AllowIt
  1693.  
  1694. DefaultState: 1
  1695. RuleName: Mozilla Send Mail
  1696. Protocol: TCP
  1697. RemotePort: 25, 110
  1698. Direction: Outbound
  1699. AllowIt
  1700.  
  1701. DefaultState: 1
  1702. RuleName: Mozilla Read News
  1703. Protocol: TCP
  1704. RemotePort: 119
  1705. Direction: Outbound
  1706. AllowIt
  1707.  
  1708. DefaultState: 1
  1709. RuleName: Mozilla Receive Mail
  1710. Protocol: TCP
  1711. RemotePort: 110
  1712. Direction: Outbound
  1713. AllowIt
  1714.  
  1715. DefaultState: 1
  1716. RuleName: Mozilla IMAP connection
  1717. Protocol: TCP
  1718. RemotePort: 143
  1719. Direction: Outbound
  1720. AllowIt
  1721.  
  1722. [MyIE Web Browser]
  1723. VisibleState: 0
  1724. Exe:
  1725. MyIE Web Browser, myie.exe
  1726. DefaultState: 1
  1727. RuleName: MyIE Web Browser HTTP connection
  1728. Protocol: TCP
  1729. RemotePort: 80-83
  1730. Direction: Outbound
  1731. AllowIt
  1732.  
  1733. DefaultState: 1
  1734. RuleName: MyIE Web Browser HTTPS connection
  1735. Protocol: TCP
  1736. RemotePort: 443
  1737. Direction: Outbound
  1738. AllowIt
  1739.  
  1740. DefaultState: 1
  1741. RuleName: MyIE Web Browser SOCKS connection
  1742. Protocol: TCP
  1743. RemotePort: 1080
  1744. Direction: Outbound
  1745. AllowIt
  1746.  
  1747. DefaultState: 1
  1748. RuleName: MyIE Web Browser PROXY connection
  1749. Protocol: TCP
  1750. RemotePort: 3128, 8080, 8088
  1751. Direction: Outbound
  1752. AllowIt
  1753.  
  1754. DefaultState: 1
  1755. RuleName: MyIE Web Browser Gopher connection
  1756. Protocol: TCP
  1757. RemotePort: 70
  1758. Direction: Outbound
  1759. AllowIt
  1760.  
  1761. DefaultState: 1
  1762. RuleName: MyIE Web Folders
  1763. Protocol: TCP
  1764. LocalPort: 1375
  1765. Direction: Inbound
  1766. AllowIt
  1767.  
  1768. DefaultState: 1
  1769. RuleName: MyIE Web Folders
  1770. Protocol: UDP
  1771. LocalPort: 1040-1050
  1772. AllowIt
  1773.  
  1774. DefaultState: 1
  1775. RuleName: MyIE Web Browser FTP connection
  1776. Protocol: TCP
  1777. RemotePort: 21
  1778. Direction: Outbound
  1779. ActivateSI Invert 
  1780. AllowIt
  1781.  
  1782. [GoSURF]
  1783. VisibleState: 0
  1784. Exe:
  1785. GoSURF, gosurf.exe
  1786. DefaultState: 1
  1787. RuleName: GoSURF HTTP connection
  1788. Protocol: TCP
  1789. RemotePort: 80-83
  1790. Direction: Outbound
  1791. AllowIt
  1792.  
  1793. DefaultState: 1
  1794. RuleName: GoSURF HTTPS connection
  1795. Protocol: TCP
  1796. RemotePort: 443
  1797. Direction: Outbound
  1798. AllowIt
  1799.  
  1800. DefaultState: 1
  1801. RuleName: GoSURF SOCKS connection
  1802. Protocol: TCP
  1803. RemotePort: 1080
  1804. Direction: Outbound
  1805. AllowIt
  1806.  
  1807. DefaultState: 1
  1808. RuleName: GoSURF PROXY connection
  1809. Protocol: TCP
  1810. RemotePort: 3128, 8080, 8088
  1811. Direction: Outbound
  1812. AllowIt
  1813.  
  1814. DefaultState: 1
  1815. RuleName: GoSURF Gopher connection
  1816. Protocol: TCP
  1817. RemotePort: 70
  1818. Direction: Outbound
  1819. AllowIt
  1820.  
  1821. DefaultState: 1
  1822. RuleName: GoSURF Web Folders
  1823. Protocol: TCP
  1824. LocalPort: 1375
  1825. Direction: Inbound
  1826. AllowIt
  1827.  
  1828. DefaultState: 1
  1829. RuleName: GoSURF Web Folders
  1830. Protocol: UDP
  1831. LocalPort: 1040-1050
  1832. AllowIt
  1833.  
  1834. ; Proxies
  1835.  
  1836. [AnalogX Proxy]
  1837. VisibleState: 0
  1838. Exe:
  1839. AnalogX Proxy, proxy.exe
  1840. DefaultState: 1
  1841. RuleName: AnalogX Proxy HTTP connection
  1842. Protocol: TCP
  1843. RemotePort: 80-83, 1080, 3128, 8080, 8088, 11523
  1844. Direction: Outbound
  1845. AllowIt
  1846.  
  1847. DefaultState: 1
  1848. RuleName: AnalogX Proxy HTTPS connection
  1849. Protocol: TCP
  1850. RemotePort: 443
  1851. Direction: Outbound
  1852. AllowIt
  1853.  
  1854. DefaultState: 1
  1855. RuleName: Send mail by AnalogX Proxy
  1856. Protocol: TCP
  1857. RemotePort: 25
  1858. Direction: Outbound
  1859. AllowIt
  1860.  
  1861. DefaultState: 1
  1862. RuleName: Receive mail by AnalogX Proxy
  1863. Protocol: TCP
  1864. RemotePort: 110
  1865. Direction: Outbound
  1866. AllowIt
  1867.  
  1868. DefaultState: 1
  1869. RuleName: Read news by AnalogX Proxy
  1870. Protocol: TCP
  1871. RemotePort: 119
  1872. Direction: Outbound
  1873. AllowIt
  1874.  
  1875. DefaultState: 1
  1876. RuleName: AnalogX Proxy FTP connection
  1877. Protocol: TCP
  1878. RemotePort: 21
  1879. Direction: Outbound
  1880. ActivateSI Invert 
  1881. AllowIt
  1882.  
  1883. [WebWasher]
  1884. VisibleState: 0
  1885. Exe:
  1886. WebWasher, wwasher.exe
  1887. DefaultState: 1
  1888. RuleName: WebWasher connection
  1889. Protocol: TCP
  1890. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1891. Direction: Outbound
  1892. AllowIt
  1893.  
  1894. [The Proxomitron]
  1895. VisibleState: 0
  1896. Exe:
  1897. The Proxomitron, proxomitron.exe
  1898. DefaultState: 1
  1899. RuleName: The Proxomitron connection
  1900. Protocol: TCP
  1901. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1902. Direction: Outbound
  1903. AllowIt
  1904.  
  1905. DefaultState: 1
  1906. RuleName: Block incoming Proxomitron connection
  1907. Protocol: TCP
  1908. Direction: Inbound
  1909. BlockIt
  1910.  
  1911. DefaultState: 1
  1912. RuleName: Allow local Proxomitron connection
  1913. Protocol: TCP
  1914. RemoteHost: 127.0.0.1
  1915. Direction: Inbound
  1916. AllowIt
  1917.  
  1918. ; Download Manager
  1919.  
  1920. [Download Accelerator Plus]
  1921. VisibleState: 0
  1922. Exe:
  1923. Download Accelerator Plus, dap.exe
  1924. DefaultState: 1
  1925. RuleName: Download Accelerator Plus HTTP connection
  1926. Protocol: TCP
  1927. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1928. Direction: Outbound
  1929. AllowIt
  1930.  
  1931. DefaultState: 1
  1932. RuleName: Download Accelerator Plus FTP connection
  1933. Protocol: TCP
  1934. RemotePort: 21
  1935. Direction: Outbound
  1936. ActivateSI Invert 
  1937. AllowIt
  1938.  
  1939. [LeechGet]
  1940. VisibleState: 0
  1941. Exe:
  1942. LeechGet, LeechGet.exe
  1943. DefaultState: 1
  1944. RuleName: LeechGet HTTP connection
  1945. Protocol: TCP
  1946. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1947. Direction: Outbound
  1948. AllowIt
  1949.  
  1950. DefaultState: 1
  1951. RuleName: LeechGet FTP connection
  1952. Protocol: TCP
  1953. RemotePort: 21
  1954. Direction: Outbound
  1955. ActivateSI Invert 
  1956. AllowIt
  1957.  
  1958. [Download Master]
  1959. VisibleState: 0
  1960. Exe:
  1961. Download Master, dmaster.exe
  1962. DefaultState: 1
  1963. RuleName: Download Master HTTP connection
  1964. Protocol: TCP
  1965. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1966. Direction: Outbound
  1967. AllowIt
  1968.  
  1969. DefaultState: 1
  1970. RuleName: Download Master FTP connection
  1971. Protocol: TCP
  1972. RemotePort: 21
  1973. Direction: Outbound
  1974. ActivateSI Invert 
  1975. AllowIt
  1976.  
  1977. [ReGet]
  1978. VisibleState: 0
  1979. Exe:
  1980. ReGet, reget.exe
  1981. ReGet Deluxe, regetdx.exe
  1982. ReGet Junior, regetjr.exe
  1983. ReGet Pro, regetpro.exe
  1984. DefaultState: 1
  1985. RuleName: ReGet connection
  1986. Protocol: TCP
  1987. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  1988. Direction: Outbound
  1989. AllowIt
  1990.  
  1991. DefaultState: 1
  1992. RuleName: ReGet FTP connection
  1993. Protocol: TCP
  1994. RemotePort: 21
  1995. Direction: Outbound
  1996. ActivateSI Invert 
  1997. AllowIt
  1998.  
  1999. [ReGet Update]
  2000. VisibleState: 0
  2001. Exe:
  2002. ReGet Update, regetupd.exe
  2003. DefaultState: 1
  2004. RuleName: ReGet Updater
  2005. Protocol: TCP
  2006. RemotePort: 80, 3128, 8080, 1080, 11523
  2007. Direction: Outbound
  2008. AllowIt
  2009.  
  2010. [3wGet]
  2011. VisibleState: 0
  2012. Exe:
  2013. 3wGet, 3wget.exe
  2014. DefaultState: 1
  2015. RuleName: 3wGet connection
  2016. Protocol: TCP
  2017. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2018. Direction: Outbound
  2019. AllowIt
  2020.  
  2021. DefaultState: 1
  2022. RuleName: 3wGet FTP connection
  2023. Protocol: TCP
  2024. RemotePort: 21
  2025. Direction: Outbound
  2026. ActivateSI Invert 
  2027. AllowIt
  2028.  
  2029. [Mass Downloader]
  2030. VisibleState: 0
  2031. Exe:
  2032. Mass Downloader, massdown.exe
  2033. DefaultState: 1
  2034. RuleName: Mass Downloader connection
  2035. Protocol: TCP
  2036. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2037. Direction: Outbound
  2038. AllowIt
  2039.  
  2040. DefaultState: 1
  2041. RuleName: Mass Downloader FTP connection
  2042. Protocol: TCP
  2043. RemotePort: 21
  2044. Direction: Outbound
  2045. ActivateSI Invert 
  2046. AllowIt
  2047.  
  2048. [NetAnts]
  2049. VisibleState: 0
  2050. Exe:
  2051. NetAnts, netants.exe
  2052. DefaultState: 1
  2053. RuleName: NetAnts connection
  2054. Protocol: TCP
  2055. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2056. Direction: Outbound
  2057. AllowIt
  2058.  
  2059. DefaultState: 1
  2060. RuleName: NetAnts FTP connection
  2061. Protocol: TCP
  2062. RemotePort: 21
  2063. Direction: Outbound
  2064. ActivateSI Invert 
  2065. AllowIt
  2066.  
  2067. [Lightning Download]
  2068. VisibleState: 0
  2069. Exe:
  2070. Lightning Download, lightning.exe
  2071. DefaultState: 1
  2072. RuleName: Lightning Download connection
  2073. Protocol: TCP
  2074. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2075. Direction: Outbound
  2076. AllowIt
  2077.  
  2078. DefaultState: 1
  2079. RuleName: Lightning Download FTP connection
  2080. Protocol: TCP
  2081. RemotePort: 21
  2082. Direction: Outbound
  2083. ActivateSI Invert 
  2084. AllowIt
  2085.  
  2086. [Star Downloader]
  2087. VisibleState: 0
  2088. Exe:
  2089. Star Downloader, stardown.exe
  2090. DefaultState: 1
  2091. RuleName: Star Downloader connection
  2092. Protocol: TCP
  2093. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2094. Direction: Outbound
  2095. AllowIt
  2096.  
  2097. DefaultState: 1
  2098. RuleName: Star Downloader FTP connection
  2099. Protocol: TCP
  2100. RemotePort: 21
  2101. Direction: Outbound
  2102. ActivateSI Invert 
  2103. AllowIt
  2104.  
  2105. [FlashGet]
  2106. VisibleState: 0
  2107. Exe:
  2108. FlashGet, jetcar.exe
  2109. FlashGet, flashget.exe
  2110. DefaultState: 1
  2111. RuleName: FlashGet connection
  2112. Protocol: TCP
  2113. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2114. Direction: Outbound
  2115. AllowIt
  2116.  
  2117. DefaultState: 1
  2118. RuleName: FlashGet FTP connection
  2119. Protocol: TCP
  2120. RemotePort: 21
  2121. Direction: Outbound
  2122. ActivateSI Invert 
  2123. AllowIt
  2124.  
  2125. [Go!Zilla]
  2126. VisibleState: 0
  2127. Exe:
  2128. Go!Zilla, go.exe
  2129. DefaultState: 1
  2130. RuleName: Go!Zilla connection
  2131. Protocol: TCP
  2132. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2133. Direction: Outbound
  2134. AllowIt
  2135.  
  2136. DefaultState: 1
  2137. RuleName: Go!Zilla FTP connection
  2138. Protocol: TCP
  2139. RemotePort: 21
  2140. Direction: Outbound
  2141. ActivateSI Invert 
  2142. AllowIt
  2143.  
  2144. [GetRight]
  2145. VisibleState: 0
  2146. Exe:
  2147. GetRight, getright.exe
  2148. DefaultState: 1
  2149. RuleName: GetRight connection
  2150. Protocol: TCP
  2151. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2152. Direction: Outbound
  2153. AllowIt
  2154.  
  2155. DefaultState: 1
  2156. RuleName: GetRight FTP connection
  2157. Protocol: TCP
  2158. RemotePort: 21
  2159. Direction: Outbound
  2160. ActivateSI Invert 
  2161. AllowIt
  2162.  
  2163. [Net Vampire]
  2164. VisibleState: 0
  2165. Exe:
  2166. Net Vampire, vampire.exe
  2167. DefaultState: 1
  2168. RuleName: Net Vampire connection
  2169. Protocol: TCP
  2170. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2171. Direction: Outbound
  2172. AllowIt
  2173.  
  2174. DefaultState: 1
  2175. RuleName: Net Vampire FTP connection
  2176. Protocol: TCP
  2177. RemotePort: 21
  2178. Direction: Outbound
  2179. ActivateSI Invert 
  2180. AllowIt
  2181.  
  2182. [WGET]
  2183. VisibleState: 0
  2184. Exe:
  2185. WGET, wget.exe
  2186. DefaultState: 1
  2187. RuleName: WGET connection
  2188. Protocol: TCP
  2189. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2190. Direction: Outbound
  2191. AllowIt
  2192.  
  2193. DefaultState: 1
  2194. RuleName: WGET FTP connection
  2195. Protocol: TCP
  2196. RemotePort: 21
  2197. Direction: Outbound
  2198. ActivateSI Invert 
  2199. AllowIt
  2200.  
  2201. ; Offline Browser
  2202.  
  2203. [DISCo Pump]
  2204. VisibleState: 0
  2205. Exe:
  2206. DISCo Pump, dpump.exe
  2207. DefaultState: 1
  2208. RuleName: DISCo Pump connection
  2209. Protocol: TCP
  2210. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2211. Direction: Outbound
  2212. AllowIt
  2213.  
  2214. [DISCo Pump Update]
  2215. VisibleState: 0
  2216. Exe:
  2217. DISCo Pump Update, dupgrad.exe
  2218. DefaultState: 1
  2219. RuleName: DISCo Pump Update connection
  2220. Protocol: TCP
  2221. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2222. Direction: Outbound
  2223. AllowIt
  2224.  
  2225. [Teleport Pro]
  2226. VisibleState: 0
  2227. Exe:
  2228. Teleport Pro, pro.exe
  2229. DefaultState: 1
  2230. RuleName: Teleport Pro connection
  2231. Protocol: TCP
  2232. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2233. Direction: Outbound
  2234. AllowIt
  2235.  
  2236. [Offline Explorer]
  2237. VisibleState: 0
  2238. Exe:
  2239. Offline Explorer, oe.exe
  2240. DefaultState: 1
  2241. RuleName: Offline Explorer connection
  2242. Protocol: TCP
  2243. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2244. Direction: Outbound
  2245. AllowIt
  2246.  
  2247. [SuperHTTP Web Spider]
  2248. VisibleState: 0
  2249. Exe:
  2250. SuperHTTP Web Spider, superhttp.exe
  2251. DefaultState: 1
  2252. RuleName: SuperHTTP connection
  2253. Protocol: TCP
  2254. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2255. Direction: Outbound
  2256. AllowIt
  2257.  
  2258. [WebZIP]
  2259. VisibleState: 0
  2260. Exe:
  2261. WebZIP, webzip.exe
  2262. DefaultState: 1
  2263. RuleName: WebZIP connection
  2264. Protocol: TCP
  2265. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2266. Direction: Outbound
  2267. AllowIt
  2268.  
  2269. [WebCopier]
  2270. VisibleState: 0
  2271. Exe:
  2272. WebCopier, webcopier.exe
  2273. DefaultState: 1
  2274. RuleName: WebCopier connection
  2275. Protocol: TCP
  2276. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2277. Direction: Outbound
  2278. AllowIt
  2279.  
  2280. [WebSite eXtractor]
  2281. VisibleState: 0
  2282. Exe:
  2283. WebSite eXtractor, webextra.exe
  2284. DefaultState: 1
  2285. RuleName: WebSite eXtractor connection
  2286. Protocol: TCP
  2287. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  2288. Direction: Outbound
  2289. AllowIt
  2290.  
  2291. ; Agnitum Products
  2292.  
  2293. [Tauscan Update]
  2294. VisibleState: 0
  2295. Exe:
  2296. Tauscan Update, taupdate.exe
  2297. DefaultState: 1
  2298. RuleName: Tauscan Update
  2299. Protocol: TCP
  2300. RemotePort: 80, 8080, 3128, 1080
  2301. Direction: Outbound
  2302. AllowIt
  2303.  
  2304. [Agnitum Products Update]
  2305. VisibleState: 0
  2306. Exe:
  2307. Outpost Update, aupdrun.exe
  2308. DefaultState: 1
  2309. RuleName: Agnitum Products Update
  2310. Protocol: TCP
  2311. RemotePort: 80, 443, 3128, 1080, 8080
  2312. Direction: Outbound
  2313. AllowIt
  2314.  
  2315. [Jammer]
  2316. VisibleState: 0
  2317. Exe:
  2318. Jammer, jammer.exe
  2319. DefaultState: 1
  2320. RuleName: Jammer Report
  2321. Protocol: TCP
  2322. RemotePort: 25
  2323. Direction: Outbound
  2324. AllowIt
  2325.  
  2326. [Agnitum Auto FeedBack]
  2327. VisibleState: 0
  2328. Exe:
  2329. Agnitum Auto FeedBack, feedback.exe
  2330. DefaultState: 1
  2331. RuleName: Agnitum Auto FeedBack
  2332. Protocol: TCP
  2333. RemotePort: 80, 8080, 3128
  2334. Direction: Outbound
  2335. AllowIt
  2336.  
  2337. [Agnitum Outpost Firewall]
  2338. VisibleState: 0
  2339. Exe:
  2340. Agnitum Outpost Firewall, outpost.exe
  2341. DefaultState: 1
  2342. RuleName: Outpost Firewall latest news
  2343. Protocol: TCP
  2344. RemotePort: 80, 8080, 3128
  2345. Direction: Outbound
  2346. AllowIt
  2347.  
  2348. ; FTP
  2349.  
  2350. [Windows FTP Client]
  2351. VisibleState: 0
  2352. Exe:
  2353. Windows FTP Client, ftp.exe
  2354. DefaultState: 1
  2355. RuleName: Windows FTP client connection
  2356. Protocol: TCP
  2357. RemotePort: 21
  2358. Direction: Outbound
  2359. ActivateSI Invert 
  2360. AllowIt
  2361.  
  2362. [CuteFTP]
  2363. VisibleState: 0
  2364. Exe:
  2365. CuteFTP, cutftp32.exe
  2366. CuteFTP Pro, cftppro.exe
  2367. CuteFTP Pro, ftpte.exe
  2368. DefaultState: 1
  2369. RuleName: CuteFTP connection
  2370. Protocol: TCP
  2371. RemotePort: 21
  2372. Direction: Outbound
  2373. ActivateSI Invert 
  2374. AllowIt
  2375.  
  2376. DefaultState: 1
  2377. RuleName: CuteFTP HTTP connection
  2378. Protocol: TCP
  2379. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2380. Direction: Outbound
  2381. AllowIt
  2382.  
  2383. [BulletProof FTP]
  2384. VisibleState: 0
  2385. Exe:
  2386. BulletProof FTP, bpftp.exe
  2387. DefaultState: 1
  2388. RuleName: BulletProof FTP connection
  2389. Protocol: TCP
  2390. RemotePort: 21
  2391. Direction: Outbound
  2392. ActivateSI Invert 
  2393. AllowIt
  2394.  
  2395. [Dreamweaver FTP client]
  2396. VisibleState: 0
  2397. Exe:
  2398. Dreamweaver FTP client, dreamweaver.exe
  2399. DefaultState: 1
  2400. RuleName: Dreamweaver FTP client connection
  2401. Protocol: TCP
  2402. RemotePort: 21
  2403. Direction: Outbound
  2404. ActivateSI Invert 
  2405. AllowIt
  2406.  
  2407. [PrimaSoft AutoFTP]
  2408. VisibleState: 0
  2409. Exe:
  2410. PrimaSoft AutoFTP, ftppro.exe
  2411. DefaultState: 1
  2412. RuleName: PrimaSoft AutoFTP connection
  2413. Protocol: TCP
  2414. RemotePort: 21
  2415. Direction: Outbound
  2416. ActivateSI Invert 
  2417. AllowIt
  2418.  
  2419. [FlashFXP]
  2420. VisibleState: 0
  2421. Exe:
  2422. FlashFXP, flashfxp.exe
  2423. DefaultState: 1
  2424. RuleName: FlashFXP FTP connection
  2425. Protocol: TCP
  2426. RemotePort: 21
  2427. Direction: Outbound
  2428. ActivateSI Invert 
  2429. AllowIt
  2430.  
  2431. [FTP Now]
  2432. VisibleState: 0
  2433. Exe:
  2434. FTP Now, ftp now.exe
  2435. DefaultState: 1
  2436. RuleName: FTP Now connection
  2437. Protocol: TCP
  2438. RemotePort: 21
  2439. Direction: Outbound
  2440. ActivateSI Invert 
  2441. AllowIt
  2442.  
  2443. [TurboFTP]
  2444. VisibleState: 0
  2445. Exe:
  2446. TurboFTP, turboftp.exe
  2447. DefaultState: 1
  2448. RuleName: TurboFTP connection
  2449. Protocol: TCP
  2450. RemotePort: 21
  2451. Direction: Outbound
  2452. ActivateSI Invert 
  2453. AllowIt
  2454.  
  2455. [AbsoluteFTP]
  2456. VisibleState: 0
  2457. Exe:
  2458. AbsuluteFTP, absoluteftp.exe
  2459. DefaultState: 1
  2460. RuleName: AbsoluteFTP connection
  2461. Protocol: TCP
  2462. RemotePort: 21
  2463. Direction: Outbound
  2464. ActivateSI Invert 
  2465. AllowIt
  2466.  
  2467. [RemFTP]
  2468. VisibleState: 0
  2469. Exe:
  2470. RemFTP, remftp.exe
  2471. DefaultState: 1
  2472. RuleName: RemFTP connection
  2473. Protocol: TCP
  2474. RemotePort: 21
  2475. Direction: Outbound
  2476. ActivateSI Invert 
  2477. AllowIt
  2478.  
  2479. [Simply COOL FTP]
  2480. VisibleState: 0
  2481. Exe:
  2482. Simply COOL FTP, scftp.exe
  2483. DefaultState: 1
  2484. RuleName: Simply COOL FTP connection
  2485. Protocol: TCP
  2486. RemotePort: 21
  2487. Direction: Outbound
  2488. ActivateSI Invert 
  2489. AllowIt
  2490.  
  2491. [Crystal FTP]
  2492. VisibleState: 0
  2493. Exe:
  2494. Crystal FTP, crystalftp.exe
  2495. DefaultState: 1
  2496. RuleName: Crystal FTP connection
  2497. Protocol: TCP
  2498. RemotePort: 21
  2499. Direction: Outbound
  2500. ActivateSI Invert 
  2501. AllowIt
  2502.  
  2503. DefaultState: 1
  2504. RuleName: Crystal FTP new version check
  2505. Protocol: TCP
  2506. RemotePort: 80
  2507. Direction: Outbound
  2508. AllowIt
  2509.  
  2510. [KenFTP]
  2511. VisibleState: 0
  2512. Exe:
  2513. KenFTP, ken ftp.exe
  2514. DefaultState: 1
  2515. RuleName: KenFTP connection
  2516. Protocol: TCP
  2517. RemotePort: 21
  2518. Direction: Outbound
  2519. ActivateSI Invert 
  2520. AllowIt
  2521.  
  2522. [FTP Commander]
  2523. VisibleState: 0
  2524. Exe:
  2525. FTP Commander, ftpcomm.exe
  2526. DefaultState: 1
  2527. RuleName: FTP Commander connection
  2528. Protocol: TCP
  2529. RemotePort: 21
  2530. Direction: Outbound
  2531. ActivateSI Invert 
  2532. AllowIt
  2533.  
  2534. [FTP Navigator]
  2535. VisibleState: 0
  2536. Exe:
  2537. FTP Navigator, ftpnavi.exe
  2538. DefaultState: 1
  2539. RuleName: FTP Navigator connection
  2540. Protocol: TCP
  2541. RemotePort: 21
  2542. Direction: Outbound
  2543. ActivateSI Invert 
  2544. AllowIt
  2545.  
  2546. [AceFTP]
  2547. VisibleState: 0
  2548. Exe:
  2549. AceFTP, aceftp.exe
  2550. DefaultState: 1
  2551. RuleName: AceFTP connection
  2552. Protocol: TCP
  2553. RemotePort: 21
  2554. Direction: Outbound
  2555. ActivateSI Invert 
  2556. AllowIt
  2557.  
  2558. [AutoSyncFTP]
  2559. VisibleState: 0
  2560. Exe:
  2561. AutoSyncFTP, autosyncftp.exe
  2562. DefaultState: 1
  2563. RuleName: AutoSyncFTP connection
  2564. Protocol: TCP
  2565. RemotePort: 21
  2566. Direction: Outbound
  2567. ActivateSI Invert 
  2568. AllowIt
  2569.  
  2570. [Click FTP]
  2571. VisibleState: 0
  2572. Exe:
  2573. Click FTP, click ftp.exe
  2574. DefaultState: 1
  2575. RuleName: Click FTP connection
  2576. Protocol: TCP
  2577. RemotePort: 21
  2578. Direction: Outbound
  2579. ActivateSI Invert 
  2580. AllowIt
  2581.  
  2582. [CoffeeCup Direct FTP]
  2583. VisibleState: 0
  2584. Exe:
  2585. CoffeeCup Direct FTP, directftp5.exe
  2586. DefaultState: 1
  2587. RuleName: CoffeeCup Direct FTP connection
  2588. Protocol: TCP
  2589. RemotePort: 21
  2590. Direction: Outbound
  2591. ActivateSI Invert 
  2592. AllowIt
  2593.  
  2594. [DC SmartFTP]
  2595. VisibleState: 0
  2596. Exe:
  2597. DC SmartFTP, dcsmartftp.exe
  2598. DefaultState: 1
  2599. RuleName: DC SmartFTP connection
  2600. Protocol: TCP
  2601. RemotePort: 21
  2602. Direction: Outbound
  2603. ActivateSI Invert 
  2604. AllowIt
  2605.  
  2606. [SmartFTP]
  2607. VisibleState: 0
  2608. Exe:
  2609. SmartFTP, smartftp.exe
  2610. DefaultState: 1
  2611. RuleName: SmartFTP connection
  2612. Protocol: TCP
  2613. RemotePort: 21
  2614. Direction: Outbound
  2615. ActivateSI Invert 
  2616. AllowIt
  2617.  
  2618. DefaultState: 1
  2619. RuleName: SmartFTP HTTP connection
  2620. Protocol: TCP
  2621. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  2622. Direction: Outbound
  2623. AllowIt
  2624.  
  2625. [FileZilla]
  2626. VisibleState: 0
  2627. Exe:
  2628. FileZilla, filezilla.exe
  2629. DefaultState: 1
  2630. RuleName: FileZilla FTP connection
  2631. Protocol: TCP
  2632. RemotePort: 21
  2633. Direction: Outbound
  2634. ActivateSI Invert 
  2635. AllowIt
  2636.  
  2637. [Site Publisher]
  2638. VisibleState: 0
  2639. Exe:
  2640. Site Publisher, sitepub.exe
  2641. DefaultState: 1
  2642. RuleName: Site Publisher FTP connection
  2643. Protocol: TCP
  2644. RemotePort: 21
  2645. Direction: Outbound
  2646. ActivateSI Invert 
  2647. AllowIt
  2648.  
  2649. [FTP Voyager]
  2650. VisibleState: 0
  2651. Exe:
  2652. FTP Voyager, ftpvoyager.exe
  2653. DefaultState: 1
  2654. RuleName: FTP Voyager connection
  2655. Protocol: TCP
  2656. RemotePort: 21
  2657. Direction: Outbound
  2658. ActivateSI Invert 
  2659. AllowIt
  2660.  
  2661. [FTPRight]
  2662. VisibleState: 0
  2663. Exe:
  2664. FTPRight, ftpright.exe
  2665. DefaultState: 1
  2666. RuleName: FTPRight connection
  2667. Protocol: TCP
  2668. RemotePort: 21
  2669. Direction: Outbound
  2670. ActivateSI Invert 
  2671. AllowIt
  2672.  
  2673. [IglooFTP Pro]
  2674. VisibleState: 0
  2675. Exe:
  2676. IglooFTP Pro, iglooftp pro.exe
  2677. DefaultState: 1
  2678. RuleName: IglooFTP Pro connection
  2679. Protocol: TCP
  2680. RemotePort: 21
  2681. Direction: Outbound
  2682. ActivateSI Invert 
  2683. AllowIt
  2684.  
  2685. [Magellan Explorer]
  2686. VisibleState: 0
  2687. Exe:
  2688. Magellan Explorer, magellan.exe
  2689. DefaultState: 1
  2690. RuleName: Magellan Explorer FTP connection
  2691. Protocol: TCP
  2692. RemotePort: 21
  2693. Direction: Outbound
  2694. ActivateSI Invert 
  2695. AllowIt
  2696.  
  2697. [Microviet Internet FTP]
  2698. VisibleState: 0
  2699. Exe:
  2700. Microviet Internet FTP, internet ftp.exe
  2701. DefaultState: 1
  2702. RuleName: Microviet Internet FTP connection
  2703. Protocol: TCP
  2704. RemotePort: 21
  2705. Direction: Outbound
  2706. ActivateSI Invert 
  2707. AllowIt
  2708.  
  2709. [miniftp]
  2710. VisibleState: 0
  2711. Exe:
  2712. miniftp, miniftp.exe
  2713. DefaultState: 1
  2714. RuleName: miniftp connection
  2715. Protocol: TCP
  2716. RemotePort: 21
  2717. Direction: Outbound
  2718. ActivateSI Invert 
  2719. AllowIt
  2720.  
  2721. [NetLoad]
  2722. VisibleState: 0
  2723. Exe:
  2724. NetLoad, netload.exe
  2725. DefaultState: 1
  2726. RuleName: NetLoad FTP connection
  2727. Protocol: TCP
  2728. RemotePort: 21
  2729. Direction: Outbound
  2730. ActivateSI Invert 
  2731. AllowIt
  2732.  
  2733. [SecureFX]
  2734. VisibleState: 0
  2735. Exe:
  2736. SecureFX, securefx.exe
  2737. DefaultState: 1
  2738. RuleName: SecureFX connection
  2739. Protocol: TCP
  2740. RemotePort: 21
  2741. Direction: Outbound
  2742. ActivateSI Invert 
  2743. AllowIt
  2744.  
  2745. DefaultState: 1
  2746. RuleName: SecureFX SFTP connection
  2747. Protocol: TCP
  2748. RemotePort: 22
  2749. Direction: Outbound
  2750. AllowIt
  2751.  
  2752. [WebFTP]
  2753. VisibleState: 0
  2754. Exe:
  2755. WebFTP, webftp3.exe
  2756. DefaultState: 1
  2757. RuleName: WebFTP connection
  2758. Protocol: TCP
  2759. RemotePort: 21
  2760. Direction: Outbound
  2761. ActivateSI Invert 
  2762. AllowIt
  2763.  
  2764. [WS_FTP]
  2765. VisibleState: 0
  2766. Exe:
  2767. WS_FTP, ftp95pro.exe
  2768. DefaultState: 1
  2769. RuleName: WS_FTP connection
  2770. Protocol: TCP
  2771. RemotePort: 21
  2772. Direction: Outbound
  2773. ActivateSI Invert 
  2774. AllowIt
  2775.  
  2776. [Windows Sockets FTP Client]
  2777. VisibleState: 0
  2778. Exe:
  2779. WinFTP, winftp32.exe
  2780. DefaultState: 1
  2781. RuleName: WinFTP connection
  2782. Protocol: TCP
  2783. RemotePort: 21
  2784. Direction: Outbound
  2785. ActivateSI Invert 
  2786. AllowIt
  2787.  
  2788. [FAR Manager]
  2789. VisibleState: 0
  2790. Exe:
  2791. Far Manager, far.exe
  2792. DefaultState: 1
  2793. RuleName: FAR manager FTP connection
  2794. Protocol: TCP
  2795. RemotePort: 21
  2796. Direction: Outbound
  2797. ActivateSI Invert 
  2798. AllowIt
  2799.  
  2800. [Total Commander]
  2801. VisibleState: 0
  2802. Exe:
  2803. Total Commander, totalcmd.exe
  2804. DefaultState: 1
  2805. RuleName: Total Commander FTP connection
  2806. Protocol: TCP
  2807. RemotePort: 21
  2808. Direction: Outbound
  2809. ActivateSI Invert 
  2810. AllowIt
  2811.  
  2812. [Windows Commander]
  2813. VisibleState: 0
  2814. Exe:
  2815. Windows Commander, wincmd32.exe
  2816. DefaultState: 1
  2817. RuleName: Windows Commander FTP connection
  2818. Protocol: TCP
  2819. RemotePort: 21
  2820. Direction: Outbound
  2821. ActivateSI Invert 
  2822. AllowIt
  2823.  
  2824. ; Telnet
  2825.  
  2826. [SecureCRT]
  2827. VisibleState: 0
  2828. Exe:
  2829. SecureCRT, securecrt.exe
  2830. DefaultState: 1
  2831. RuleName: SecureCRT connection
  2832. Protocol: TCP
  2833. RemotePort: 22
  2834. Direction: Outbound
  2835. AllowIt
  2836.  
  2837. [AlphaCom Terminal Emulator]
  2838. VisibleState: 0
  2839. Exe:
  2840. AlphaCom, alpha.exe
  2841. DefaultState: 1
  2842. RuleName: AlphaCom telnet connection
  2843. Protocol: TCP
  2844. RemotePort: 23
  2845. Direction: Outbound
  2846. AllowIt
  2847.  
  2848. [Anzio]
  2849. VisibleState: 0
  2850. Exe:
  2851. Anzio, anzio32r.exe
  2852. DefaultState: 1
  2853. RuleName: Anzio telnet connection
  2854. Protocol: TCP
  2855. RemotePort: 23
  2856. Direction: Outbound
  2857. AllowIt
  2858.  
  2859. DefaultState: 1
  2860. RuleName: Anzio rlogin connection
  2861. Protocol: TCP
  2862. RemotePort: 513
  2863. Direction: Outbound
  2864. AllowIt
  2865.  
  2866. [Com]
  2867. VisibleState: 0
  2868. Exe:
  2869. Com, com75.exe
  2870. DefaultState: 1
  2871. RuleName: Com telnet connection
  2872. Protocol: TCP
  2873. RemotePort: 23
  2874. Direction: Outbound
  2875. AllowIt
  2876.  
  2877. DefaultState: 1
  2878. RuleName: Com incoming telnet connection
  2879. Protocol: TCP
  2880. LocalPort: 23
  2881. Direction: Inbound
  2882. AllowIt
  2883.  
  2884. DefaultState: 1
  2885. RuleName: Com FTP connection
  2886. Protocol: TCP
  2887. RemotePort: 21
  2888. Direction: Outbound
  2889. ActivateSI Invert 
  2890. AllowIt
  2891.  
  2892. [Emu]
  2893. VisibleState: 0
  2894. Exe:
  2895. Emu, emu.exe
  2896. DefaultState: 1
  2897. RuleName: Emu telnet connection
  2898. Protocol: TCP
  2899. RemotePort: 23
  2900. Direction: Outbound
  2901. AllowIt
  2902.  
  2903. [IVT]
  2904. VisibleState: 0
  2905. Exe:
  2906. IVT, ivt.exe
  2907. DefaultState: 1
  2908. RuleName: IVT telnet connection
  2909. Protocol: TCP
  2910. RemotePort: 23
  2911. Direction: Outbound
  2912. AllowIt
  2913.  
  2914. [KoalaTerm]
  2915. VisibleState: 0
  2916. Exe:
  2917. KoalaTerm, mkt.exe
  2918. DefaultState: 1
  2919. RuleName: KoalaTerm telnet connection
  2920. Protocol: TCP
  2921. RemotePort: 23
  2922. Direction: Outbound
  2923. AllowIt
  2924.  
  2925. DefaultState: 1
  2926. RuleName: KoalaTerm echo connection
  2927. Protocol: TCP
  2928. RemotePort: 7
  2929. Direction: Outbound
  2930. AllowIt
  2931.  
  2932. [Mocha]
  2933. VisibleState: 0
  2934. Exe:
  2935. Mocha, mtn5250.exe
  2936. DefaultState: 1
  2937. RuleName: Mocha telnet connection
  2938. Protocol: TCP
  2939. RemotePort: 23
  2940. Direction: Outbound
  2941. AllowIt
  2942.  
  2943. [NetTerm]
  2944. VisibleState: 0
  2945. Exe:
  2946. NetTerm, netterm.exe
  2947. DefaultState: 1
  2948. RuleName: NetTerm telnet connection
  2949. Protocol: TCP
  2950. RemotePort: 23
  2951. Direction: Outbound
  2952. AllowIt
  2953.  
  2954. [Nexus Mainframe Terminal]
  2955. VisibleState: 0
  2956. Exe:
  2957. Nexus Mainframe Terminal, nmt.exe
  2958. DefaultState: 1
  2959. RuleName: Nexus Mainframe Terminal telnet connection
  2960. Protocol: TCP
  2961. RemotePort: 23
  2962. Direction: Outbound
  2963. AllowIt
  2964.  
  2965. [Putty]
  2966. VisibleState: 0
  2967. Exe:
  2968. Putty, nmt.exe
  2969. DefaultState: 1
  2970. RuleName: Putty telnet connection
  2971. Protocol: TCP
  2972. RemotePort: 23
  2973. Direction: Outbound
  2974. AllowIt
  2975.  
  2976. [Quick3270]
  2977. VisibleState: 0
  2978. Exe:
  2979. Quick3270, quick3270.exe
  2980. DefaultState: 1
  2981. RuleName: Quick3270 telnet connection
  2982. Protocol: TCP
  2983. RemotePort: 23
  2984. Direction: Outbound
  2985. AllowIt
  2986.  
  2987. [ShellTelnet]
  2988. VisibleState: 0
  2989. Exe:
  2990. ShellTelnet, shellnet.exe
  2991. DefaultState: 1
  2992. RuleName: ShellTelnet telnet connection
  2993. Protocol: TCP
  2994. RemotePort: 23
  2995. Direction: Outbound
  2996. AllowIt
  2997.  
  2998. [TelStar]
  2999. VisibleState: 0
  3000. Exe:
  3001. TelStar, telstar.exe
  3002. DefaultState: 1
  3003. RuleName: TelStar telnet connection
  3004. Protocol: TCP
  3005. RemotePort: 23
  3006. Direction: Outbound
  3007. AllowIt
  3008.  
  3009. [Telnet Streamer]
  3010. VisibleState: 0
  3011. Exe:
  3012. Telnet Streamer, xns.exe
  3013. Telnet Streamer, tns.exe
  3014. DefaultState: 1
  3015. RuleName: Telnet Streamer connection
  3016. Protocol: TCP
  3017. RemotePort: 23
  3018. Direction: Outbound
  3019. AllowIt
  3020.  
  3021. [Tera Term Pro]
  3022. VisibleState: 0
  3023. Exe:
  3024. Tera Term Pro, ttermpro.exe
  3025. DefaultState: 1
  3026. RuleName: Tera Term Pro connection
  3027. Protocol: TCP
  3028. RemotePort: 22, 23
  3029. Direction: Outbound
  3030. AllowIt
  3031.  
  3032. [TN3270]
  3033. VisibleState: 0
  3034. Exe:
  3035. TN3270, tn3270.exe
  3036. DefaultState: 1
  3037. RuleName: TN3270 telnet connection
  3038. Protocol: TCP
  3039. RemotePort: 23
  3040. Direction: Outbound
  3041. AllowIt
  3042.  
  3043. [Windows Telnet Client]
  3044. VisibleState: 0
  3045. Exe:
  3046. Windows Telnet Client, telnet.exe
  3047. DefaultState: 1
  3048. RuleName: Windows Telnet Client connection
  3049. Protocol: TCP
  3050. RemotePort: 23
  3051. Direction: Outbound
  3052. AllowIt
  3053.  
  3054. DefaultState: 1
  3055. RuleName: Windows Telnet Client RLOGIN connection
  3056. Protocol: TCP
  3057. RemotePort: 513
  3058. Direction: Outbound
  3059. AllowIt
  3060.  
  3061. ; Communications
  3062.  
  3063. [AOL Instant Messenger]
  3064. VisibleState: 0
  3065. Exe:
  3066. AOL Instant Messenger, aim.exe
  3067. DefaultState: 1
  3068. RuleName: AOL Instant Messenger Connection
  3069. Protocol: TCP
  3070. RemotePort: 5190
  3071. Direction: Outbound
  3072. AllowIt
  3073.  
  3074. DefaultState: 1
  3075. RuleName: AOL Instant Messenger HTTP connection
  3076. Protocol: TCP
  3077. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3078. Direction: Outbound
  3079. AllowIt
  3080.  
  3081. [Boomerang SST]
  3082. VisibleState: 0
  3083. Exe:
  3084. Boomerang Secure Shuttle Transport, shuttle.exe
  3085. DefaultState: 1
  3086. RuleName: Boomerang SST connection
  3087. Protocol: TCP
  3088. RemoteHost: 216.129.147.*
  3089. Direction: Outbound
  3090. AllowIt
  3091.  
  3092. [Dwyco CDC32]
  3093. VisibleState: 0
  3094. Exe:
  3095. Dwyco CDC32, cdc32.exe
  3096. DefaultState: 1
  3097. RuleName: Dwyco CDC32 server connection
  3098. Protocol: TCP
  3099. RemotePort: 6700-6703
  3100. Direction: Outbound
  3101. AllowIt
  3102.  
  3103. DefaultState: 1
  3104. RuleName: Dwyco CDC32 direct connection
  3105. Protocol: TCP
  3106. RemotePort: 6780
  3107. Direction: Outbound
  3108. AllowIt
  3109.  
  3110. DefaultState: 1
  3111. RuleName: Dwyco CDC32 file transfer and direct video zap
  3112. Protocol: TCP
  3113. RemotePort: 1024-5000
  3114. Direction: Outbound
  3115. AllowIt
  3116.  
  3117. DefaultState: 1
  3118. RuleName: Dwyco CDC32 real-time audio and video
  3119. Protocol: UDP
  3120. RemotePort: 10096, 12000-16090
  3121. AllowIt
  3122.  
  3123. DefaultState: 1
  3124. RuleName: Dwyco CDC32 link test
  3125. Protocol: TCP
  3126. RemotePort: 0
  3127. Direction: Outbound
  3128. AllowIt
  3129.  
  3130. [ICQ]
  3131. Exe:
  3132. Mirabilis ICQ, icq.exe
  3133. ICQLite, icqlite.exe
  3134. DefaultState: 1
  3135. RuleName: ICQ Server connection
  3136. Protocol: UDP
  3137. RemotePort: 4000
  3138. AllowIt
  3139.  
  3140. DefaultState: 1
  3141. RuleName: ICQ Server connection
  3142. Protocol: UDP
  3143. RemotePort: 4000
  3144. AllowIt
  3145.  
  3146. DefaultState: 1
  3147. RuleName: ICQ Client Connection
  3148. Protocol: TCP
  3149. RemotePort: 1024-65535
  3150. Direction: Inbound
  3151. AllowIt
  3152.  
  3153. DefaultState: 1
  3154. RuleName: ICQ Client Connection
  3155. Protocol: TCP
  3156. RemotePort: 1024-65535
  3157. Direction: Outbound
  3158. AllowIt
  3159.  
  3160. DefaultState: 1
  3161. RuleName: ICQ Send Mail
  3162. Protocol: TCP
  3163. RemotePort: 25
  3164. Direction: Outbound
  3165. AllowIt
  3166.  
  3167. DefaultState: 1
  3168. RuleName: ICQ Receive Mail
  3169. Protocol: TCP
  3170. RemotePort: 110
  3171. Direction: Outbound
  3172. AllowIt
  3173.  
  3174. DefaultState: 1
  3175. RuleName: ICQ HTTP connection
  3176. Protocol: TCP
  3177. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3178. Direction: Outbound
  3179. AllowIt
  3180.  
  3181. [Miranda]
  3182. VisibleState: 0
  3183. Exe:
  3184. Miranda, miranda32.exe
  3185. DefaultState: 1
  3186. RuleName: Miranda Connection
  3187. Protocol: TCP
  3188. RemotePort: 5190
  3189. Direction: Outbound
  3190. AllowIt
  3191.  
  3192. DefaultState: 1
  3193. RuleName: Miranda HTTP connection
  3194. Protocol: TCP
  3195. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3196. Direction: Outbound
  3197. AllowIt
  3198.  
  3199. [MSN Messenger]
  3200. VisibleState: 0
  3201. Exe:
  3202. MSN Messenger Service, msmsgs.exe
  3203. MSN Messenger Service, msnmsgr.exe
  3204. DefaultState: 1
  3205. RuleName: MSN Messenger Connection
  3206. Protocol: TCP
  3207. RemotePort: 1863
  3208. Direction: Outbound
  3209. AllowIt
  3210.  
  3211. DefaultState: 1
  3212. RuleName: MSN Messenger voice communications
  3213. Protocol: TCP
  3214. LocalPort: 6901
  3215. Direction: Outbound
  3216. AllowIt
  3217.  
  3218. DefaultState: 1
  3219. RuleName: MSN Messenger voice communications
  3220. Protocol: UDP
  3221. RemotePort: 6901
  3222. AllowIt
  3223.  
  3224. DefaultState: 1
  3225. RuleName: MSN Messenger file transfer
  3226. Protocol: TCP
  3227. RemotePort: 6891-6900
  3228. Direction: Outbound
  3229. AllowIt
  3230.  
  3231. DefaultState: 1
  3232. RuleName: MSN Messenger Remote Assistance
  3233. Protocol: TCP
  3234. RemotePort: 3389
  3235. Direction: Outbound
  3236. AllowIt
  3237.  
  3238. DefaultState: 1
  3239. RuleName: MSN Messenger Application Sharing and Whiteboard
  3240. Protocol: TCP
  3241. RemotePort: 1503
  3242. Direction: Outbound
  3243. AllowIt
  3244.  
  3245. DefaultState: 1
  3246. RuleName: MSN Messenger RTP connection
  3247. Protocol: UDP
  3248. LocalPort: 5004-65535
  3249. AllowIt
  3250.  
  3251. [Odigo]
  3252. VisibleState: 0
  3253. Exe:
  3254. Odigo, odigo.exe
  3255. DefaultState: 1
  3256. RuleName: Odigo Connection
  3257. Protocol: TCP
  3258. RemotePort: 80, 3128, 8080, 1080, 2562
  3259. Direction: Outbound
  3260. AllowIt
  3261.  
  3262. [Eyeball Chat]
  3263. VisibleState: 0
  3264. Exe:
  3265. Eyeball Chat, eyeballchat.exe
  3266. DefaultState: 1
  3267. RuleName: Eyeball Chat TCP connection
  3268. Protocol: TCP
  3269. RemotePort: 5500, 5501, 5515
  3270. Direction: Outbound
  3271. AllowIt
  3272.  
  3273. DefaultState: 1
  3274. RuleName: Eyeball Chat UDP connection
  3275. Protocol: UDP
  3276. RemotePort: 5700-5702
  3277. AllowIt
  3278.  
  3279. [IRC]
  3280. Exe:
  3281. mIRC, mirc32.exe
  3282. mIRC, mirc.exe
  3283. DefaultState: 1
  3284. RuleName: mIRC connection
  3285. Protocol: TCP
  3286. RemotePort: 6660-6670
  3287. Direction: Outbound
  3288. AllowIt
  3289.  
  3290. DefaultState: 1
  3291. RuleName: mIRC AUTH connection
  3292. Protocol: TCP
  3293. LocalPort: 113
  3294. Direction: Inbound
  3295. AllowIt
  3296.  
  3297. [Microsoft NetMeeting]
  3298. VisibleState: 0
  3299. Exe:
  3300. Microsoft NetMeeting, conf.exe
  3301. DefaultState: 1
  3302. RuleName: Microsoft NetMeeting Conference
  3303. Protocol: TCP
  3304. RemotePort: 1000-2999
  3305. Direction: Outbound
  3306. AllowIt
  3307.  
  3308. DefaultState: 1
  3309. RuleName: Microsoft NetMeeting Conference
  3310. Protocol: UDP
  3311. RemotePort: 49600-49700
  3312. AllowIt
  3313.  
  3314. DefaultState: 1
  3315. RuleName: Microsoft NetMeeting LDAP connection
  3316. Protocol: TCP
  3317. RemotePort: 389
  3318. Direction: Outbound
  3319. AllowIt
  3320.  
  3321. DefaultState: 1
  3322. RuleName: Microsoft NetMeeting HTTP connection
  3323. Protocol: TCP
  3324. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  3325. Direction: Outbound
  3326. AllowIt
  3327.  
  3328. [Microsoft Chat]
  3329. VisibleState: 0
  3330. Exe:
  3331. Microsoft Chat, cchat.exe
  3332. DefaultState: 1
  3333. RuleName: Microsoft Chat connection
  3334. Protocol: TCP
  3335. RemotePort: 6667
  3336. Direction: Outbound
  3337. AllowIt
  3338.  
  3339. DefaultState: 1
  3340. RuleName: Microsoft Chat AUTH connection
  3341. Protocol: TCP
  3342. RemotePort: 113
  3343. Direction: Inbound
  3344. AllowIt
  3345.  
  3346. [SMSTation]
  3347. VisibleState: 0
  3348. Exe:
  3349. SMSTation, smstation.exe
  3350. DefaultState: 1
  3351. RuleName: SMSTation connection
  3352. Protocol: TCP
  3353. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3354. Direction: Outbound
  3355. AllowIt
  3356.  
  3357. [Yahoo! Messenger]
  3358. VisibleState: 0
  3359. Exe:
  3360. Yahoo! Messenger, ypager.exe
  3361. DefaultState: 1
  3362. RuleName: Yahoo! Messenger HTTP connection
  3363. Protocol: TCP
  3364. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3365. Direction: Outbound
  3366. AllowIt
  3367.  
  3368. DefaultState: 1
  3369. RuleName: Yahoo! Messenger Send Mail
  3370. Protocol: TCP
  3371. RemotePort: 25
  3372. Direction: Outbound
  3373. AllowIt
  3374.  
  3375. DefaultState: 1
  3376. RuleName: Yahoo! Messenger Login
  3377. Protocol: TCP
  3378. RemotePort: 23, 5050
  3379. Direction: Outbound
  3380. AllowIt
  3381.  
  3382. DefaultState: 1
  3383. RuleName: Yahoo! Messenger Conference TCP connection
  3384. Protocol: TCP
  3385. RemotePort: 5000, 5001
  3386. Direction: Outbound
  3387. AllowIt
  3388.  
  3389. DefaultState: 1
  3390. RuleName: Yahoo! Messenger Conference UDP connection
  3391. Protocol: UDP
  3392. LocalPort: 5000
  3393. AllowIt
  3394.  
  3395. DefaultState: 1
  3396. RuleName: Yahoo! Messenger Call Center
  3397. Protocol: UDP
  3398. RemotePort: 6801
  3399. AllowIt
  3400.  
  3401. DefaultState: 1
  3402. RuleName: Yahoo! Messenger Call Center
  3403. Protocol: UDP
  3404. LocalPort: 5000, 5055
  3405. AllowIt
  3406.  
  3407. DefaultState: 1
  3408. RuleName: Yahoo! Messenger Call Center
  3409. Protocol: TCP
  3410. RemotePort: 7800-7825
  3411. Direction: Outbound
  3412. AllowIt
  3413.  
  3414. DefaultState: 1
  3415. RuleName: Yahoo! Messenger WebCam
  3416. Protocol: TCP
  3417. RemotePort: 5100
  3418. Direction: Outbound
  3419. AllowIt
  3420.  
  3421. [Yahoo! AutoUpdater]
  3422. VisibleState: 0
  3423. Exe:
  3424. Yahoo! AutoUpdater, yupdater.exe
  3425. DefaultState: 1
  3426. RuleName: Yahoo! Messenger AutoUpdater
  3427. Protocol: TCP
  3428. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3429. Direction: Outbound
  3430. AllowIt
  3431.  
  3432. ; Antiviral
  3433.  
  3434. [Dr. Web Update]
  3435. VisibleState: 0
  3436. Exe:
  3437. Dr. Web Update, drwebupw.exe
  3438. DefaultState: 1
  3439. RuleName: Dr. Web Update
  3440. Protocol: TCP
  3441. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3442. Direction: Outbound
  3443. AllowIt
  3444.  
  3445. [SpIDer Mail]
  3446. VisibleState: 0
  3447. Exe:
  3448. SpIDer Mail, spiderml.exe
  3449. DefaultState: 1
  3450. RuleName: SpIDer Mail connection
  3451. Protocol: TCP
  3452. RemotePort: 110, 
  3453. Direction: Outbound
  3454. AllowIt
  3455.  
  3456. [NOD32 AntiVirus Control Centre]
  3457. VisibleState: 0
  3458. Exe:
  3459. NOD32 AntiVirus Control Centre, nod32cc.exe
  3460. DefaultState: 1
  3461. RuleName: Update NOD32 engine and virus definitions
  3462. Protocol: TCP
  3463. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3464. Direction: Outbound
  3465. AllowIt
  3466.  
  3467. [NOD32 AntiVirus Email Scanner]
  3468. VisibleState: 0
  3469. Exe:
  3470. NOD32 AntiVirus Email Scanner, pop3scan.exe
  3471. DefaultState: 1
  3472. RuleName: Scan incoming mail for viruses
  3473. Protocol: TCP
  3474. RemotePort: 110
  3475. Direction: Outbound
  3476. AllowIt
  3477.  
  3478. [SymantecÆs Common Client Application]
  3479. VisibleState: 0
  3480. Exe:
  3481. SymantecÆs Common Client Application, ccapp.exe
  3482. DefaultState: 1
  3483. RuleName: Scan incoming mail for viruses
  3484. Protocol: TCP
  3485. RemotePort: 25, 110, 143, 995
  3486. Direction: Outbound
  3487. AllowIt
  3488.  
  3489. [Symantec LiveUpdate]
  3490. VisibleState: 0
  3491. Exe:
  3492. Symantec LiveUpdate, lucomserver.exe
  3493. DefaultState: 1
  3494. RuleName: Symantec LiveUpdate HTTP
  3495. Protocol: TCP
  3496. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3497. Direction: Outbound
  3498. AllowIt
  3499.  
  3500. DefaultState: 1
  3501. RuleName: Symantec LiveUpdate FTP
  3502. Protocol: TCP
  3503. RemotePort: 21
  3504. Direction: Outbound
  3505. ActivateSI Invert 
  3506. AllowIt
  3507.  
  3508. [KAV Updater]
  3509. VisibleState: 0
  3510. Exe:
  3511. KAV Updater, avpupd.exe
  3512. Kaspersky Anti-Virus Service, kavsvc.exe
  3513. DefaultState: 1
  3514. RuleName: KAV Updater HTTP connection
  3515. Protocol: TCP
  3516. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3517. Direction: Outbound
  3518. AllowIt
  3519.  
  3520. DefaultState: 1
  3521. RuleName: KAV Updater FTP connection
  3522. Protocol: TCP
  3523. RemotePort: 21
  3524. Direction: Outbound
  3525. ActivateSI Invert 
  3526. AllowIt
  3527.  
  3528. [McAfee Update]
  3529. VisibleState: 0
  3530. Exe:
  3531. McAfee VirusScan Update, mupdate.exe
  3532. DefaultState: 1
  3533. RuleName: McAfee Update
  3534. Protocol: TCP
  3535. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3536. Direction: Outbound
  3537. AllowIt
  3538.  
  3539. ; Net Utilites
  3540.  
  3541. [NetLab]
  3542. VisibleState: 0
  3543. Exe:
  3544. NetLab, netlab.exe
  3545. DefaultState: 1
  3546. RuleName: Get Time NetLab connection
  3547. Protocol: TCP
  3548. RemotePort: 37
  3549. Direction: Outbound
  3550. AllowIt
  3551.  
  3552. DefaultState: 1
  3553. RuleName: NetLab WhoIs Connection
  3554. Protocol: TCP
  3555. RemotePort: 43
  3556. Direction: Outbound
  3557. AllowIt
  3558.  
  3559. DefaultState: 1
  3560. RuleName: NetLab Quote Connection
  3561. Protocol: TCP
  3562. RemotePort: 17
  3563. Direction: Outbound
  3564. AllowIt
  3565.  
  3566. DefaultState: 1
  3567. RuleName: NetLab Finger Connection
  3568. Protocol: TCP
  3569. RemotePort: 79
  3570. Direction: Outbound
  3571. AllowIt
  3572.  
  3573. [SmartWhois]
  3574. VisibleState: 0
  3575. Exe:
  3576. SmartWhois, sw3.exe
  3577. SmartWhois, sw.exe
  3578. DefaultState: 1
  3579. RuleName: SmartWhoIs Connection
  3580. Protocol: TCP
  3581. RemotePort: 43
  3582. Direction: Outbound
  3583. AllowIt
  3584.  
  3585. [NeoTrace]
  3586. VisibleState: 0
  3587. Exe:
  3588. NeoTrace, neotrace.exe
  3589. DefaultState: 1
  3590. RuleName: Neotrace HTTP
  3591. Protocol: TCP
  3592. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3593. Direction: Outbound
  3594. AllowIt
  3595.  
  3596. DefaultState: 1
  3597. RuleName: Neotrace WhoIs
  3598. Protocol: TCP
  3599. RemotePort: 43
  3600. Direction: Outbound
  3601. AllowIt
  3602.  
  3603. [VisualRoute] 
  3604. VisibleState: 0
  3605. Exe:
  3606. VisualRoute, visualroute.exe
  3607. DefaultState: 1
  3608. RuleName: VisualRoute HTTP connection
  3609. Protocol: TCP
  3610. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3611. Direction: Outbound
  3612. AllowIt
  3613.  
  3614. DefaultState: 1 
  3615. RuleName: VisualRoute WhoIs connection
  3616. Protocol: TCP 
  3617. RemotePort: 43 
  3618. Direction: Outbound 
  3619. AllowIt 
  3620.  
  3621. ; Time Synchronizers
  3622.  
  3623. [Chameleon Clock]
  3624. VisibleState: 0
  3625. Exe:
  3626. Chameleon Clock, chamclock.exe
  3627. DefaultState: 1
  3628. RuleName: Chameleon Clock time connection
  3629. Protocol: UDP
  3630. RemotePort: 123
  3631. AllowIt
  3632.  
  3633. [Advanced System Agent]
  3634. VisibleState: 0
  3635. Exe:
  3636. Advanced System Agent, asa_ext.exe
  3637. DefaultState: 1
  3638. RuleName: Advanced System Agent time connection
  3639. Protocol: UDP
  3640. RemotePort: 123
  3641. AllowIt
  3642.  
  3643. [12Ghosts Synchronize]
  3644. VisibleState: 0
  3645. Exe:
  3646. 12Ghosts Synchronize, 12sync.exe
  3647. DefaultState: 1
  3648. RuleName: 12Ghosts Synchronize SNTP connection
  3649. Protocol: UDP
  3650. RemotePort: 123
  3651. AllowIt
  3652.  
  3653. DefaultState: 1
  3654. RuleName: 12Ghosts Synchronize time connection
  3655. Protocol: UDP
  3656. RemotePort: 37
  3657. AllowIt
  3658.  
  3659. DefaultState: 1
  3660. RuleName: 12Ghosts Synchronize time connection
  3661. Protocol: TCP
  3662. RemotePort: 37
  3663. Direction: Outbound
  3664. AllowIt
  3665.  
  3666. [1st Atomic Time]
  3667. VisibleState: 0
  3668. Exe:
  3669. 1st Atomic Time, 1stat.exe
  3670. DefaultState: 1
  3671. RuleName: 1st Atomic Time SNTP connection
  3672. Protocol: UDP
  3673. RemotePort: 123
  3674. AllowIt
  3675.  
  3676. DefaultState: 1
  3677. RuleName: 1st Atomic Time daytime connection
  3678. Protocol: TCP
  3679. RemotePort: 13
  3680. Direction: Outbound
  3681. AllowIt
  3682.  
  3683. [Absolute Time Corrector]
  3684. VisibleState: 0
  3685. Exe:
  3686. Absolute Time Corrector, atc.exe
  3687. DefaultState: 1
  3688. RuleName: Absolute Time Corrector connection
  3689. Protocol: TCP
  3690. RemotePort: 37
  3691. Direction: Outbound
  3692. AllowIt
  3693.  
  3694. [AceClock Pro]
  3695. VisibleState: 0
  3696. Exe:
  3697. AceClock Pro, aceclock.exe
  3698. DefaultState: 1
  3699. RuleName: AceClock Pro SNTP connection
  3700. Protocol: UDP
  3701. RemotePort: 123
  3702. AllowIt
  3703.  
  3704. DefaultState: 1
  3705. RuleName: AceClock Pro time connection
  3706. Protocol: TCP
  3707. RemotePort: 37
  3708. Direction: Outbound
  3709. AllowIt
  3710.  
  3711. [Atom Timer]
  3712. VisibleState: 0
  3713. Exe:
  3714. Atom Timer, atomt.exe
  3715. DefaultState: 1
  3716. RuleName: Atom Timer daytime connection
  3717. Protocol: TCP
  3718. RemotePort: 13
  3719. Direction: Outbound
  3720. AllowIt
  3721.  
  3722. [AtomSync]
  3723. VisibleState: 0
  3724. Exe:
  3725. AtomSync, atomuhr.exe
  3726. DefaultState: 1
  3727. RuleName: AtomSync SNTP connection
  3728. Protocol: UDP
  3729. RemotePort: 123
  3730. AllowIt
  3731.  
  3732. [Attache Transparent Clock]
  3733. VisibleState: 0
  3734. Exe:
  3735. Attache Clock, attacheclock.exe
  3736. Attache Clock, configtool.exe
  3737. DefaultState: 1
  3738. RuleName: Attache Clock SNTP connection
  3739. Protocol: UDP
  3740. RemotePort: 123
  3741. AllowIt
  3742.  
  3743. [Desktop Atomic Clock]
  3744. VisibleState: 0
  3745. Exe:
  3746. Desktop Atomic Clock, dac.exe
  3747. DefaultState: 1
  3748. RuleName: Desktop Atomic Clock daytime connection
  3749. Protocol: TCP
  3750. RemotePort: 13
  3751. Direction: Outbound
  3752. AllowIt
  3753.  
  3754. [DS Clock]
  3755. VisibleState: 0
  3756. Exe:
  3757. DS Clock, dsclock.exe
  3758. DefaultState: 1
  3759. RuleName: DS Clock SNTP connection
  3760. Protocol: UDP
  3761. RemotePort: 123
  3762. AllowIt
  3763.  
  3764. [Easy Time]
  3765. VisibleState: 0
  3766. Exe:
  3767. Easy Time, easytime.exe
  3768. DefaultState: 1
  3769. RuleName: Easy Time SNTP connection
  3770. Protocol: UDP
  3771. RemotePort: 123
  3772. AllowIt
  3773.  
  3774. [EZTimeSync]
  3775. VisibleState: 0
  3776. Exe:
  3777. EZTimeSync, eztimesync.exe
  3778. DefaultState: 1
  3779. RuleName: EZTimeSync connection
  3780. Protocol: TCP
  3781. RemotePort: 37
  3782. Direction: Outbound
  3783. AllowIt
  3784.  
  3785. [Dimension 4]
  3786. VisibleState: 0
  3787. Exe:
  3788. Dimension 4, d4.exe
  3789. DefaultState: 1
  3790. RuleName: Dimension 4 SNTP connection
  3791. Protocol: UDP
  3792. RemotePort: 123
  3793. AllowIt
  3794.  
  3795. DefaultState: 1
  3796. RuleName: Dimension 4 time connection
  3797. Protocol: TCP
  3798. RemotePort: 37
  3799. Direction: Outbound
  3800. AllowIt
  3801.  
  3802. DefaultState: 1
  3803. RuleName: Dimension 4 time connection
  3804. Protocol: UDP
  3805. RemotePort: 37
  3806. AllowIt
  3807.  
  3808. [NMEATime]
  3809. VisibleState: 0
  3810. Exe:
  3811. NMEATime, nmeatime.exe
  3812. DefaultState: 1
  3813. RuleName: NMEATime daytime connection
  3814. Protocol: TCP
  3815. RemotePort: 13
  3816. Direction: Outbound
  3817. AllowIt
  3818.  
  3819. DefaultState: 1
  3820. RuleName: NMEATime SNTP connection
  3821. Protocol: UDP
  3822. RemotePort: 123
  3823. AllowIt
  3824.  
  3825. [SolidSync]
  3826. VisibleState: 0
  3827. Exe:
  3828. SolidSync, solidsync.exe
  3829. DefaultState: 1
  3830. RuleName: SolidSync time connection
  3831. Protocol: TCP
  3832. RemotePort: 37
  3833. Direction: Outbound
  3834. AllowIt
  3835.  
  3836. [Tardis]
  3837. VisibleState: 0
  3838. Exe:
  3839. Tardis, tardis.exe
  3840. DefaultState: 1
  3841. RuleName: Tardis SNTP connection
  3842. Protocol: UDP
  3843. RemotePort: 123
  3844. AllowIt
  3845.  
  3846. DefaultState: 1
  3847. RuleName: Tardis time connection
  3848. Protocol: UDP
  3849. RemotePort: 37
  3850. AllowIt
  3851.  
  3852. DefaultState: 1
  3853. RuleName: Tardis time connection
  3854. Protocol: TCP
  3855. RemotePort: 37
  3856. Direction: Outbound
  3857. AllowIt
  3858.  
  3859. DefaultState: 1
  3860. RuleName: Tardis daytime connection
  3861. Protocol: TCP
  3862. RemotePort: 13
  3863. Direction: Outbound
  3864. AllowIt
  3865.  
  3866. DefaultState: 1
  3867. RuleName: Tardis HTTP connection
  3868. Protocol: TCP
  3869. RemotePort: 80
  3870. Direction: Outbound
  3871. AllowIt
  3872.  
  3873. [Tech-Pro World Clock]
  3874. VisibleState: 0
  3875. Exe:
  3876. Tech-Pro World Clock, worldclock.exe
  3877. DefaultState: 1
  3878. RuleName: Tech-Pro World Clock connection
  3879. Protocol: TCP
  3880. RemotePort: 37
  3881. Direction: Outbound
  3882. AllowIt
  3883.  
  3884. [TimeSync]
  3885. VisibleState: 0
  3886. Exe:
  3887. TimeSync, timesync.exe
  3888. DefaultState: 1
  3889. RuleName: TimeSync time connection
  3890. Protocol: TCP
  3891. RemotePort: 37
  3892. Direction: Outbound
  3893. AllowIt
  3894.  
  3895. [Time Sync Pro]
  3896. VisibleState: 0
  3897. Exe:
  3898. Time Sync Pro, timesync.exe
  3899. DefaultState: 1
  3900. RuleName: Time Sync Pro SNTP connection
  3901. Protocol: UDP
  3902. RemotePort: 123
  3903. AllowIt
  3904.  
  3905. [TSync]
  3906. VisibleState: 0
  3907. Exe:
  3908. TSync, tsync.exe
  3909. DefaultState: 1
  3910. RuleName: TSync time connection
  3911. Protocol: TCP
  3912. RemotePort: 37
  3913. Direction: Outbound
  3914. AllowIt
  3915.  
  3916. [WebTime]
  3917. VisibleState: 0
  3918. Exe:
  3919. WebTime, webtime.exe
  3920. DefaultState: 1
  3921. RuleName: WebTime time connection
  3922. Protocol: TCP
  3923. RemotePort: 37
  3924. Direction: Outbound
  3925. AllowIt
  3926.  
  3927. [YATS32]
  3928. VisibleState: 0
  3929. Exe:
  3930. YATS32, yats32.exe
  3931. DefaultState: 1
  3932. RuleName: YATS32 SNTP connection
  3933. Protocol: UDP
  3934. RemotePort: 123
  3935. AllowIt
  3936.  
  3937. ; Multimedia
  3938.  
  3939. [Ashampoo Media Player+]
  3940. VisibleState: 0
  3941. Exe:
  3942. Ashampoo Media Player+, ampplus.exe
  3943. DefaultState: 1
  3944. RuleName: Ashampoo Media Player+ Info Channel
  3945. Protocol: TCP
  3946. RemoteHost: 195.125.111.109
  3947. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3948. Direction: Outbound
  3949. AllowIt
  3950.  
  3951. [DivX Player]
  3952. VisibleState: 0
  3953. Exe:
  3954. DivX Player, DivX Player 2.0 Alpha.exe
  3955. DefaultState: 1
  3956. RuleName: DivX Player HTTP connection
  3957. Protocol: TCP
  3958. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3959. Direction: Outbound
  3960. AllowIt
  3961.  
  3962. [MusicMatch Jukebox]
  3963. VisibleState: 0
  3964. Exe:
  3965. MusicMatch Jukebox, mmjb.exe
  3966. DefaultState: 1
  3967. RuleName: MusicMatch Jukebox HTTP connection
  3968. Protocol: TCP
  3969. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3970. Direction: Outbound
  3971. AllowIt
  3972.  
  3973. [MusicMatch Jukebox Update]
  3974. VisibleState: 0
  3975. Exe:
  3976. MusicMatch Jukebox Update, mmupdatemgr.exe
  3977. DefaultState: 1
  3978. RuleName: MusicMatch Jukebox Update HTTP connection
  3979. Protocol: TCP
  3980. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3981. Direction: Outbound
  3982. AllowIt
  3983.  
  3984. [Sonique]
  3985. VisibleState: 0
  3986. Exe:
  3987. Sonique, sqstart.exe
  3988. Sonique, Sonique.exe
  3989. DefaultState: 1
  3990. RuleName: Sonique HTTP connection
  3991. Protocol: TCP
  3992. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  3993. Direction: Outbound
  3994. AllowIt
  3995.  
  3996. [WinAmp]
  3997. VisibleState: 0
  3998. Exe:
  3999. WinAmp, winamp.exe
  4000. WinAmp, studio.exe
  4001. DefaultState: 1
  4002. RuleName: WinAmp Connection
  4003. Protocol: TCP
  4004. RemotePort: 8000-8900
  4005. Direction: Outbound
  4006. AllowIt
  4007.  
  4008. DefaultState: 1
  4009. RuleName: WinAmp MiniBrowser Connection
  4010. Protocol: TCP
  4011. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4012. Direction: Outbound
  4013. AllowIt
  4014.  
  4015. [Windows Media Player]
  4016. VisibleState: 0
  4017. Exe:
  4018. Windows Media Player, mplayer2.exe
  4019. Windows Media Player, wmplayer.exe
  4020. DefaultState: 1
  4021. RuleName: Windows Media Player HTTP connection
  4022. Protocol: TCP
  4023. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4024. Direction: Outbound
  4025. AllowIt
  4026.  
  4027. DefaultState: 1
  4028. RuleName: Windows Media Player connection
  4029. Protocol: TCP
  4030. RemotePort: 1755, 8000, 8001
  4031. Direction: Outbound
  4032. AllowIt
  4033.  
  4034. [CDex]
  4035. VisibleState: 0
  4036. Exe:
  4037. CDex, cdex.exe
  4038. DefaultState: 1
  4039. RuleName: CDex HTTP connection
  4040. Protocol: TCP
  4041. RemotePort: 80-83, 443, 888, 1080, 3128, 8080, 8088, 11523
  4042. Direction: Outbound
  4043. AllowIt
  4044.  
  4045. [QuickTime]
  4046. VisibleState: 0
  4047. Exe:
  4048. QuickTime Player, quicktimeplayer.exe
  4049. DefaultState: 1
  4050. RuleName: QuickTime Player Connection
  4051. Protocol: TCP
  4052. RemotePort: 554
  4053. Direction: Outbound
  4054. AllowIt
  4055.  
  4056. DefaultState: 1
  4057. RuleName: QuickTime Player Connection
  4058. Protocol: UDP
  4059. RemotePort: 2001
  4060. AllowIt
  4061.  
  4062. DefaultState: 1
  4063. RuleName: QuickTime Player HTTP Connection
  4064. Protocol: TCP
  4065. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4066. Direction: Outbound
  4067. AllowIt
  4068.  
  4069. [RealPlayer]
  4070. VisibleState: 0
  4071. Exe:
  4072. RealPlayer, realplay.exe
  4073. DefaultState: 1
  4074. RuleName: RealPlayer Connection
  4075. Protocol: TCP
  4076. RemotePort: 554, 7070, 7071
  4077. Direction: Outbound
  4078. AllowIt
  4079.  
  4080. DefaultState: 1
  4081. RuleName: RealPlayer HTTP Connection
  4082. Protocol: TCP
  4083. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4084. Direction: Outbound
  4085. AllowIt
  4086.  
  4087. DefaultState: 1
  4088. RuleName: RealPlayer Inbound UDP Connection
  4089. Protocol: UDP
  4090. LocalPort: 6770-32000
  4091. AllowIt
  4092.  
  4093. DefaultState: 1
  4094. RuleName: RealPlayer Outbound UDP Connection
  4095. Protocol: UDP
  4096. RemotePort: 6770-32000
  4097. AllowIt
  4098.  
  4099. [RealNetworks Event Launcher]
  4100. VisibleState: 0
  4101. Exe:
  4102. RealNetworks Event Launcher, realevent.exe
  4103. DefaultState: 1
  4104. RuleName: RealNetworks Event Launcher HTTP Connection
  4105. Protocol: TCP
  4106. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4107. Direction: Outbound
  4108. AllowIt
  4109.  
  4110. ; Internet Search
  4111.  
  4112. [Copernic]
  4113. VisibleState: 0
  4114. Exe:
  4115. Copernic, copernicsvr.exe
  4116. Copernic, copernic.exe
  4117. DefaultState: 1
  4118. RuleName: Copernic search connection
  4119. Protocol: TCP
  4120. RemotePort: 80
  4121. Direction: Outbound
  4122. AllowIt
  4123.  
  4124. ; P2P
  4125.  
  4126. [eMule - Default]
  4127. VisibleState: 0
  4128. Exe:
  4129. eMule, emule.exe
  4130. DefaultState: 1
  4131. RuleName: eMule - Client to Client Source Exchange
  4132. Protocol: TCP
  4133. LocalPort: 4662
  4134. Direction: Inbound
  4135. AllowIt
  4136.  
  4137. DefaultState: 1
  4138. RuleName: eMule - Client to Client Source Exchange
  4139. Protocol: TCP
  4140. RemotePort: 4662
  4141. Direction: Outbound
  4142. AllowIt
  4143.  
  4144. DefaultState: 1
  4145. RuleName: eMule - Queue Rating, File Reask Ping
  4146. Protocol: UDP
  4147. LocalPort: 4672
  4148. AllowIt
  4149.  
  4150. DefaultState: 1
  4151. RuleName: eMule - Queue Rating, File Reask Ping
  4152. Protocol: UDP
  4153. RemotePort: 4672
  4154. AllowIt
  4155.  
  4156. DefaultState: 1
  4157. RuleName: eMule - Connection to server
  4158. Protocol: TCP
  4159. RemotePort: 4661
  4160. Direction: Outbound
  4161. AllowIt
  4162.  
  4163. DefaultState: 1
  4164. RuleName: eMule - Source asking on servers
  4165. Protocol: UDP
  4166. RemotePort: 4665
  4167. AllowIt
  4168.  
  4169. DefaultState: 1
  4170. RuleName: eMule - Webserver
  4171. Protocol: TCP
  4172. LocalPort: 4711
  4173. Direction: Inbound
  4174. AllowIt
  4175.  
  4176. DefaultState: 1
  4177. RuleName: eMule HTTP connection
  4178. Protocol: TCP
  4179. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4180. Direction: Outbound
  4181. AllowIt
  4182.  
  4183. [eDonkey]
  4184. VisibleState: 0
  4185. Exe:
  4186. eDonkey, gdonkey.exe
  4187. DefaultState: 1
  4188. RuleName: eDonkey connection
  4189. AllowAll
  4190.  
  4191. [iMesh]
  4192. VisibleState: 0
  4193. Exe:
  4194. iMesh, imeshclient.exe
  4195. DefaultState: 1
  4196. RuleName: iMesh connection
  4197. Protocol: TCP
  4198. RemotePort: 4000-5000
  4199. Direction: Outbound
  4200. AllowIt
  4201.  
  4202. DefaultState: 1
  4203. RuleName: iMesh HTTP connection
  4204. Protocol: TCP
  4205. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4206. Direction: Outbound
  4207. AllowIt
  4208.  
  4209. [KaZaA Media Desktop]
  4210. VisibleState: 0
  4211. Exe:
  4212. KaZaA Media Desktop, kazaa.exe
  4213. DefaultState: 1
  4214. RuleName: KaZaA Media Desktop outgoing connection
  4215. Protocol: TCP
  4216. RemotePort: 1214
  4217. Direction: Outbound
  4218. AllowIt
  4219.  
  4220. DefaultState: 1
  4221. RuleName: KaZaA Media Desktop incoming connection
  4222. Protocol: TCP
  4223. LocalPort: 1214
  4224. Direction: Inbound
  4225. AllowIt
  4226.  
  4227. DefaultState: 1
  4228. RuleName: KaZaA Media Desktop HTTP connection
  4229. Protocol: TCP
  4230. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4231. Direction: Outbound
  4232. AllowIt
  4233.  
  4234. [Morpheus]
  4235. VisibleState: 0
  4236. Exe:
  4237. Morpheus, morpheus.exe
  4238. Morpheus, morpheusp.exe
  4239. DefaultState: 1
  4240. RuleName: Morpheus outgoing connection
  4241. Protocol: TCP
  4242. RemotePort: 1214
  4243. Direction: Outbound
  4244. AllowIt
  4245.  
  4246. DefaultState: 1
  4247. RuleName: Morpheus incoming connection
  4248. Protocol: TCP
  4249. LocalPort: 1214
  4250. Direction: Inbound
  4251. AllowIt
  4252.  
  4253. DefaultState: 1
  4254. RuleName: Morpheus HTTP connection
  4255. Protocol: TCP
  4256. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4257. Direction: Outbound
  4258. AllowIt
  4259.  
  4260. [WinMX]
  4261. VisibleState: 0
  4262. Exe:
  4263. WinMX, winmx.exe
  4264. DefaultState: 1
  4265. RuleName: WinMX server connection
  4266. Protocol: TCP
  4267. RemotePort: 5690, 6257, 6699, 7729-7735, 7940-7952
  4268. Direction: Outbound
  4269. AllowIt
  4270.  
  4271. DefaultState: 1
  4272. RuleName: WinMX incoming UDP connection
  4273. Protocol: UDP
  4274. RemotePort: 6257
  4275. AllowIt
  4276.  
  4277. DefaultState: 1
  4278. RuleName: WinMX incoming TCP connection
  4279. Protocol: TCP
  4280. LocalPort: 6699
  4281. Direction: Inbound
  4282. AllowIt
  4283.  
  4284. DefaultState: 1
  4285. RuleName: WinMX HTTP connection
  4286. Protocol: TCP
  4287. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4288. Direction: Outbound
  4289. AllowIt
  4290.  
  4291. [Direct Connect]
  4292. VisibleState: 0
  4293. Exe:
  4294. Direct Connect, direct connect.exe
  4295. DefaultState: 1
  4296. RuleName: Direct Connect outbound connection
  4297. Protocol: TCP
  4298. RemotePort: 411
  4299. Direction: Outbound
  4300. AllowIt
  4301.  
  4302. DefaultState: 1
  4303. RuleName: Direct Connect incoming connection
  4304. Protocol: TCP
  4305. LocalPort: 412
  4306. Direction: Inbound
  4307. AllowIt
  4308.  
  4309. DefaultState: 1
  4310. RuleName: Direct Connect HTTP connection
  4311. Protocol: TCP
  4312. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4313. Direction: Outbound
  4314. AllowIt
  4315.  
  4316. [AudioGalaxy]
  4317. VisibleState: 0
  4318. Exe:
  4319. AudioGalaxy, agsatellite.exe
  4320. DefaultState: 1
  4321. RuleName: AudioGalaxy outgoing connection
  4322. Protocol: TCP
  4323. RemotePort: 21, 1117-5190, 41000 - 50000
  4324. Direction: Outbound
  4325. AllowIt
  4326.  
  4327. DefaultState: 1
  4328. RuleName: AudioGalaxy incoming connection
  4329. Protocol: TCP
  4330. LocalPort: 21, 1117-5190, 41000 - 50000
  4331. Direction: Inbound
  4332. AllowIt
  4333.  
  4334. [BearShare] 
  4335. VisibleState: 0
  4336. Exe:
  4337. Bearshare, bearshare.exe
  4338. Bearshare, bearsharepro.exe
  4339. DefaultState: 1
  4340. RuleName: BearShare HTTP connection
  4341. Protocol: TCP
  4342. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4343. Direction: Outbound
  4344. AllowIt
  4345.  
  4346. DefaultState: 1
  4347. RuleName: BearShare outgoing connection
  4348. Protocol: TCP
  4349. RemotePort: 6346-6349
  4350. Direction: Outbound
  4351. AllowIt
  4352.  
  4353. DefaultState: 1
  4354. RuleName: BearShare incoming connection
  4355. Protocol: TCP
  4356. LocalPort: 6346
  4357. Direction: Inbound
  4358. AllowIt
  4359.  
  4360. [Gnotella] 
  4361. VisibleState: 0
  4362. Exe:
  4363. Gnotella, gnotella.exe
  4364. DefaultState: 1
  4365. RuleName: Gnotella HTTP connection
  4366. Protocol: TCP
  4367. RemotePort: 80, 3128, 8080, 8088
  4368. Direction: Outbound
  4369. AllowIt
  4370.  
  4371. DefaultState: 1
  4372. RuleName: Gnotella outgoing connection
  4373. Protocol: TCP
  4374. RemotePort: 6346-6352
  4375. Direction: Outbound
  4376. AllowIt
  4377.  
  4378. DefaultState: 1
  4379. RuleName: Gnotella incoming connection
  4380. Protocol: TCP
  4381. LocalPort: 6346
  4382. Direction: Inbound
  4383. AllowIt
  4384.  
  4385. [Soulseek] 
  4386. VisibleState: 0
  4387. Exe:
  4388. Soulseek, slsk.exe
  4389. DefaultState: 1
  4390. RuleName: Soulseek HTTP connection
  4391. Protocol: TCP
  4392. RemotePort: 80, 3128, 8080, 8088
  4393. Direction: Outbound
  4394. AllowIt
  4395.  
  4396. DefaultState: 1
  4397. RuleName: Soulseek HTTPS connection
  4398. Protocol: TCP
  4399. RemotePort: 443
  4400. Direction: Outbound
  4401. AllowIt
  4402.  
  4403. DefaultState: 1
  4404. RuleName: Soulseek connection
  4405. Protocol: TCP
  4406. RemotePort: 2234-2240, 5534, 6997
  4407. Direction: Outbound
  4408. AllowIt
  4409.  
  4410. DefaultState: 1
  4411. RuleName: Soulseek incoming connection
  4412. Protocol: TCP
  4413. RemotePort: 2234
  4414. Direction: Inbound
  4415. AllowIt
  4416.  
  4417. [Blubster] 
  4418. VisibleState: 0
  4419. Exe:
  4420. Blubster, blubster.exe
  4421. DefaultState: 1
  4422. RuleName: Blubster HTTP connection
  4423. Protocol: TCP
  4424. RemotePort: 80, 3128, 8080, 8088
  4425. Direction: Outbound
  4426. AllowIt
  4427.  
  4428. DefaultState: 1
  4429. RuleName: Blubster outgoing connection
  4430. Protocol: UDP
  4431. RemotePort: 41170
  4432. AllowIt
  4433.  
  4434. DefaultState: 1
  4435. RuleName: Blubster incoming connection
  4436. Protocol: UDP
  4437. LocalPort: 41170
  4438. AllowIt
  4439.  
  4440. ; Storage
  4441.  
  4442. [Storage]
  4443. VisibleState: 0
  4444. Exe:
  4445. Filo by i-drive, idriveproxy.exe
  4446. DefaultState: 1
  4447. RuleName:  i-drive storage server
  4448. Protocol: TCP
  4449. RemotePort: 443
  4450. Direction: Outbound
  4451. AllowIt
  4452.  
  4453. ; Microsoft
  4454.  
  4455. [Microsoft Excel]
  4456. VisibleState: 0
  4457. Exe:
  4458. Microsoft Excel, excel.exe
  4459. DefaultState: 1
  4460. RuleName: Microsoft Excel HTTP
  4461. Protocol: TCP
  4462. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4463. Direction: Outbound
  4464. AllowIt
  4465.  
  4466. DefaultState: 1
  4467. RuleName: Microsoft Excel FTP
  4468. Protocol: TCP
  4469. RemotePort: 21
  4470. Direction: Outbound
  4471. ActivateSI Invert 
  4472. AllowIt
  4473.  
  4474. DefaultState: 1
  4475. RuleName: Microsoft Excel E-Mail
  4476. Protocol: TCP
  4477. RemotePort: 25, 110
  4478. Direction: Outbound
  4479. AllowIt
  4480.  
  4481. DefaultState: 1
  4482. RuleName: Microsoft Excel LDAP
  4483. Protocol: TCP
  4484. RemotePort: 389
  4485. Direction: Outbound
  4486. AllowIt
  4487.  
  4488. DefaultState: 1
  4489. RuleName: Microsoft Excel MSSQL
  4490. Protocol: TCP
  4491. RemotePort: 1433, 1434
  4492. Direction: Outbound
  4493. AllowIt
  4494.  
  4495. [Microsoft Word]
  4496. VisibleState: 0
  4497. Exe:
  4498. Microsoft Word, winword.exe
  4499. DefaultState: 1
  4500. RuleName: Microsoft Word HTTP
  4501. Protocol: TCP
  4502. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4503. Direction: Outbound
  4504. AllowIt
  4505.  
  4506. DefaultState: 1
  4507. RuleName: Microsoft Word FTP
  4508. Protocol: TCP
  4509. RemotePort: 21
  4510. Direction: Outbound
  4511. ActivateSI Invert 
  4512. AllowIt
  4513.  
  4514. DefaultState: 1
  4515. RuleName: Microsoft Word E-Mail
  4516. Protocol: TCP
  4517. RemotePort: 25, 110
  4518. Direction: Outbound
  4519. AllowIt
  4520.  
  4521. DefaultState: 1
  4522. RuleName: Microsoft Word LDAP
  4523. Protocol: TCP
  4524. RemotePort: 389
  4525. Direction: Outbound
  4526. AllowIt
  4527.  
  4528. [Microsoft Access]
  4529. VisibleState: 0
  4530. Exe:
  4531. Microsoft Access, msaccess.exe
  4532. DefaultState: 1
  4533. RuleName: Microsoft Access HTTP
  4534. Protocol: TCP
  4535. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4536. Direction: Outbound
  4537. AllowIt
  4538.  
  4539. DefaultState: 1
  4540. RuleName: Microsoft Access FTP
  4541. Protocol: TCP
  4542. RemotePort: 21
  4543. Direction: Outbound
  4544. ActivateSI Invert 
  4545. AllowIt
  4546.  
  4547. DefaultState: 1
  4548. RuleName: Microsoft Access E-Mail
  4549. Protocol: TCP
  4550. RemotePort: 25, 110
  4551. Direction: Outbound
  4552. AllowIt
  4553.  
  4554. DefaultState: 1
  4555. RuleName: Microsoft Access LDAP
  4556. Protocol: TCP
  4557. RemotePort: 389
  4558. Direction: Outbound
  4559. AllowIt
  4560.  
  4561. ; Word Processing
  4562.  
  4563. [Adobe Acrobat]
  4564. VisibleState: 0
  4565. Exe:
  4566. Adobe Acrobat, acrobat.exe
  4567. DefaultState: 1
  4568. RuleName: Update Adobe Acrobat
  4569. Protocol: TCP
  4570. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4571. Direction: Outbound
  4572. AllowIt
  4573.  
  4574. [Adobe Acrobat Reader]
  4575. VisibleState: 0
  4576. Exe:
  4577. Adobe Acrobat Reader, acrord32.exe
  4578. DefaultState: 1
  4579. RuleName: Update Adobe Acrobat Reader
  4580. Protocol: TCP
  4581. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4582. Direction: Outbound
  4583. AllowIt
  4584.  
  4585. [EditPad Pro]
  4586. VisibleState: 0
  4587. Exe:
  4588. EditPad Pro, editpadpro.exe
  4589. DefaultState: 1
  4590. RuleName: Send mail by EditPad Pro
  4591. Protocol: TCP
  4592. RemotePort: 25
  4593. Direction: Outbound
  4594. AllowIt
  4595.  
  4596. DefaultState: 1
  4597. RuleName: Download/Update EPP Syntax Colour Schemes
  4598. Protocol: TCP
  4599. RemotePort: 80
  4600. RemoteHost: 216.92.230.239
  4601. Direction: Outbound
  4602. AllowIt
  4603.  
  4604. [Babylon]
  4605. VisibleState: 0
  4606. Exe:
  4607. Babylon, babylon.exe
  4608. DefaultState: 1
  4609. RuleName: Babylon HTTP connection
  4610. Protocol: TCP
  4611. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4612. Direction: Outbound
  4613. AllowIt
  4614.  
  4615. ; Encryption
  4616.  
  4617. [ECM SignCode]
  4618. VisibleState: 0
  4619. Exe:
  4620. ECM SignCode, signcode.exe
  4621. DefaultState: 1
  4622. RuleName: ECM SignCode HTTP connection
  4623. Protocol: TCP
  4624. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4625. Direction: Outbound
  4626. AllowIt
  4627.  
  4628. [PGP Keys]
  4629. VisibleState: 0
  4630. Exe:
  4631. PGP Keys, pgpkeys.exe
  4632. DefaultState: 1
  4633. RuleName: PGP Keys HTTP connection
  4634. Protocol: TCP
  4635. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4636. Direction: Outbound
  4637. AllowIt
  4638.  
  4639. DefaultState: 1
  4640. RuleName: PGP Keys Server connection
  4641. Protocol: TCP
  4642. RemotePort: 11370-11371
  4643. Direction: Outbound
  4644. AllowIt
  4645.  
  4646. DefaultState: 1
  4647. RuleName: PGP Keys LDAP connection
  4648. Protocol: TCP
  4649. RemotePort: 389
  4650. Direction: Outbound
  4651. AllowIt
  4652.  
  4653. ; E-Commerce
  4654.  
  4655. [Cyphermint PayCash]
  4656. VisibleState: 0
  4657. Exe:
  4658. Cyphermint PayCash, wallet.exe
  4659. Cyphermint PayCash, cyphermintwallet.exe
  4660. DefaultState: 1
  4661. RuleName: Cyphermint PayCash connection
  4662. Protocol: TCP
  4663. RemotePort: 8128
  4664. Direction: Outbound
  4665. AllowIt
  4666.  
  4667. DefaultState: 1
  4668. RuleName: Cyphermint PayCash PROXY connection
  4669. Protocol: TCP
  4670. RemotePort: 3128, 8080
  4671. Direction: Outbound
  4672. AllowIt
  4673.  
  4674. DefaultState: 1
  4675. RuleName: Cyphermint PayCash incoming connection
  4676. Protocol: TCP
  4677. LocalPort: 8128
  4678. Direction: Inbound
  4679. AllowIt
  4680.  
  4681. [WebMoney]
  4682. VisibleState: 0
  4683. Exe:
  4684. WebMoney, webmoney.exe
  4685. DefaultState: 1
  4686. RuleName: WebMoney connection
  4687. Protocol: TCP
  4688. RemotePort: 2802
  4689. Direction: Outbound
  4690. AllowIt
  4691.  
  4692. DefaultState: 1
  4693. RuleName: WebMoney HTTP connection
  4694. Protocol: TCP
  4695. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4696. Direction: Outbound
  4697. AllowIt
  4698.  
  4699. ; ARC
  4700.  
  4701. [PowerArchiver]
  4702. VisibleState: 0
  4703. Exe:
  4704. PowerArchiver, powerarc.exe
  4705. DefaultState: 1
  4706. RuleName: Update PowerArchiver
  4707. Protocol: TCP
  4708. RemoteHost: 140.99.102.66
  4709. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4710. Direction: Outbound
  4711. AllowIt
  4712.  
  4713. ; Server
  4714.  
  4715. [Pointcast SMTP Server]
  4716. VisibleState: 0
  4717. Exe:
  4718. Pointcast SMTP Server, pointcastserver.exe
  4719. DefaultState: 1
  4720. RuleName: Send mail by PointCast Server
  4721. Protocol: TCP
  4722. RemotePort: 25
  4723. Direction: Outbound
  4724. AllowIt
  4725.  
  4726. DefaultState: 1
  4727. RuleName: PointCast Server HTTP connection
  4728. Protocol: TCP
  4729. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4730. Direction: Outbound
  4731. AllowIt
  4732.  
  4733. [FTP Server]
  4734. VisibleState: 0
  4735. Exe:
  4736. FTP Server, ftpserve.exe
  4737. DefaultState: 1
  4738. RuleName: FTP Server incoming FTP connection 
  4739. Protocol: TCP
  4740. LocalPort: 21
  4741. Direction: Inbound
  4742. ActivateSI Invert 
  4743. AllowIt
  4744.  
  4745. [Serv-U FTP Server]
  4746. VisibleState: 0
  4747. Exe:
  4748. Serv-U FTP Server, servudaemon.exe
  4749. DefaultState: 1
  4750. RuleName: Serv-U FTP Server connection 
  4751. Protocol: TCP
  4752. LocalPort: 21
  4753. Direction: Inbound
  4754. ActivateSI Invert 
  4755. AllowIt
  4756.  
  4757. [Cerberus FTP Server]
  4758. VisibleState: 0
  4759. Exe:
  4760. Serv-U FTP Server, cerberus.exe
  4761. DefaultState: 1
  4762. RuleName: Cerberus FTP Server connection 
  4763. Protocol: TCP
  4764. LocalPort: 21
  4765. Direction: Inbound
  4766. ActivateSI Invert 
  4767. AllowIt
  4768.  
  4769. ; Games
  4770.  
  4771. [Catch the Sperm!]
  4772. VisibleState: 0
  4773. Exe:
  4774. Catch the Sperm!, catchthesperm.exe
  4775. DefaultState: 1
  4776. RuleName: Catch the Sperm! HTTP connection
  4777. Protocol: TCP
  4778. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4779. Direction: Outbound
  4780. AllowIt
  4781.  
  4782. [Catch the Sperm II]
  4783. VisibleState: 0
  4784. Exe:
  4785. Catch the Sperm II, catchthesperm2.exe
  4786. DefaultState: 1
  4787. RuleName: Catch the Sperm! HTTP connection
  4788. Protocol: TCP
  4789. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  4790. Direction: Outbound
  4791. AllowIt
  4792.  
  4793. [Medal of Honour: Allied Assault]
  4794. VisibleState: 0
  4795. Exe:
  4796. Medal of Honour: Allied Assault, mohaa.exe
  4797. DefaultState: 1
  4798. RuleName: Medal of Honour outbound UDP connection
  4799. Protocol: UDP
  4800. RemotePort: 12203, 12206
  4801. AllowIt
  4802.  
  4803. DefaultState: 1
  4804. RuleName: Medal of Honour inbound UDP connection
  4805. Protocol: UDP
  4806. RemotePort: 12203, 12206
  4807. AllowIt
  4808.  
  4809. DefaultState: 1
  4810. RuleName: Medal of Honour - send 'heartbeat' to master server
  4811. Protocol: UDP
  4812. RemotePort: 27900
  4813. RemoteHost: 216.177.89.34
  4814. AllowIt
  4815.  
  4816. [Championship Manager]
  4817. VisibleState: 0
  4818. Exe:
  4819. Championship Manager, cm0001.exe
  4820. DefaultState: 1
  4821. RuleName: Championship Manager TCP Connection
  4822. Protocol: TCP
  4823. RemotePort: 6667
  4824. Direction: Outbound
  4825. AllowIt
  4826.  
  4827. DefaultState: 1
  4828. RuleName: Championship Manager UDP Connection
  4829. Protocol: UDP
  4830. RemotePort: 6667
  4831. AllowIt
  4832.  
  4833. [Ultima Online]
  4834. VisibleState: 0
  4835. Exe:
  4836. Ultima Online, uo.exe
  4837. RuleName: Ultima Online
  4838. Protocol: TCP
  4839. RemotePort: 7785, 9999, 5001-5010, 7775-7777, 8800-8900
  4840. Direction: Outbound
  4841. AllowIt
  4842.  
  4843. [Quake II]
  4844. VisibleState: 0
  4845. Exe:
  4846. Quake II, quake2.exe
  4847. DefaultState: 1
  4848. RuleName: Quake II TCP Connection
  4849. Protocol: TCP
  4850. RemotePort: 27901
  4851. Direction: Outbound
  4852. AllowIt
  4853.  
  4854. DefaultState: 1
  4855. RuleName: Quake II UDP Connection
  4856. Protocol: UDP
  4857. RemotePort: 27910-27961
  4858. AllowIt
  4859.  
  4860. [Quake III]
  4861. VisibleState: 0
  4862. Exe:
  4863. Quake III, quake3.exe
  4864. DefaultState: 1
  4865. RuleName: Quake III TCP Connection
  4866. Protocol: TCP
  4867. RemotePort: 27950-30000
  4868. Direction: Outbound
  4869. AllowIt
  4870.  
  4871. DefaultState: 1
  4872. RuleName: Quake III UDP Connection
  4873. Protocol: UDP
  4874. RemotePort: 1025, 27910-30000
  4875. AllowIt
  4876.  
  4877. [Unreal]
  4878. VisibleState: 0
  4879. Exe:
  4880. Unreal, unreal.exe
  4881. DefaultState: 1
  4882. RuleName: Unreal TCP Connection
  4883. Protocol: TCP
  4884. RemotePort: 7777, 8888, 27900
  4885. Direction: Outbound
  4886. AllowIt
  4887.  
  4888. DefaultState: 1
  4889. RuleName: Unreal UDP Connection
  4890. Protocol: UDP
  4891. RemotePort: 7777-7781
  4892. AllowIt
  4893.  
  4894. [Delta Force]
  4895. VisibleState: 0
  4896. Exe:
  4897. Delta Force, df.exe
  4898. DefaultState: 1
  4899. RuleName: Delta Force TCP Connection
  4900. Protocol: TCP
  4901. RemotePort: 3100-3999
  4902. Direction: Outbound
  4903. AllowIt
  4904.  
  4905. DefaultState: 1
  4906. RuleName: Delta Force UDP Connection
  4907. Protocol: UDP
  4908. RemotePort: 3100-3999, 3568-3569
  4909. AllowIt
  4910.  
  4911. [Half-Life]
  4912. VisibleState: 0
  4913. Exe:
  4914. Half-Life, hl.exe
  4915. DefaultState: 1
  4916. RuleName: Half-Life TCP Connection
  4917. Protocol: TCP
  4918. RemotePort: 6000-6003, 7001
  4919. Direction: Outbound
  4920. AllowIt
  4921.  
  4922. DefaultState: 1
  4923. RuleName: Half-Life UDP Connection
  4924. Protocol: UDP
  4925. RemotePort: 27000-27020
  4926. AllowIt
  4927.  
  4928. [Game Zone]
  4929. VisibleState: 0
  4930. Exe:
  4931. Game Zone Client, zclientm.exe
  4932. DefaultState: 0
  4933. RuleName:  MSN(tm) Zone TCP Connection
  4934. Protocol: TCP
  4935. RemotePort: 6667, 8000-9000, 9110, 9113, 8995-11000, 28800-29000
  4936. Direction: Outbound
  4937. AllowIt
  4938.  
  4939. DefaultState: 1
  4940. RuleName: MSN(tm) Zone UDP Connection
  4941. Protocol: UDP
  4942. RemotePort: 0, 8000-9000, 9000-9100, 28800-29000
  4943. AllowIt
  4944.  
  4945. DefaultState: 1
  4946. RuleName:  DirectX and Direct Play Games TCP Connection
  4947. Protocol: TCP
  4948. RemotePort: 2300-2400, 47264
  4949. Direction: Outbound
  4950. AllowIt
  4951.  
  4952. DefaultState: 1
  4953. RuleName: DirectX and Direct Play Games UDP Connection
  4954. Protocol: UDP
  4955. RemotePort: 2300-2400
  4956. AllowIt
  4957.  
  4958. DefaultState: 1
  4959. RuleName: MSN(tm) Zone HTTP connection
  4960. Protocol: TCP
  4961. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  4962. Direction: Outbound
  4963. AllowIt
  4964.  
  4965. [Ricochet]
  4966. VisibleState: 0
  4967. Exe:
  4968. Ricochet, ricochet.exe
  4969. DefaultState: 1
  4970. RuleName: Ricochet HTTP connection
  4971. Protocol: TCP
  4972. RemotePort:  80-83, 443, 1080, 3128, 8080, 8088, 11523
  4973. Direction: Outbound
  4974. AllowIt
  4975.  
  4976. ; Administration
  4977.  
  4978. [Citrix ICA]
  4979. VisibleState: 0
  4980. Exe:
  4981. Citrix ICA Shell, pn.exe
  4982. Citrix ICA Client, wfica32.exe
  4983. DefaultState: 1
  4984. RuleName: ICA server search
  4985. Protocol: UDP
  4986. RemotePort: 1604
  4987. AllowIt
  4988.  
  4989. DefaultState: 1
  4990. RuleName: ICA data connection
  4991. Protocol: TCP
  4992. RemotePort: 1494
  4993. Direction: Outbound
  4994. AllowIt
  4995.  
  4996. [NetAdmin (MySQL)]
  4997. VisibleState: 0
  4998. Exe:
  4999. NetAdmin, netadmin.exe
  5000. DefaultState: 1
  5001. RuleName: NetAdmin MySQL data connection
  5002. Protocol: TCP
  5003. Direction: Outbound
  5004. RemotePort: 3306
  5005. AllowIt
  5006.  
  5007. [PCAnywhere Remote Control]
  5008. VisibleState: 0
  5009. Exe:
  5010. PCAnywhere Remote Control, awrem32.exe
  5011. DefaultState: 1
  5012. RuleName: PCAnywhere UDP connection (OUT)
  5013. Protocol: UDP
  5014. RemotePort: 5632
  5015. AllowIt
  5016.  
  5017. DefaultState: 1
  5018. RuleName: PCAnywhere TCP connection (OUT)
  5019. Protocol: TCP
  5020. Direction: Outbound
  5021. RemotePort: 5631
  5022. AllowIt
  5023.  
  5024. [PCAnywhere Host]
  5025. VisibleState: 0
  5026. Exe:
  5027. PCAnywhere Host, awhost32.exe
  5028. DefaultState: 1
  5029. RuleName: PCAnywhere UDP connection (IN)
  5030. Protocol: UDP
  5031. LocalPort: 5632
  5032. AllowIt
  5033.  
  5034. DefaultState: 1
  5035. RuleName: PCAnywhere TCP connection (IN)
  5036. Protocol: TCP
  5037. Direction: Inbound
  5038. LocalPort: 5631
  5039. AllowIt
  5040.  
  5041. [Remote Administrator Client]
  5042. VisibleState: 0
  5043. Exe:
  5044. Remote Administrator Client, radmin.exe
  5045. DefaultState: 1
  5046. RuleName: Remote Administrator Client connection
  5047. Protocol: TCP
  5048. Direction: Outbound
  5049. RemotePort: 4899
  5050. AllowIt
  5051.  
  5052. [Remote Administrator Host]
  5053. VisibleState: 0
  5054. Exe:
  5055. Remote Administrator Host, r_service.exe
  5056. DefaultState: 1
  5057. RuleName: Remote Administrator Host connection
  5058. Protocol: TCP
  5059. Direction: Inbound
  5060. LocalPort: 4899
  5061. AllowIt
  5062.  
  5063.  
  5064. ; Other
  5065.  
  5066. [United Devices]
  5067. VisibleState: 0
  5068. Exe:
  5069. United Devices, ud.exe
  5070. DefaultState: 1
  5071. RuleName: United Devices HTTP connection
  5072. Protocol: TCP
  5073. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  5074. Direction: Outbound
  5075. AllowIt
  5076.  
  5077. [MTS Balance]
  5078. VisibleState: 0
  5079. Exe:
  5080. MTS Balance, mtsbalance.exe
  5081. DefaultState: 1
  5082. RuleName: MTS Balance HTTPS connection
  5083. Protocol: TCP
  5084. Direction: Outbound
  5085. RemotePort: 443
  5086. AllowIt
  5087.  
  5088. [Semagic LiveJournal Client]
  5089. VisibleState: 0
  5090. Exe:
  5091. Semagic LiveJournal Client, livejournalu.exe
  5092. DefaultState: 1
  5093. RuleName: Semagic LiveJournal Client connection
  5094. Protocol: TCP
  5095. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  5096. Direction: Outbound
  5097. AllowIt
  5098.  
  5099. ; Anti-Spam
  5100.  
  5101. [Bounce Spam Mail]
  5102. VisibleState: 0
  5103. Exe:
  5104. Bounce Spam Mail, bsm18.exe
  5105. DefaultState: 1
  5106. RuleName: Send mail by Bounce Spam Mail
  5107. Protocol: TCP
  5108. RemotePort: 25
  5109. Direction: Outbound
  5110. AllowIt
  5111.  
  5112. [SpamPal]
  5113. VisibleState: 0
  5114. Exe:
  5115. SpamPal, spampal.exe
  5116. DefaultState: 1
  5117. RuleName: SpamPal HTTP Connection
  5118. Protocol: TCP
  5119. RemotePort: 80-83, 443, 1080, 3128, 8080, 8088, 11523
  5120. Direction: Outbound
  5121. AllowIt
  5122.  
  5123. DefaultState: 1
  5124. RuleName: Receive Mail by SpamPal
  5125. Protocol: TCP
  5126. RemotePort: 110
  5127. Direction: Outbound
  5128. AllowIt
  5129.  
  5130. ;NTDomain
  5131.  
  5132. [LSASS.EXE]
  5133. VisibleState: 0
  5134. Group: NTDomain
  5135. Exe:
  5136. Local Security Authority Service, lsass.exe
  5137.  
  5138. DefaultState: 1
  5139. RuleName: Local Security Authority Service Kerberos connection
  5140. Protocol: UDP
  5141. RemotePort: 88
  5142. ActivateSI Invert
  5143. AllowIt
  5144.  
  5145. DefaultState: 1
  5146. RuleName: Local Security Authority Service LDAP connection
  5147. Protocol: UDP
  5148. RemotePort: 389
  5149. ActivateSI Invert
  5150. AllowIt
  5151.  
  5152. DefaultState: 1
  5153. RuleName: Local Security Authority Service DCOM dynamic port allocation
  5154. Protocol: TCP
  5155. RemotePort: 1025-1040
  5156. Direction: Outbound
  5157. AllowIt
  5158.  
  5159. DefaultState: 1
  5160. RuleName: Local Security Authority Service DCOM connection
  5161. Protocol: TCP
  5162. RemotePort: 135
  5163. Direction: Outbound
  5164. AllowIt
  5165.  
  5166. [SERVICES.EXE]
  5167. VisibleState:0
  5168. Group: NTDomain
  5169. Exe:
  5170. Services and controller app, services.exe
  5171.  
  5172. DefaultState: 1
  5173. RuleName: Services DCOM connection
  5174. Protocol: TCP
  5175. RemotePort: 135
  5176. Direction: Outbound
  5177. AllowIt
  5178.  
  5179. DefaultState: 1
  5180. RuleName: Services DCOM dynamic port allocation
  5181. Protocol: TCP
  5182. RemotePort: 1090-1110
  5183. Direction: Outbound
  5184. AllowIt
  5185.  
  5186. [WINLOGON.EXE]
  5187. VisibleState: 0
  5188. Group: NTDomain
  5189. Exe:
  5190. Microsoft Windows logon application, winlogon.exe
  5191.  
  5192. DefaultState: 1
  5193. RuleName: Microsoft Winlogon LDAP connection
  5194. Protocol: TCP
  5195. RemotePort: 389
  5196. Direction: Outbound
  5197. AllowIt
  5198.  
  5199. [LocalHost UDP]
  5200. VisibleState: 0
  5201. Group: Auto
  5202. Exe:
  5203. system, system
  5204.  
  5205. DefaultState: 1
  5206. RuleName: Allow LocalHost UDP Connection
  5207. Protocol: UDP
  5208. LocalHost: 255.255.255.255:0.0.0.0
  5209. RemoteHost: 127.0.0.1
  5210. EqualPorts
  5211. AllowIt
  5212. IgnoreCC
  5213.