cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
452
Views
2
Helpful
13
Replies

Firepower Snort packet drop due to black list

Chad Westog
Level 1
Level 1

Trying to map a drive from Hub Server to Management Site Server.  Hub site is protected by a FTD 2130, when I try and map the drive I am getting denied by a Snort Drop (Rule ID 268434432).  The users kept trying to connect an eventually it looks like Snort blacklisted the flow.  Seeing the snort drops in a packet capture via FMC. 

Access Policy is passing the traffic (Hub Host 10.6.1.150 to Mgmt Host 10.1.1.151 tcp/445 and tcp/139) but kicks it over to snort for further processing.

I see the rule ID hits on the FTD via CLI and I see hits but where do I find that rule in FMC?  When I look in the Polices-->Intrusion-->Snort3 Base Policy that ID doesn't show up.  Additionally where is the black list and can I clear it?

I added both IP's to the Security Intelligence Global-Do-Not-Block-List but that didn't do anything

Any assistance/information would be appreciated

13 Replies 13

Can you share packet tracer for this traffic 

Run it twice 

MHM

ccieexpert
Spotlight
Spotlight

https://jasonmurray.org/posts/2020/pacettracerfirepower/

use the packet capture with packet trace option

If this trusted traffic you can move  this acl into prefilter and where it bypasses snort.. only if you trust it.

 

You have to go to FMC-->Policies--->Intrusion--->Snort2-->PolicyInformation-->Rules

123.PNGReview and Modify the Rule:-

Review the rule's action (drop, alert, etc.) and modify it if necessary.

Ensure the rule is correctly configured to avoid false positives or unnecessary blocks.

 

Policy Deployment:

After making any changes, deploy the updated policy to your FTD device to ensure the changes take effect.

 

please do not forget to rate.

Chad Westog
Level 1
Level 1

When I look at the Snort2 rules, the ruleid that I see in CLI doesn't show up: 268434432

We are on a closed air-gapped network and I trust both machines and the user, however I'd prefer to get to the why Snort is triggering on a drive-map.

Here is the packet trace

Chad Westog
Level 1
Level 1

Ok...I see the rule ID's are actual numbers for the ACL Policy lines.  I got into CLI and went into the /var/sf/detection_engine/xxxxx/folders and looked at the ngfw.rules file and the ruleid: 268434432 corresponds to the deny any any rule at the end of the config.  But it looks like snort is kicking the traffic to that deny rule...but no reason why?

Earlier in the packet trace I see where the Access Policy permitted the traffic but kicked it to snort...is there a snort log to explain why its killing the traffic?  

can I see 
show run acl <<- FTD CLI

MHM

Chad Westog
Level 1
Level 1

That might be difficult....there are a ton of rules and I need to vet the export though our security office so they can redact any verbiage they dont want going out.  I can more easily pull any rules that are specified in the packet trace if that would work

access-list CSM_FW_ACL_ advanced permit tcp ifc inside-low object <10.6.1.150> ifc outside object <10.1.1.151> object-group SMB-TCP rule-id 268449798
a

this ACP is define as L7 rule ?
are you use Geo 
are you use APP not port 
MHM 

hmmmm....we shouldn't be using any of that.  This should be a basic ip/port to ip/port.  Let me dive into the rule

Chad Westog
Level 1
Level 1

Here is the redacted ACL list with entries that match the packet trace...on a side note since my Systems team was complaining I modified the prefilter rule for this traffic flow to bypass inspection for this specific flow and that worked like a charm.  Mapped drive worked like a charm.

 

Why we buy high price FW if all traffic bypass via prefilter. I know it will work and I can suggest that but 
for any issue we bypass traffic then the FW will useless 

so run firewall-engine-debug and see SID and GID of snort drop then use filter to find the reason 

NOTE:- this need to remove prefilter

 

> system support firewall-engine-debug

Please specify an IP protocol: tcp
Please specify a client IP address: x.x.x.x
Please specify a client port:
Please specify a server IP address: x.x.x.x
Please specify a server port: 445
Monitoring firewall engine debug messages


MHM

Chad Westog
Level 1
Level 1

Pulled the prefilter, and ran the debug.  Not seeing any SID/GID....simply kicks it down to rule 180 which the default action Block rule.  Its almost acting like it kicks the packet to snort...snort see's its already black listed and kicks the packet back out to the default block action.

Also checked my rules and every rule that I have is listed as a L7 rule.  I'm not using any Applications/Users/URL's.  Just IP's/Zone/Ports

access-list NGFW_ONBOX_ACL remark rule-id 268435458: ACCESS POLICY: NGFW_Access_Policy
access-list NGFW_ONBOX_ACL remark rule-id 268435458: L7 RULE: testappid
access-list NGFW_ONBOX_ACL advanced permit object-group |acSvcg-268435458 ifc outside any ifc inside any rule-id 268435458
access-list NGFW_ONBOX_ACL remark rule-id 268435459: ACCESS POLICY: NGFW_Access_Policy
access-list NGFW_ONBOX_ACL remark rule-id 268435459: L7 RULE: testurl
access-list NGFW_ONBOX_ACL advanced permit object-group |acSvcg-268435459 any any rule-id 268435459 <<- the prefilter hit this
access-list NGFW_ONBOX_ACL remark rule-id 268435461: ACCESS POLICY: NGFW_Access_Policy
access-list NGFW_ONBOX_ACL remark rule-id 268435461: L5 RULE: testgeo
access-list NGFW_ONBOX_ACL advanced permit object-group |acSvcg-268435461 any any rule-id 268435461

This is how rules are seen on Snort side:

268435458 deny 1 any any 2 any any any any (appid 948:5, 1079:5) (ip_protos 6)
# End rule 268435458
268435459 deny any any any any any any any any (urlcat 2027) (urlrep le 0) (urlrep_unknown 1)
268435459 deny any any any any any any any any (urlcat 2006) (urlrep le 0) (urlrep_unknown 1)
# End rule 268435459
268435461 deny 1 any any any any any any any (dstgeo 643) <<- the snort hit this
# End rule 268435461

 https://www.cisco.com/c/en/us/support/docs/security/secure-firewall-threat-defense/218196-understand-how-lina-rules-configured-wit.html

so same as your case 
there are multi Snort Rule and prefliter show in packet tracer hit the first one 

rule-id 268449798

 

rule_id = 268434432

so when you check rule-id in snort there is something write beside the deny any any it can urlcat or dstgeo or other can you share the output 
MHM 

Review Cisco Networking for a $25 gift card