Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Threatest - Threatest Is A Go Framework For End-To-End Testing Threat Detection Rules
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMUhm2uT2ltnEQvEcgG6dWPNcos-X4Lda7bnmLlvFMXDG7KPRiGxhBI3PH-pTApjJtheZ16SYXEKzrm-aK7Hd-qBxyj40Ui3i1s8UFNc5hws554S4VDnQndYceZTHDjBTsgIeSP9XaY90GU6vh-74gdCTmfc_itmh3kDOMSDojd_1MYZBpb1ZhTouGrw/w640-h374/go_threat.png
Threatest is a Go framework for testing threat detection end-to-end.
Threatest allows you to detonate an attack technique, and verify that the alert you expect was generated in your favorite security platform.
Read the announcement blog post: https://securitylabs.datadoghq.com/articles/threatest-end-to-end-testing-threat-detection/
Concepts
Detonators
A detonator describes how and where an attack technique is executed.
Supported detonators:
* Local command execution
* SSH command execution
* Stratus Red Team
* AWS detonator
Alert matchers
An alert matcher is a platform-specific integration that can check if an expected alert was triggered.
Supported alert matchers:
* Datadog security signals
Detonation and alert correlation
Each detonation is assigned a UUID. This UUID is reflected in the detonation and used to ensure that the matched alert corresponds exactly to this detonation.
The way this is done depends on the detonator; for instance, Stratus Red Team and the AWS Detonator inject it in the user-agent; the SSH detonator uses a parent process containing the UUID.
Sample usage
See examples for complete usage example.
Testing Datadog Cloud SIEM signals triggered by Stratus Red Team
Console login without MFA").WithSeverity("medium")). WithTimeout(15 * time.Minute) assert.NoError(t, threatest.Run())" dir="auto">
Testing Datadog Cloud Workload Security signals triggered by running commands over SSH
Metadata Service Accessed via Network Utility")) assert.NoError(t, threatest.Run())" dir="auto">
Download Threatest
Threatest - Threatest Is A Go Framework For End-To-End Testing Threat Detection Rules
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMUhm2uT2ltnEQvEcgG6dWPNcos-X4Lda7bnmLlvFMXDG7KPRiGxhBI3PH-pTApjJtheZ16SYXEKzrm-aK7Hd-qBxyj40Ui3i1s8UFNc5hws554S4VDnQndYceZTHDjBTsgIeSP9XaY90GU6vh-74gdCTmfc_itmh3kDOMSDojd_1MYZBpb1ZhTouGrw/w640-h374/go_threat.png
Threatest is a Go framework for testing threat detection end-to-end.
Threatest allows you to detonate an attack technique, and verify that the alert you expect was generated in your favorite security platform.
Read the announcement blog post: https://securitylabs.datadoghq.com/articles/threatest-end-to-end-testing-threat-detection/
Concepts
Detonators
A detonator describes how and where an attack technique is executed.
Supported detonators:
* Local command execution
* SSH command execution
* Stratus Red Team
* AWS detonator
Alert matchers
An alert matcher is a platform-specific integration that can check if an expected alert was triggered.
Supported alert matchers:
* Datadog security signals
Detonation and alert correlation
Each detonation is assigned a UUID. This UUID is reflected in the detonation and used to ensure that the matched alert corresponds exactly to this detonation.
The way this is done depends on the detonator; for instance, Stratus Red Team and the AWS Detonator inject it in the user-agent; the SSH detonator uses a parent process containing the UUID.
Sample usage
See examples for complete usage example.
Testing Datadog Cloud SIEM signals triggered by Stratus Red Team
Console login without MFA").WithSeverity("medium")). WithTimeout(15 * time.Minute) assert.NoError(t, threatest.Run())" dir="auto">
threatest := Threatest()
threatest.Scenario("AWS console login").
WhenDetonating(StratusRedTeamTechnique("aws.initial-access.console-login-without-mfa")).
Expect(DatadogSecuritySignal("AWS Console login without MFA").WithSeverity("medium")).
WithTimeout(15 * time.Minute)
assert.NoError(t, threatest.Run()) Testing Datadog Cloud Workload Security signals triggered by running commands over SSH
Metadata Service Accessed via Network Utility")) assert.NoError(t, threatest.Run())" dir="auto">
ssh, _ := NewSSHCommandExecutor("test-box", "", "")
threatest := Threatest()
threatest.Scenario("curl to metadata service").
WhenDetonating(NewCommandDetonator(ssh, "curl http://169.254.169.254 --connect-timeout 1")).
Expect(DatadogSecuritySignal("EC2 Instance Metadata Service Accessed via Network Utility"))
assert.NoError(t, threatest.Run()) Download Threatest
5 Brain Hacks That Made me one among the Top 15 Security Researchers!
Continue reading on ILLUMINATION »
Read more...
Continue reading on ILLUMINATION »
Read more...
hacking: security in practice
I wrote a blatantly brazen keylogger using only the Windows C API and almost no anti-virus flagged it as malicious?
I compiled it and checked it worked, doesn't even need elevated permissions which is great. Thought I'd throw it up on Virus Total to see what would happen.
Out of the 4 that flagged it as malicious, only one of them actually picked up that it was a keylogger. I was pretty astounded that the other 70 didn't see it as malicious in any way whatsoever?
I'm fairly new to hacking so excuse my ignorance, but I thought it would get flagged by almost every AV haha. (My background is software engineering, so putting this together wasn't too difficult despite my newbieness).
submitted by /u/OutrageousSundae8270
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
I wrote a blatantly brazen keylogger using only the Windows C API and almost no anti-virus flagged it as malicious?
I compiled it and checked it worked, doesn't even need elevated permissions which is great. Thought I'd throw it up on Virus Total to see what would happen.
Out of the 4 that flagged it as malicious, only one of them actually picked up that it was a keylogger. I was pretty astounded that the other 70 didn't see it as malicious in any way whatsoever?
I'm fairly new to hacking so excuse my ignorance, but I thought it would get flagged by almost every AV haha. (My background is software engineering, so putting this together wasn't too difficult despite my newbieness).
submitted by /u/OutrageousSundae8270
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
I wrote a blatantly brazen keylogger using only the Windows C API...
I compiled it and checked it worked, doesn't even need elevated permissions which is great. Thought I'd throw it up on Virus Total to see what...
hacking: security in practice
Changing a registration’s time
Hello. I got a question. There is this website that I registered in and it’s for student housing but it’s based only on your date of registration. If you have registered back maybe a couple years from now your preliminary position for an accommodation is better. My question is is it possible to change my date of registration in the site in any way, legally or illegally as well. Mostly curious. Thank you
submitted by /u/barbariell
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Changing a registration’s time
Hello. I got a question. There is this website that I registered in and it’s for student housing but it’s based only on your date of registration. If you have registered back maybe a couple years from now your preliminary position for an accommodation is better. My question is is it possible to change my date of registration in the site in any way, legally or illegally as well. Mostly curious. Thank you
submitted by /u/barbariell
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Changing a registration’s time
Hello. I got a question. There is this website that I registered in and it’s for student housing but it’s based only on your date of registration....
hacking: security in practice
Telemus AI™
https://www.linkedin.com/company/telemus-ai/
submitted by /u/ShresthaSandeep
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Telemus AI™
https://www.linkedin.com/company/telemus-ai/
submitted by /u/ShresthaSandeep
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Telemus AI™
[https://www.linkedin.com/company/telemus-ai/](https://www.linkedin.com/company/telemus-ai/)
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
https://kd-200.medium.com/some-of-the-best-search-engines-used-by-hackers-security-researchers-bug-bounty-hunters-in-2022-431b379c748c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://kd-200.medium.com/some-of-the-best-search-engines-used-by-hackers-security-researchers-bug-bounty-hunters-in-2022-431b379c748c?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…Continue reading on Medium » (https://kd-200.medium.com/some-of-the-best-search-engines-used-by-hackers-security-researchers-bug-bounty-hunters-in-2022-431b379c748c?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…
5 Brain Hacks That Made me one among the Top 15 Security Researchers!
https://medium.com/illumination/5-brain-hacks-that-made-me-one-among-the-top-15-security-researchers-779db47b3fc9?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://medium.com/illumination/5-brain-hacks-that-made-me-one-among-the-top-15-security-researchers-779db47b3fc9?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
5 Brain Hacks That Made me one among the Top 15 Security Researchers in India!
This blog is purely going to be non-technical and it’s all about the mindset everyone needs to acquire to advance in their career irrespective of whatever Domain they are currently in. For people who…
Continue reading on ILLUMINATION » (https://medium.com/illumination/5-brain-hacks-that-made-me-one-among-the-top-15-security-researchers-779db47b3fc9?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
5 Brain Hacks That Made me one among the Top 15 Security Researchers in India!
This blog is purely going to be non-technical and it’s all about the mindset everyone needs to acquire to advance in their career irrespective of whatever Domain they are currently in. For people who…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
5 Brain Hacks That Made me one among the Top 15 Security Researchers!
https://cdn-images-1.medium.com/max/601/0*Z8Osxp3UHP4sk15V.jpeg
Continue reading on ILLUMINATION »
___________________________
@hacking_Attack
@Hacking_Video
5 Brain Hacks That Made me one among the Top 15 Security Researchers!
https://cdn-images-1.medium.com/max/601/0*Z8Osxp3UHP4sk15V.jpeg
Continue reading on ILLUMINATION »
___________________________
@hacking_Attack
@Hacking_Video
Medium
5 Brain Hacks That Made me one among the Top 15 Security Researchers in India!
This blog is purely going to be non-technical and it’s all about the mindset everyone needs to acquire to advance in their career irrespective of whatever Domain they are currently in. For people who…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Madeye’s Castle TryHackMe Writeup
https://cdn-images-1.medium.com/max/940/1*IW7eHsCLrKx32K4dALAPGw.png
Madeye’s Castle is a medium rated Linux room on tryhackme by madeye.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Madeye’s Castle TryHackMe Writeup
https://cdn-images-1.medium.com/max/940/1*IW7eHsCLrKx32K4dALAPGw.png
Madeye’s Castle is a medium rated Linux room on tryhackme by madeye.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Madeye’s Castle TryHackMe Writeup
Madeye’s Castle is a medium rated Linux room on tryhackme by madeye. Using SQL injection on the webserver we obtain different SHA512 hashes…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Faculty — HackTheBox walkthrough
https://cdn-images-1.medium.com/max/711/1*6DdOKIByFYOpua-PJGMr7A.png
This post is regarding an HTB machine named Faculty. The difficulty of this machine was medium and it was a fun box.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Faculty — HackTheBox walkthrough
https://cdn-images-1.medium.com/max/711/1*6DdOKIByFYOpua-PJGMr7A.png
This post is regarding an HTB machine named Faculty. The difficulty of this machine was medium and it was a fun box.
Continue reading on System Weakness »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Faculty — walkthrough
This post is regarding an HTB machine named Faculty. The difficulty of this machine was medium and it was a fun box.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
https://cdn-images-1.medium.com/max/740/0*MmxDOVkkyPGx0zPH.png
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
https://cdn-images-1.medium.com/max/740/0*MmxDOVkkyPGx0zPH.png
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Some of the Best Search Engines used by Hackers/Security Researchers/Bug Bounty Hunters in 2022
The most exciting part about being a security researcher is when you’ve got a hunch and you have that moment when you feel like you have…