cross-posted from: https://programming.dev/post/52544724

I wrote a dead simple file canary tool that will install an eBPF program that drops all outgoing packets if a canary is touched. I wrote this in response to the current trend of supply chain attacks that try to harvest credentials

  • chicken@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    6
    ·
    17 hours ago

    I wonder what the ideal placement or naming of such a file would be, where are credential scrapers going to check first?

    • lemmyuser@programming.devOP
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      16 hours ago

      I’m hesitant to share my list :)

      I’d consider looking at recent attacks by TeamPCP and the recent AUR compromise for inspiration. Some obvious targets are fake SSH keys, cloud provider credentials that you don’t use, package manager credentials that you don’t use, etc. Also things that allow a configuration and accept a default value you can place a canary at the default value and configure for a different path.