AG.Anthony Graham Infrastructure / Systems
SELECTED WORK / 4 ENTRIES

Behind the solution.

Real incidents, personal builds, and the reasoning behind them.

Potential MariaDB Security Incident Response



Situation:
While managing a client’s MariaDB environment on a containerized infrastructure, my
team suspected a potential security incident. A teammate was thought to have possibly
accessed and modified critical database tables, raising concerns about a malicious breach
and potential data loss.

Task:
I was responsible for investigating the incident, confirming whether any unauthorized
access occurred, and ensuring the security and integrity of the database environment.
Additionally, I needed to implement measures to prevent similar risks in the future.

Action:
I systematically collected and analyzed multiple data points, including MariaDB
connection logs, application update cycles, and plugin activity, to trace all interactions with
the database. Through careful correlation of logs and operational events, I determined that
no unauthorized actions had occurred. To strengthen security, I implemented stricter
firewall rules to limit access to the database, enabled MariaDB auditing to track future
activity, and established a proactive monitoring and response workflow. Throughout the
process, I maintained clear documentation and communicated findings to the team to
ensure transparency and trust.

Result:
The incident was resolved without escalation, preventing unnecessary disruption or alarm.
Security was significantly enhanced, with proactive auditing and firewall rules reducing the
risk of future incidents. This approach reinforced a culture of data-driven decision-making
and proactive infrastructure management, demonstrating the ability to handle complex
security situations while maintaining operational continuity.