Hacking Articles Tips Tricks Videos Tutorials
469 subscribers
66.2K photos
15 videos
157 files
133K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Self-Service Security Assessment too l Cybersecurity remains a very important topic and point of concern for many CIOs, CISOs, and their customers. To meet these important concerns, AWS has developed a primary set of services customers should use to aid in protecting their accounts. Amazon GuardDuty, AWS Security Hub, AWS Config, and AWS Well-Architected reviews help customers maintain a strong security posture over their AWS accounts. As more organizations deploy to the cloud, especially if they are doing so quickly, and they have not yet implemented the recommended AWS Services, there may be a need to conduct a rapid security assessment of the cloud environment. With that in mind, we have worked to develop an inexpensive, easy to deploy, secure, and fast solution to provide our customers two (2) security assessment reports. These security assessments are from the open source projects “Prowler (https://github.com/toniblyx/prowler)” and “ScoutSuite (https://github.com/nccgroup/ScoutSuite).” Each of these projects conduct an assessment based on AWS best practices and can help quickly identify any potential risk areas in a customer’s deployed environment. If you are interested in conducting these assessments on a continuous basis, AWS recommends enabling Security Hub’s Foundational Security Best P ractices standard (https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-fsbp.html). If you are interested in integrating your Prowler assessment results with Security Hub, you can also do that from Prowler natively following instructions here (https://github.com/toniblyx/prowler#security-hub-integration). In addition, we have developed custom modules that speak to customer concerns around threats and misconfigurations (https://www.kitploit.com/search/label/Misconfigurations) of those issues, currently this includes checks for ransomware specific findings.
ARCHITECTURE OVERVIEW Overview - Open Source project checks The architecture we deploy is a very simple VPC with two (2) subnets, one (1) NAT Gateway, one (1) EC2 instance, and one (1) S3 Bucket. The EC2 instance is using Amazon Linux 2 (the latest published AMI), that is patched on boot, pulls down the two projects (Prowler and ScoutSuite), runs the assessments and then delivers the reports to the S3 Bucket. The EC2 instances does not deploy with any EC2 Key Pair, does not have any open ingress rules on its Security Group, and is placed in the Private Subnet so it does not have direct internet access. After completion of the assessment and the delivery of the reports the system can be terminated. The deployment is accomplished through the use of CloudFormation. A single CloudFormation template is used to launch a few other templates (in a modular approach). No parameters (user input) is required and the automated build out of the environment will take on average less than 10 minutes to complete. These templates are provided for review in this Github repository. Once the EC2 Instance has been created and begins, the two assessments it will take somewhere around 40 minutes to complete. At the end of the assessments and after the two reports are delivered to the S3 Bucket the Instance will automatically shutdown, You may at this time safely terminate the Instance. How to deploy this tool See the following guide (https://github.com/awslabs/aws-security-assessment-solution/blob/master/docs/how-to-deploy.md) on installation steps How do I read the reports? See the following guide (https://github.com/awslabs/aws-security-assessment-solution/blob/master/docs/how-to-read-reports.md) on accessing and reading the report outputs Diagram Here is a diagram of the architecture.
What will be created A VPC This will be a /26 for the VPC This will include 2 subnets both in the same Availability Zone, one Public and one Private This will include the required Route Tables and ACLs An EIP For use by the NAT Gateway A NAT Gateway This is required for the instance to download both Prowler and ScoutSuite (https://www.kitploit.com/search/label/ScoutSuite) as well as to make the API Calls A Security Group For the Instance A single m5a.large instance with a 10 GB gp2 EBS volume This is the instance in which Prowler and ScoutSuite will run It will be in a Private Subnet It will not have an EC2 Key Pair It will not allow ingress traffic on the Security Group An Instance Role This Role is required so that Prowler and ScoutSuite can run the API calls from the EC2 Instance An IAM Policy Some IAM permissions are required for Prowler and ScoutSuite Prowler info here (https://github.com/toniblyx/prowler/blob/master/iam/prowler-additions-policy.json) ScoutSuite info here (https://github.com/nccgroup/ScoutSuite/wiki/Amazon-Web-Services#permissions) An S3 Bucket This is the location where the reports will be delivered It will take about 40 minutes for the reports to show up Open source security Assessments These security assessments are from the open source projects “Prowler” and “ScoutSuite.” Each of these projects conduct an assessment based on AWS best practices and can help quickly identify any potential risk areas in a customer’s deployed environment. 1. Prowler The first assessment is from Prowler (https://github.com/toniblyx/prowler). Prowler follows guidelines of the CIS Amazon Web Services Foundations Benchmark (49 checks) and has 40 additional checks including related to GDPR and HIPAA, in total Prowler offers over 160 checks. 2. ScoutSuite The second assessment is from ScoutSuite (https://github.com/nccgroup/ScoutSuite) ScoutSuite has been around since 2012, originally a Scout, then Scout2, and now ScoutSuite. This will provide a set of files that can be viewed in your browser and conducts a wide range of checks Overiew of optional modules ► Check for Common Security Mistakes module When enabled, this module will deploy a lambda function that checks for common security mistakes highlighted in https://www.youtube.com/watch?v=tmuClE3nWlk. What will be created A Lambda function that will perform the checks. Some of the checks include: GuardDuty set to alert on findings GuardDuty enabled across all regions Prevent accidental key deletion Existence of a Multi-region CloudTrail CloudTrail validation enabled No local IAM users Roles tuned for least privilege in last 90 days Alerting for root account use Alerting for local IAM user create/delete Use of Managed Prefix Lists in Security Groups Public S3 Buckets ► Ransomware (https://www.kitploit.com/search/label/Ransomware) modules When enabled, this module will deploy separate functions that can help customers with evaluating their environment for ransomware infection and susceptibility to ransomware damage. What will be created AWS Core security services enabled Checks for AWS security service enablement in all regions where applicable (GuardDuty, SecurityHub) Data protection (https://www.kitploit.com/search/label/Protection) checks Checks for EBS volumes with no snapshot Checks for outdated OS running Checks for S3 bucket replication JobStatus Checks for EC2 instances that can not be managed with SSM Checks for Stale IAM roles that have been granted S3 access but have not used them in the last 60 days Checks for S3 deny public access enablement Checks to see if DNSSEC is enabled for public hosted zones in Amazon Route 53 Checks to see if logging is enabled for services relevant to ransomware (i.e. CloudFront, Lambda, Route53 Query Logging, and Route 53 Resolver Logging). Checks to see if Route 53 Resolver DNS
Firewall is enabled across all relevant regions Checks to see if there are any Access Keys that have not been used in last 90 days ► SolarWinds module When enabled, this module will deploy separate functions that can help customers with evaluating their environment for SolarWinds vulnerability. The checks are based on CISA Alert AA20-352A (https://us-cert.cisa.gov/ncas/alerts/aa20-352a) from Appendix A & B. Note: Prior to enablement of this module, please read the module documentation (https://github.com/awslabs/aws-security-assessment-solution/blob/master/CloudFormation-Templates/modules/SolarWindsChecks/README.md) which reviews the steps that need to be completed prior to using this module. Note: This module MUST be run separately as its own stack, select the S3 URL SelfServiceSecSolar.yml to deploy What will be created Athena query - AA20352A IP IOC This Athena query will scan your VPC flow logs for IP addresses from the CISA AA20-352A. SSM Automation (https://www.kitploit.com/search/label/Automation) document - SolorWindsAA20-352AAutomatedScanner This is a systems manager automation document that will scan Windows EC2 instances for impacted .dll files from CISA AA20-352A. Route53 DNS resolver query - AA20352A DNS IOC This Athena query will scan your DNS logs for customers that have enabled DNS query logging (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html) Frequently Asked Questions (FAQ) Is there a cost? Yes. This should normally cost less than $1 for an hour of use. Is this a continuous monitoring and reporting tool? No. This is a one-time assessment, we urge customers to leverage tooling like AWS SecurityHub (https://aws.amazon.com/security-hub/) for Ongoing assessments. Why does the CloudFormation service error when deleting the stack? You must remove the objects (reports) out of the S3 bucket first Does this integrate with GuardDuty, Security Hub, CloudWatch, etc.? Not at this time. In a future sprint we plan to incorporate integration with AWS services like Security Hub and GuardDuty. However, you can follow the instructions in this blog (https://aws.amazon.com/blogs/security/use-aws-fargate-prowler-send-security-configuration-findings-about-aws-services-security-hub/) to integrate Prowler and Security Hub. How do I remediate the issues in the reports? Generally, the issues should be described in the report with readily identifiable corrections. Please follow up with the public documentation for each tool (Prowler and ScoutSuite) as well. If this is insufficient, please reach out to your AWS Account team and we will be more than happy to help you understand the reports and work towards remediating issues. Security See CONTRIBUTING (https://github.com/awslabs/aws-security-assessment-solution/blob/master/CONTRIBUTING.md#security-issue-notifications) for more information. License This project is licensed under the Apache-2.0 License.

Download Aws-Security-Assessment-Solution (https://github.com/awslabs/aws-security-assessment-solution)
Play with Google, Twitter, Apple, Dell

This story of how I find vulnerabilities in google, Twitter, apple, and dell for fun after more than 40 triesContinue reading on Medium »
Read more...
WebPenetration Tester Roadmap

Sec 542 & 642 notes in here: https://lnkd.in/dkeGVvyContinue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Aws-Security-Assessment-Solution - An AWS Tool To Help You Create A Point In Time Assessment Of Your AWS Account Using Prowler And Scout As Well As Optional AWS Developed Ransomware Checks

https://blogger.googleusercontent.com/img/a/AVvXsEiyWvz-39YWcH7uPLOb809LaQJy0PPIyhXGsdhFl0nbRh5GkBZ497UTkPx_DengBP_qkajp_0xOVQn0zaZeYJe2Ssodn7B7skCsKcfT-LXhspI6ylmk4n4ELMhBrar_fHg3oMjGiyj11PfJaG-FLi0hPfuU9R9WgXFmTnYSp80wmyP-B7GgqquJ_IRADQ=w568-h640 Self-Service Security Assessment too lCybersecurity remains a very important topic and point of concern for many CIOs, CISOs, and their customers. To meet these important concerns, AWS has developed a primary set of services customers should use to aid in protecting their accounts. Amazon GuardDuty, AWS Security Hub, AWS Config, and AWS Well-Architected reviews help customers maintain a strong security posture over their AWS accounts. As more organizations deploy to the cloud, especially if they are doing so quickly, and they have not yet implemented the recommended AWS Services, there may be a need to conduct a rapid security assessment of the cloud environment.

With that in mind, we have worked to develop an inexpensive, easy to deploy, secure, and fast solution to provide our customers two (2) security assessment reports. These security assessments are from the open source projects “Prowler” and “ScoutSuite.” Each of these projects conduct an assessment based on AWS best practices and can help quickly identify any potential risk areas in a customer’s deployed environment. If you are interested in conducting these assessments on a continuous basis, AWS recommends enabling Security Hub’s Foundational Security Best P ractices standard. If you are interested in integrating your Prowler assessment results with Security Hub, you can also do that from Prowler natively following instructions here.

In addition, we have developed custom modules that speak to customer concerns around threats and misconfigurations of those issues, currently this includes checks for ransomware specific findings. ARCHITECTURE OVERVIEWOverview - Open Source project checksThe architecture we deploy is a very simple VPC with two (2) subnets, one (1) NAT Gateway, one (1) EC2 instance, and one (1) S3 Bucket. The EC2 instance is using Amazon Linux 2 (the latest published AMI), that is patched on boot, pulls down the two projects (Prowler and ScoutSuite), runs the assessments and then delivers the reports to the S3 Bucket. The EC2 instances does not deploy with any EC2 Key Pair, does not have any open ingress rules on its Security Group, and is placed in the Private Subnet so it does not have direct internet access. After completion of the assessment and the delivery of the reports the system can be terminated.

The deployment is accomplished through the use of CloudFormation. A single CloudFormation template is used to launch a few other templates (in a modular approach). No parameters (user input) is required and the automated build out of the environment will take on average less than 10 minutes to complete. These templates are provided for review in this Github repository.

Once the EC2 Instance has been created and begins, the two assessments it will take somewhere around 40 minutes to complete. At the end of the assessments and after the two reports are delivered to the S3 Bucket the Instance will automatically shutdown, You may at this time safely terminate the Instance. How to deploy this tool* See the following guide on installation steps How do I read the reports?* See the following guide on accessing and reading the report outputs DiagramHere is a diagram of the architecture. https://blogger.googleusercontent.com/img/a/AVvXsEiyWvz-39YWcH7uPLOb809LaQJy0PPIyhXGsdhFl0nbRh5GkBZ497UTkPx_DengBP_qkajp_0xOVQn0zaZeYJe2Ssodn7B7skCsKcfT-LXhspI6ylmk4n4ELMhBrar_fHg3oMjGiyj11PfJaG-FLi0hPfuU9R9WgXFmTnYSp80w[...]
Hacking Articles Tips Tricks Videos Tutorials
KitPloit - PenTest Tools! Aws-Security-Assessment-Solution - An AWS Tool To Help You Create A Point In Time Assessment Of Your AWS Account Using Prowler And Scout As Well As Optional AWS Developed Ransomware Checks https://blogger.googleusercontent.com/i…
myP-B7GgqquJ_IRADQ=w568-h640 What will be created*
A VPC

* This will be a /26 for the VPC
* This will include 2 subnets both in the same Availability Zone, one Public and one Private
* This will include the required Route Tables and ACLs

*
An EIP

* For use by the NAT Gateway

*
A NAT Gateway

* This is required for the instance to download both Prowler and ScoutSuite as well as to make the API Calls

*
A Security Group

* For the Instance

*
A single m5a.large instance with a 10 GB gp2 EBS volume

* This is the instance in which Prowler and ScoutSuite will run
* It will be in a Private Subnet
* It will not have an EC2 Key Pair
* It will not allow ingress traffic on the Security Group

*
An Instance Role

* This Role is required so that Prowler and ScoutSuite can run the API calls from the EC2 Instance

*
An IAM Policy

* Some IAM permissions are required for Prowler and ScoutSuite
* Prowler info here
* ScoutSuite info here
*
An S3 Bucket

* This is the location where the reports will be delivered
* It will take about 40 minutes for the reports to show up Open source security AssessmentsThese security assessments are from the open source projects “Prowler” and “ScoutSuite.” Each of these projects conduct an assessment based on AWS best practices and can help quickly identify any potential risk areas in a customer’s deployed environment. 1. ProwlerThe first assessment is from Prowler.

* Prowler follows guidelines of the CIS Amazon Web Services Foundations Benchmark (49 checks) and has 40 additional checks including related to GDPR and HIPAA, in total Prowler offers over 160 checks. 2. ScoutSuiteThe second assessment is from ScoutSuite

* ScoutSuite has been around since 2012, originally a Scout, then Scout2, and now ScoutSuite. This will provide a set of files that can be viewed in your browser and conducts a wide range of checks Overiew of optional modules► Check for Common Security Mistakes moduleWhen enabled, this module will deploy a lambda function that checks for common security mistakes highlighted in https://www.youtube.com/watch?v=tmuClE3nWlk. What will be createdA Lambda function that will perform the checks. Some of the checks include:

* GuardDuty set to alert on findings
* GuardDuty enabled across all regions
* Prevent accidental key deletion
* Existence of a Multi-region CloudTrail
* CloudTrail validation enabled
* No local IAM users
* Roles tuned for least privilege in last 90 days
* Alerting for root account use
* Alerting for local IAM user create/delete
* Use of Managed Prefix Lists in Security Groups
* Public S3 Buckets ► Ransomware modulesWhen enabled, this module will deploy separate functions that can help customers with evaluating their environment for ransomware infection and susceptibility to ransomware damage. What will be created* AWS Core security services enabled
* Checks for AWS security service enablement in all regions where applicable (GuardDuty, SecurityHub)

* Data protection checks
* Checks for EBS volumes with no snapshot
* Checks for outdated OS running
* Checks for S3 bucket replication JobStatus
* Checks for EC2 instances that can not be managed with SSM
* Checks for Stale IAM roles that have been granted S3 access but have not used them in the last 60 days
* Checks for S3 deny public access enablement
* Checks to see if DNSSEC is enabled for public hosted zones in Amazon Route 53
* Checks to see if logging is enabled for services relevant to ransomware (i.e. CloudFront, Lambda, Route53 Query Logging, and Route 53 Resolver Logging).
* Checks to see if Route 53 Resolver DNS Firewall is enabled across all relevant regions
* Checks to see if there are any Access Keys that have not been used in last 90 days ► SolarWinds moduleWhen enabled, this module will deploy separate functions that can help customers with evaluating their environment for SolarWinds vulnerability. The checks are b[...]
Hacking Articles Tips Tricks Videos Tutorials
myP-B7GgqquJ_IRADQ=w568-h640 What will be created* A VPC * This will be a /26 for the VPC * This will include 2 subnets both in the same Availability Zone, one Public and one Private * This will include the required Route Tables and ACLs * An EIP * For…
ased on CISA Alert AA20-352A from Appendix A & B. Note: Prior to enablement of this module, please read the module documentation which reviews the steps that need to be completed prior to using this module. Note: This module MUST be run separately as its own stack, select the S3 URL SelfServiceSecSolar.yml to deploy What will be created* Athena query - AA20352A IP IOC
* This Athena query will scan your VPC flow logs for IP addresses from the CISA AA20-352A.

* SSM Automation document - SolorWindsAA20-352AAutomatedScanner
* This is a systems manager automation document that will scan Windows EC2 instances for impacted .dll files from CISA AA20-352A.

* Route53 DNS resolver query - AA20352A DNS IOC
* This Athena query will scan your DNS logs for customers that have enabled DNS query logging Frequently Asked Questions (FAQ)1. Is there a cost?
* Yes. This should normally cost less than $1 for an hour of use.

2. Is this a continuous monitoring and reporting tool?
* No. This is a one-time assessment, we urge customers to leverage tooling like AWS SecurityHub for Ongoing assessments.

3. Why does the CloudFormation service error when deleting the stack?
* You must remove the objects (reports) out of the S3 bucket first

4. Does this integrate with GuardDuty, Security Hub, CloudWatch, etc.?
* Not at this time. In a future sprint we plan to incorporate integration with AWS services like Security Hub and GuardDuty. However, you can follow the instructions in this blog to integrate Prowler and Security Hub.

5. How do I remediate the issues in the reports?
* Generally, the issues should be described in the report with readily identifiable corrections. Please follow up with the public documentation for each tool (Prowler and ScoutSuite) as well. If this is insufficient, please reach out to your AWS Account team and we will be more than happy to help you understand the reports and work towards remediating issues. SecuritySee CONTRIBUTING for more information. LicenseThis project is licensed under the Apache-2.0 License. Download Aws-Security-Assessment-Solution
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Is there a way to bruteforce find an rfid tag for a reader?

Is there an app or a device that tries all possible rfid combinations for a frequency to find the correct one? If so, what is it?

submitted by /u/Maymunooo
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
how to bypass aristotle student?

so im not sure if this is the rights subreddit to post it in but its the only one i could to post this is. my school district hands out chromebooks to us to use in our classes and u dont really mind it but the only problem is a google extension called aristotle student. it blocks me from genuinely useful sites and it also blocks a bunch of sites for games. if anyone can help me bypass it that would be great. one more thing though, i cant directly get other google extensions or games from the google play store to combat it, so if there are any other ways to bypass it that would be great

submitted by /u/untouched_skies
[link] [comments]
Sharing my extensive CTF cheat sheet, startup guide, resource list, and writeup repository:
https://www.reddit.com/r/Pentesting/comments/10sjp2y/sharing_my_extensive_ctf_cheat_sheet_startup/

<!-- SC_OFF -->Over the past few years I've been adding writeups to CTFs, challenges on sites like HTB, THM, CryptoHack, and ROPEmporium. I also have a very extensive and detailed CTF cheat sheet that's meant for absolute beginners that I'm constantly adding to: https://github.com/Adamkadaban/CTFs This repo also mentions a collection of pwn challenges and solutions I've created that is sorted by category and difficulty: https://github.com/Adamkadaban/LearnPwn Give them a star if you find anything here helpful and feel free to drop any advice / recommendations for additions <!-- SC_ON --> submitted by /u/securityCTFs (https://www.reddit.com/user/securityCTFs)
[link] (https://www.reddit.com/r/Pentesting/comments/10sjp2y/sharing_my_extensive_ctf_cheat_sheet_startup/) [comments] (https://www.reddit.com/r/Pentesting/comments/10sjp2y/sharing_my_extensive_ctf_cheat_sheet_startup/)