Skip to content
View nevinshine's full-sized avatar
:octocat:
Building Sentinel
:octocat:
Building Sentinel

Block or report nevinshine

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
nevinshine/README.md
nevin@fedora-lab:~/security-research$ ./identity_matrix.sh

============== [ SYSTEM IDENTITY LOADED ] ==============

! USER_ID:   Nevin Shine (uid=1000)
! CONTEXT:   Systems Security Researcher
! TARGET:    Mitigating Fileless Malware & Living-off-the-Land

+ [0x01] CORE ARCHITECTURE
--------------------------------------------------------
  > Strategy: Deterministic, kernel-native defense
  > Tech Stack: eBPF, LLVM, Linux Security Modules (LSM)
  > Objective: Migrating ptrace supervision -> Ring-0 eBPF

+ [0x02] RUNTIME MODULES
--------------------------------------------------------
  [+] Sentinel-CC................. verified (Compiler-Kernel Trust Chain)
  [+] Sentinel Runtime............ running  (Process Lineage/Syscall Prov)
  [+] Hyperion XDP................ running  (Zero-Copy Packet Filter)
  [+] Telos Runtime............... loading  (AI Agent Intent Correlation)

+ [0x03] ARSENAL
--------------------------------------------------------
  # LANGUAGES:   C | C++ | Rust | Python | Assembly
  # KERNEL:      eBPF | Namespaces | cgroups | Linux Internals
  # NETWORK:     TCP/IP | Protobuf | gRPC
  # FORENSICS:   GDB | bpftool | strace | Wireshark

! [0x04] UPLINK ESTABLISHED
--------------------------------------------------------
  @: nevinshine05@outlook.com
  L: Nürnberg, DE / Kottayam, IN
  W: nevinshine.github.io

========================================================

nevin@fedora-lab:~$

Pinned Loading

  1. sentinel-runtime sentinel-runtime Public template

    Runtime Malware Analysis Engine using Linux ptrace & Isolation Forests.

    C 1

  2. hyperion-xdp hyperion-xdp Public

    High-performance stateful network defense using eBPF/XDP. The Network Satellite for the Sentinel Runtime research system.

    C 4 1

  3. sentinel-cc sentinel-cc Public

    Compiler-Kernel Co-Designed execution integrity enforcement using Policy-Carrying Code (PCC) and eBPF-LSM.

    C

  4. telos-runtime telos-runtime Public

    A closed-loop security runtime preventing "The Great Exfiltration" and Indirect Prompt Injection in Autonomous AI Agents.

    Python 1