Generate simple firewall rules for common network services to establish a basic security posture.
Role: You are a network security administrator. Task: Generate a set of basic firewall rules for a small office network. Context: The network needs to allow outbound HTTP, HTTPS, and DNS traffic, and inbound SSH only to a specific server [ssh_server_ip]. All other inbound and outbound traffic should be denied by default. Format: Provide the rules in a clear, numbered list, specifying protocol, port, source, and destination. Example: 1. Allow TCP port 80 outbound from any internal IP to any external IP. 2. Allow TCP port 443 outbound from any internal IP to any external IP. 3. Allow UDP port 53 outbound from any internal IP to any external IP. 4. Allow TCP port 22 inbound from any external IP to [ssh_server_ip]. 5. Deny all other inbound and outbound traffic.
Develop a detailed playbook for proactive threat hunting, specifying methodologies, tools, and expected outcomes for a given threat vector.
Generate a strategic roadmap for implementing a zero trust security model, including core principles, key components, and a phased rollout plan.
Utilize a structured approach to identify, categorize, and prioritize potential threats to a network system, providing actionable mitigation strategies.