AAAhmad Alassaf

Project write-ups

High-level summaries of independent projects in security, data, and automation. Each entry describes the problem, the approach, and the outcome. Client work, internal systems, and implementation details are intentionally omitted.

Security · Threat intelligence

TrustedChain: a threat-intelligence classification service

Security teams receive a constant stream of indicators, and the cost of triage, not the volume of data, is what limits response. TrustedChain was built as a public service that classifies domains, IP addresses, and file hashes against a large, continuously refreshed set of curated indicator feeds and returns a verdict with its supporting evidence.

Approach

Outcome

A live service and API with an analyst-oriented interface, nightly rebuilt data, and off-site backups. It demonstrates end-to-end ownership from data engineering through detection logic to production operations.

Detection engineeringIOC feedsAPI design
Security monitoring · Governance

Building a self-hosted security-monitoring and hardening programme

A mixed estate of cloud servers, on-premise hosts, and embedded devices needs the same visibility that a corporate environment expects: centralised logging, file-integrity monitoring, threat-intelligence enrichment, and alerts that mean something. The objective was to run this as a programme rather than a tool installation.

Approach

Outcome

Continuous monitoring across all environments, documented procedures for onboarding hosts and tuning rules, and a repeatable evidence trail of the kind auditors expect.

SIEMFile-integrity monitoringHardening baselineExecutive reporting
AI systems · Security architecture

An operating model for AI agents with least privilege

Autonomous AI agents can accelerate operations and research, but they introduce a new class of risk when they hold tool access and credentials. This project defined and operated a multi-agent workflow where planning, execution, review, and follow-up are separated into distinct roles with bounded permissions.

Approach

Outcome

A working set of agents used daily for operations, monitoring, and research, with a written playbook covering role selection, guardrails, and escalation. The guardrails were themselves reviewed with a SIEM rule set that alerts on abnormal agent behaviour.

Least privilegeOrchestrationObservabilityPolicy
Product · Data engineering

A bilingual real-estate valuation platform on public data

Licensed property appraisers spend much of their time collecting comparable transactions and formatting reports. This platform automates the evidence gathering while keeping the professional judgement, and the signature, with the appraiser.

Approach

Outcome

A production platform with daily data pipelines, monitored backups, utilisation dashboards, and a documented deployment procedure. The work covered product design, data engineering, security controls, and operations.

Data pipelinesPostGISReportingAccess control
IoT · Edge AI

Edge video analytics with local-only processing

Camera analytics usually means sending video to a cloud service. The requirement here was the opposite: object and face recognition on premises, with no footage leaving the network, on low-cost hardware.

Approach

Outcome

A reliable, privacy-preserving analytics system that has run continuously, together with documentation on capacity limits and failure modes that informs any future hardware changes.

Computer visionMQTTReliability engineering
IoT · SaaS

A multi-tenant device-management platform for smart buildings

Property operators managing many units need a single view of locks, switches, and sensors across buildings, with remote control and per-unit accountability. This platform provides that view as a multi-tenant service.

Approach

Outcome

A deployed platform serving real properties, with the security and operations practices from the other projects applied from the start.

Multi-tenantDevice APISmart buildings