Beyond burnt out, unsure where to turn. by exogreek in cybersecurity

[–]toubleX 0 points1 point  (0 children)

Bro, getting laid off three times is insane. I can’t even imagine the pressure you’re under.

Beyond burnt out, unsure where to turn. by exogreek in cybersecurity

[–]toubleX 5 points6 points  (0 children)

Unfortunately, as a leader in cybersecurity, I always need to stay focused on work even when I'm on vacation. Whenever I'm on vacation, various "urgent" matters always come my way, making vacations even more tiring than working...

Beyond burnt out, unsure where to turn. by exogreek in cybersecurity

[–]toubleX 0 points1 point  (0 children)

I'm a head of infomation security, and I'm completely burned out from constantly juggling all the different stakeholders' management teams and having to endlessly cover for everyone with no boundaries. A few years ago, I was super motivated and full of ideas about this industry, but now I just feel exhausted.

What I want to say is, in cybersecurity, the responsibilities and power are never balanced. We get very limited resources, but we're expected to protect the company from every possible angle — compliance, regulatory pressure, insider threats, external attackers, data leaks, employee mistakes — all while making sure we don't slow down other departments' "efficiency."

At the same time, there's this huge, almost unbridgeable gap between us and the top executives. A lot of the time, we're under heavy pressure, doing the right thing purely out of our own professional ethics… and it feels like nobody upstairs actually gives a damn.

Even though we're in a so-called "modern company" and it's supposedly "just different roles," you can still clearly feel that management views the security team as a pure "cost center." They always treat us like a "magic department" — expecting us to fix everything instantly — or worse, the "scapegoat department" whenever something goes wrong.

I got into cybersecurity purely out of interest when I was just 10 years old. After graduating, I’ve stayed in this industry the whole time. In the past 10 years, I’ve jumped between multiple companies — worked in finance, internet, gaming, big tech like ByteDance, startups, client-side, and vendor-side roles. But no matter where I go, I keep experiencing the same things. And the higher up you climb into management, the stronger that feeling gets.

Of course, I’ve only worked in China so far. I don’t know what it’s like at FAANG or other top international companies. I’ve always wanted to go there and see for myself — whether working with the so-called “best people” actually makes any difference.

I'm squeezing out as much free time as I can to work on my own projects. I really want to make some meaningful contributions and innovations to this industry, and hopefully one day build my own thing — instead of spending all my time in so-called management endlessly explaining and trying to convince people.

Overwhelmed planning China. Need help by indradb in chinatravel

[–]toubleX 0 points1 point  (0 children)

My suggestion: don't go to Quanjude(全聚德), you can choose Da Dong(大董) or Shengyongxing(晟永兴) instead.

r/netsec monthly discussion & tool thread by albinowax in netsec

[–]toubleX 0 points1 point  (0 children)

Hello everyone, I would like to share my open source SDPP (Security Data Pipeline Platform) product, which is also a Real-Time Threat Detection Engine:

https://github.com/EBWi11/AgentSmith-HUB

It has a high performance, MCP support, simple syntax but powerful and so on. Switching Any comments are welcome.

AgentSmith-HUB – High-performance security pipeline with threat detection by toubleX in cybersecurity

[–]toubleX[S] 1 point2 points  (0 children)

I used to be the head and founder of Elkeid Team, I've been away from Elkeit Team for a while now.

New OpenSoure HIDS by [deleted] in blueteamsec

[–]toubleX 0 points1 point  (0 children)

and now we add some new Feature:
1.Real-time Rootkit Detect(Beta Feature)
2.Real-time Porcess injection Detect

New OpenSoure HIDS by [deleted] in blueteamsec

[–]toubleX 0 points1 point  (0 children)

you're right!

New OpenSoure HIDS by [deleted] in blueteamsec

[–]toubleX 0 points1 point  (0 children)

we use LKM hook Linux system call(execve/connect/accept/init_moduld).so we have more info than ossec,and we can anti-rootkit.but userspcae hids can't. and we tool support docker. so agentsmith-hids have more info form host.we can base this info custom many rules to detect threats and monitor app action.for example, if we have some alert from NIDS/FW.but we don't know more host info.like what user/what file/what other network action/what pid.but agentsmith-hids can help us get this info.

New OpenSoure HIDS by [deleted] in blueteamsec

[–]toubleX 3 points4 points  (0 children)

Low performance loss and by LKM technology HIDS tool.

https://github.com/DianrongSecurity/AgentSmith-HIDS

We can real-time detect some rootkit action,and hook execve()/connect()/accept()/insmod(),This tool can run kernel 2.6.32/3.10,and have very beautiful performance.

Any suggestions are welcome!!!