Skip to main content
Glama
JoshDoesIT

Network Security Control Reviews

by JoshDoesIT
__init__.py1.32 kB
""" Parsers for Network Security Control (NSC) Configurations This package contains parsers for Network Security Control (NSC) configurations. This lab uses AWS Security Groups and Network ACLs as examples of NSCs. The architecture is extensible and can be extended to support other NSC types: - Azure Network Security Groups (NSGs) - Google Cloud Platform (GCP) Firewall Rules - Oracle Cloud Infrastructure (OCI) Security Lists - Traditional on-premises firewalls (Palo Alto, Check Point, Fortinet, etc.) Exports: AWSSecurityGroupsParser - Parser for AWS Security Groups (instance-level NSC example) AWSNetworkACLParser - Parser for AWS Network ACLs (subnet-level NSC example) SecurityGroup - Represents an NSC (AWS Security Group) SecurityGroupRule - Represents a single NSC rule (AWS Security Group rule) NetworkACL - Represents an NSC (AWS Network ACL) NetworkACLRule - Represents a single NSC rule (AWS Network ACL rule) """ from .aws_security_groups import ( AWSSecurityGroupsParser, SecurityGroup, SecurityGroupRule, ) from .aws_network_acls import ( AWSNetworkACLParser, NetworkACL, NetworkACLRule, ) __all__ = [ 'AWSSecurityGroupsParser', 'SecurityGroup', 'SecurityGroupRule', 'AWSNetworkACLParser', 'NetworkACL', 'NetworkACLRule', ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoshDoesIT/Network-Security-Control-Reviews-with-MCP-and-LLMs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server