Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Strange entries in Cisco PIX 515e |
|---|---|
| Date: | Tue, 3 Jan 2006 11:45:40 -0500 |
On 1/1/06, Compuoso <compuoso@gmail.com> wrote:
Would someone please tell me the overall meaning and implications of the following PIX command lines? I discovered them in our PIX 515e configuration earlier this morning. I suspect that our corporate network has been hacked. Thanks for your collective insight.
Do you have any access-group statements reflecting "test" or "test1"? That is the key - you can have any number of access lists in a config, but what matters is if they are used on an interface. It is possible to see weird ACLs in a config as they might have been used in the capture command to filter traffic captured. nameif ethernet2 intf2 security4
access-list test permit udp host 172.17.7.10 any eq domain
access-list test permit udp any eq domain host 172.17.7.10
This ACL allows the host 172.17.7.10 to access any UDP port 53. It also allows any machine to send a UDP package with a source port of 53 to the same host. access-list test1 permit udp host 63.176.109.161 any eq domain
access-list test1 permit udp any eq domain host 63.176.109.161 access-list test1 permit udp any any eq domain access-list test1 permit udp any eq domain any
This ACL allows the host 63.176.109.161 to access any UDP port 53. It also allows any machine to send a UDP package with a source port of 53 to the same host. The 3rd line of the config for this ACL is a superset of line one - any outside host can talk to any host protected by this ACL to udp port 53. The 4th line of the config for this ACL is a superset of line two - any outside host, using a source port of udp 50 can talk to any host protected by this ACL. mtu intf2 1500
this is the default ethernet mtu. no ip address intf2
This might be a feeble attempt to shutdown this interface. The correct way is interface ..... shutdown. I am not sure how a PIX interface will behave if it has no ip address assigned to it, but is enabled. I tend to think it would not forward or allow any traffic in. Matt
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Log analyzers, ajaykumar |
|---|---|
| Next by Date: | Re: openbsd VPN, budi |
| Previous by Thread: | RE: Strange entries in Cisco PIX 515e, Chris Serafin |
| Next by Thread: | Re: Strange entries in Cisco PIX 515e, Compuoso |
| Indexes: | [Date] [Thread] [Top] [All Lists] |