cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
556
Views
0
Helpful
2
Replies

ASA Logging Traffic Outbound

stephenwilletts
Level 1
Level 1

Hello,

I need to be able to find an errant PC on an internal network that is sending RDP traffic outbound.

Has anyone any pointers on this ?

I need to log port 3389 from inside to outside.

Thank you.

S.

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

Create an ACL that will go on the inside interface.

access-list extended find_pc permit tcp any any eq 3389 log

access-list extended find_pc permit ip any any

access-group find_pc in interface inside

This will generate a log message when an RDP packet is sent to the outside. You can view the log with

show logging

Is this what you're looking for?

SOmething easier

Access-list CAPIN permit tcp host PC-IPADDRESS any eq 3389

Access-list CAPIN permit tcp any eq 3389 host PC-IPADDRESS

Capture CAP access-list CAPIN interface INSIDE

Then wait until the PC uses port 3389. and whenever you can do a SHOW CAPTURE CAP

Hope it helps

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card