This protocol assigns IP addresses dynamically on most corporate networks.
π What is DHCP?
This hash cracking method uses precomputed tables to speed up guessing.
π What is a rainbow table?
This AWS service is used for object storage.
π What is S3?
This Python library is commonly used for automating system tasks and scripts.
π What is Python (or libraries like os / subprocess)?
This command displays current network configuration on Windows.
π What is ipconfig?
This subnet mask corresponds to a /24 network.
π What is 255.255.255.0?
This attack injects malicious code into a database query.
π What is SQL injection?
This Azure feature allows you to enforce policies across resources.
π What is Azure Policy?
This AI term refers to breaking input into smaller pieces before processing.
π What is tokenization?
If DNS is suspected, this command can query DNS records manually.
π What is nslookup?
This protocol operates at Layer 2 and is responsible for mapping IP addresses to MAC addresses.
π What is ARP?
This security model assumes no implicit trust, even inside the network.
π What is Zero Trust?
This IAM concept grants temporary permissions via assumed roles.
π What is role assumption (IAM roles)?
This model training technique adjusts weights based on error.
π What is backpropagation?
A user can ping an IP but not a hostname; this indicates this specific issue.
π What is a DNS resolution failure?
This routing protocol uses Dijkstraβs algorithm to determine the shortest path.
π What is OSPF?
This type of vulnerability allows execution of arbitrary code remotely.
π What is Remote Code Execution (RCE)?
This cloud security risk involves publicly exposed storage buckets.
π What is misconfigured storage (public S3 bucket exposure)?
This automation approach uses workflows triggered by events.
π What is event-driven automation?
Intermittent connectivity issues are often caused by this physical layer problem.
π What is packet loss (or faulty cabling)?
This TCP flag is used to initiate a connection in the three-way handshake.
π What is SYN?
This technique involves intercepting communication between two parties without their knowledge.
π What is a Man-in-the-Middle (MITM) attack?
This architecture distributes traffic across multiple servers to improve availability.
π What is load balancing?
This attack manipulates AI input to produce unintended outputs.
π What is prompt injection?
If latency spikes across multiple hops, this tool helps identify where the slowdown occurs.
π What is traceroute (or pathping)?