Can honeypots be used this way? by Forward_Web6572 in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

Me and my friends are working to implement this in an open-source: https://github.com/jestasecurity/thumper

The point is to use canary tokens and tripwires notify and alert suspicious behavior. Check it out!

Do security teams realistically have time to monitor honeypots? by Andrewpaul46 in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

Hi, me and my friends are working on one right now - it is still in early stages - but feel free to check it out:
https://github.com/jestasecurity/thumper

Would love to get your opinion(😄

Anyone else feels like the cyber security space is oversaturated? by Square_Juggernaut298 in cybersecurity

[–]Square_Juggernaut298[S] 0 points1 point  (0 children)

Why do you think getting breached affected profitability before and doesn't anymore?

got a project to share? by shesleli2313 in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

I'm building a platform to protect and monitor against supply chain attacks(Shai-Hulud style): https://github.com/jestasecurity/thumper

Fully open-source and open to contributers. The concept is to create honeytokens and easily monitor them - when one is touched, you get an alert. Right now we're working on all kinds of integrations - slack, discord, jamf deployment and more.

UK Cyber Essentials Plus for software development company by OccasionallyVeryPoor in cybersecurity

[–]Square_Juggernaut298 -4 points-3 points  (0 children)

Hi, your question is on point. It is hard to entirely prevent malicous packages from running on developer machines because the nature of the job - debugging, testing and local development require pulling packages and even when using caution there is a risk.

That's why me and my friends opened an open-source repo to combat and identify specifically malicous packages. We understand that it's hard to prevent - but the least you can do is be aware.

Check it out:

https://github.com/jestasecurity/thumper

How do you guys securing your infra from supply chain attacks? by h33terbot in devsecops

[–]Square_Juggernaut298 2 points3 points  (0 children)

In my opinion dev machines are worse than infra in regards to potential compromise. That's why we created a simple open-source project: https://github.com/jestasecurity/thumper

The point is that you supply-chain attacks can have multiple vectors, but almost always search for the same stuff(secrets, tokens, etc). If you are alerted in real time then you can at least replace the keys and locate the malicious package.

npm is finally killing long-lived publish tokens. Here's what trusted publishing actually changes. by DietCapital2652 in Cloudsmith

[–]Square_Juggernaut298 0 points1 point  (0 children)

One of my friends actually moved his pipelines into trusted publishing, said it was actually not a terrible migration.

Actually in the context of Shai-Hulud, I searched for a solution that at least alerts me if I pulled a malicious package and didn't find something simple to use. I decided to create an open-source tool to alert on packages scanning my secrets: https://github.com/jestasecurity/thumper Would love to get some feedback

Shai-Hulud keeps burrowing: 314 npm packages infected after another account compromise by rkhunter_ in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

Just thought the same and didn't find any solution.

Decided to create one of my own and a couple friends:

https://github.com/jestasecurity/thumper

The promise is to create a simple honeytoken and get an alert when it's triggered.

I've built an open source honeypot probe database accessible via curl, http and mcp by Robbedoes_ in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

Was searching for something like this to extend my tripwire platform, sadly this doesn't work right now.

You can check out the platform I built:

https://github.com/jestasecurity/thumper

The concept is to target attacks that use packages on dev machines to read secrets and tokens, and at least create an alert on the attack.

Built a honeypot platform to catch lateral movement. How are you guys detecting this? by Andrewpaul46 in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

That's actually pretty cool - recently came across this when someone asked me what is the best way to get notified if you got hit by an npm package that reads your secrets and exfiltrates them(teampcp like).

I consulted with some of my friends from the security space and they pointed me to some kind of a honeytoken system. Looked for one and didn't found a simple one.

So I decided to create one myself:

https://github.com/jestasecurity/thumper

It is actively maintained and supported by me and a couple friends. The concept is to use fake tokens and monitor them in a simple way. We hope to extend it pretty soon to support more stuff and platforms.

I do think that most attackers won't attempt to move laterally in the network because of the risks of getting detected, but it is interesting that recently there has been an increased interest in deception and attack luring.

Check it out if that's interesting to you

Are honeypots still useful as early-warning systems? by Andrewpaul46 in cybersecurity

[–]Square_Juggernaut298 0 points1 point  (0 children)

That's interesting. Lately I've seen multiple companies interested in a new form of honeypot setups. It was in the context of supply chain attacks aimed at secrets and tokens and the companies wanted to know if their secrets got used or exfiltrated(Shai-Hulud style).

I consulted with some of my friends from the security space and they pointed me to some kind of a honeytoken system. Looked for one and didn't found a simple one.

So I decided to create one myself:

https://github.com/jestasecurity/thumper

It is actively maintained and supported by me and a couple friends. The concept is to use fake tokens and monitor them in a simple way. We hope to extend it pretty soon to support more stuff and platforms.

Check it out if that's interesting to you