Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Introduction
Managing Intrusion Policies on Cisco's Firepower Management Center (FMC) can be a daunting task, especially when dealing with thousands of Snort rules across multiple policies. To streamline this process, we've developed a set of Python...
Introduction
This article describes the set of logs that can be verified related to SI feeds, starting from configuring to periodic updates.
The information in this document is based on Cisco FMC and FTD that runs software Version 6.6.5 or later.
V...
A python based script to generate report if there are disabled rules under an Access Control Policy and an option to delete those rules in bulk.
Preparation
Step 1 Download the script on PCStep 2 Make sure python3 is installed on PC and have reach...
A python based script to generate report if there are double logging on FMC ACP (logging at beginning and end), having rule action "Allow" or "Trust". (Option1 )
Also, the logging at the begging will be disabled if logging is detected for both begin...
Co-Authored by @Pooja Yadav
IntroductionPrerequisitesRequirementsComponents UsedBackground InformationVersions (v1, v2c, v3)SNMPv2cConfigure SNMPv2c from ASA CLIAdding the ASA into SolarWindsTroubleshootSNMPv3Configure SNMPv3 from ASA CLIAdding th...
Hello,Looks like there was an oversight when creating the requirements.txt file.We just need the 'requests' module; the rest are part of Python’s standard library.I’ve updated the requirements.txt on GitHub, please retry and let me know.//Anupam