Skip to content
View dst-port's full-sized avatar
  • 14:28 (UTC +03:00)

Block or report dst-port

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.

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
dst-port/README.md

banner

DST

Blue team tooling · Malware triage · DFIR

About

I build defensive security tooling — malware triage sandboxes, IOC/attribution pipelines, and hardening/verification scripts. Working toward a SOC analyst / security engineering role, and using real-world samples and telemetry to validate that the tools actually hold up outside a lab.

Current focus areas:

Malware triage & DFIR — static + dynamic analysis, MITRE ATT&CK-mapped verdict scoring, capability inference from ELF/PE imports, fuzzy-hash attribution (imphash/symhash/ssdeep/TLSH), YARA on disk and memory. Network forensics — pcap-based IOC extraction (DNS/SNI/JA3). Hardening & security testing — scripts and checks for verifying system and application security posture.

All samples used for testing are handled in isolated, network-restricted environments (sandboxed execution, opt-in packet capture, no persistence outside the run directory).

Featured projects

illusion-MW-triage Sandboxed malware triage engine: scored MITRE ATT&CK verdicts (noisy-OR confidence), ELF/PE capability inference, attribution hashing, file magic + embedded-file carving, IOC extraction, YARA (file + memory), pcap network intel. security-stack Common scripts and checks for testing and hardening system security.

Contact

Discord: dstport

Pinned Loading

  1. security-stack security-stack Public

    Just some common things to test,harden your security, im gonna try to keep repo alive and support with updates / new features

    Shell

  2. illusion-MW-triage illusion-MW-triage Public

    Scored MITRE ATT&CK verdict engine (noisy-OR confidence), ELF/PE capability inference, attribution hashes (imphash/symhash/ssdeep/TLSH), file magic + embedded-file carving, IOC extraction, YARA on …

    Rust 1