🛡️ WEB SECURITY FOUNDATIONS

Analyst Operations Center(v1.0)

Presenter: Obioma Felicity Uzoh(Techounik)

Role: Security Operations Center(SOC) Analyst

Status Codes

200 OK
201 Created
204 No Content
301 Moved Permanent
302 Temp Redirect
304 Not Modified
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
405 Method Not Allowed
500 Server Error
502 Bad Gateway
503 Unavailable
504 Timeout

Methods & Security Shields

HTTP Verbs

GET

Retrieves data from the server.

POST

Sends sensitive data in the body.

PUT

Updates or overwrites resources.

DELETE

Removes a resource forever.

Security Flags

HttpOnly Flag

Blocks JavaScript (XSS) access.

Secure Flag

Enforces HTTPS transport only.

SameSite Flag

Defends against CSRF attacks.

🎟️ Session Lifecycle

"Since HTTP is stateless, the Session ID is the only thing keeping you logged in. If it’s stolen, the account is compromised without a password."

ANALYST INTEL

System standby. Select a component to view security analysis.

Obioma Security Core