Skip to content
View blindtk's full-sized avatar

Block or report blindtk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
blindtk/README.md

Banner: Daniel Malaco, Information Security Engineer, Porto, Portugal

Information Security Engineer designing and operating the security architecture for critical road infrastructure. Came up through networks before moving into security. Most of the work is private — what's here demonstrates the practices behind it.

Highlights

What I do

  • Design, deploy and operate security architecture across on-prem and cloud infrastructure: NGFW, AV/EDR, VA, SIEM, IAM, WAF, SEG.
  • Run the full detection cycle end to end — control design, detection engineering, incident investigation and response, closing out through ITSM.
  • Apply security frameworks (MITRE ATT&CK, CIS Controls, ISO 27001, OWASP Top 10) to structure decisions and prioritize controls, not just to reference them.
  • Support internal audits against ISO 27001 and CIS/CISA benchmarks, and, more recently, NIS2.
  • Bring an offensive perspective into defensive work — thinking like an attacker shapes how I design and tune detections.
  • Build for redundancy, document for whoever comes next, test in staging before touching production — habits from infrastructure where a network failure is not an inconvenience, it's a stopped system.

Stack

Security

Network

Fortinet Palo Alto Networks Cloudflare

Detection & analytics

Splunk Elastic

Identity & access

Entra ID Active Directory

Platforms

Virtualization & storage

VMware NetApp

Operating systems

Windows Ubuntu Red Hat Kali Linux

Cloud

AWS Azure OCI

Containers & DevOps

Docker Podman Kubernetes GitHub GitHub Actions

Frameworks

MITRE ATT&CK CIS Benchmarks & Controls CISA CPG OWASP Top 10 ISO 27001 NIS2 OpenSSF Scorecard

Projects

danielmala.co is the project I keep public, and it's built the way I think infrastructure should be: least privilege by default, with every exception argued for instead of left implicit.

That shows up everywhere in it — a strict Content-Security-Policy with no 'unsafe-inline' clause, zero client-side JavaScript unless a feature genuinely needs it, and tools that call home (a compromised-password check via k-anonymity, a header self-scan) labeled as such instead of pretending to run entirely in the browser. The one piece that does need a server — a honeypot logging automated scanning against decoy endpoints — lives in an isolated Cloudflare Worker, and is designed not to store IP addresses: only country, ASN, and path, keyed by a rotating salted hash. None of this is asserted on faith — the site's Evidence page deep-links the commits, workflows, and a live header scan behind each claim.

Statistics

OpenSSF Scorecard

Daniel Malaco's GitHub profile trophies Number of repositories Daniel Malaco has starred on GitHub
How these stats are generated

Banner, trophies and the starred-repos count are generated weekly by .github/workflows/update-profile-widgets.yml and committed to assets/ — no live third-party endpoint is queried when someone loads this profile.

This repo's own CI/CD is scored by OpenSSF Scorecard — pinned actions, minimal per-job permissions, branch protection with required review — the same controls this profile talks about, applied to the workflow that maintains it.

A few checks stay low on purpose, not by oversight: Contributors and Fuzzing don't fit a single-maintainer profile repo with no application code to fuzz, and CII-Best-Practices targets a governance questionnaire built for software projects, not a GitHub profile. Faking any of those to move the number would be the opposite of what this page is meant to show.

Public activity here is a fraction of the work — most of it is internal infrastructure, not public code. The full certification record lives on Credly.

Contact

Website LinkedIn Email Credly

Popular repositories Loading

  1. personal-site personal-site Public

    JavaScript

  2. blindtk blindtk Public

    Information Security Engineer