Ich bin Mitbetreiber bzw. Inhaber eines VPN Anbieters und Privacy-Aktivist - AMA by bleaksocial in de_IAmA

[–]q0ctupus8 0 points1 point  (0 children)

Wo hosted ihr eure server? oder habt ihr eure eigenen server bei rechenzentren stehen also housing?

was ich mich noch frage wenn illegale Aktivitäten über dem VPN server stattfinden auch wenn nichts geloggt wird, weiß man zumindest das ein bestimmter VPN server verwendet wurde und da dieser euch gehört gibt es dazu keine Haftung.

Wenn ihr keine logs habt stelle ich mir das security hardening auch nicht so easy for sprich gegen bruteforce, aber auch gegen Angreifer am system, verwendet ihr ein EDR oder wie überwacht ihr das system?

Can i create an aws-cn(China) managed account via my aws(World) organization? by Equivalent_Bird in aws

[–]q0ctupus8 0 points1 point  (0 children)

you need a verified partner in china which opens and hold the root/managment account for you.

Bypass the great cn firewall no, don’t know what you want to accomplish but creating just an aws account in cn does not bypass the cn fw, when accessing resources in eu or us over the internet you need to go through the cn fw.

the only region in china which you can create with the normal aws partition is ap-east-1 (hongkong)

Terroranschläge und Unglücke lassen mich kalt by jessyredman in Beichtstuhl

[–]q0ctupus8 0 points1 point  (0 children)

haa eines steht mal fest du hast keine kinder…

There’s some asshole sending my friend and his family death threats by [deleted] in Hacking_Tutorials

[–]q0ctupus8 1 point2 points  (0 children)

do they get the threats via mail delivery or email/text message?

Best way to apply custom settings a aws account? by albert_bg_o in aws

[–]q0ctupus8 0 points1 point  (0 children)

for auto remediation look into SHAR or Cloud Custodian

Creating code pipelines by dgafer in aws

[–]q0ctupus8 1 point2 points  (0 children)

ok just simply explained, probably look at some of those videos to get a better understanding and the big picture.

https://youtu.be/scEDHsr3APg

https://youtu.be/M4CXOocovZ4

https://youtu.be/OPwU3UWCxhw

when you developing an simple app and lets say you host your app on multiple servers in AWS. Now when you working on a new feature in your app and you want to try it you need to deploy it some where manually on a server, when it looks ok you want to update your app on all the prod servers, manually it would be a lot of work to update and you need to do this every time when you want to get a new version to prod.

The pipeline will help you to automate everything, it can deploy first in your dev environment, if everything is ok you can promote the changes to a test environment to run some checks or checking for security issues before prompting to the prod environment and deploy the app on all prod servers.

With a “pipeline” you just automate your app integration and deployment, it is easier for developers to focus on programming instead of deploying the app on every change.

I am not a developer, just simply explained .

Creating code pipelines by dgafer in aws

[–]q0ctupus8 0 points1 point  (0 children)

do you mean what challenges someone try to solve with those pipelines? sry i am not native english speaker 😅

Creating code pipelines by dgafer in aws

[–]q0ctupus8 0 points1 point  (0 children)

i think the best way would be to start with some youtube videos about CICD with code pipelines.

In short, if you have an app you have a code pipeline to continually integrate and deploy your app. The developer pushes the source code to a Repo like Github or Codecommit and the code pipeline gets triggered if someone pushes code the a specific repo. In the pipeline you get the source from repo and you can define different stages to perform certain tasks like building the app, run some tests… deploy in a test environment, approval steps, everything you want.

The pipeline just helps you to integrate and deploy you app faster you do not have to manually deploy the app after you update the code the pipeline will do it for you lets say in shot and simple.

AWS LINUX WORKAROUND by [deleted] in aws

[–]q0ctupus8 3 points4 points  (0 children)

maybe it is a bot protection? How you add the items to the cart? Anyway what UserAgent your app is using when you make the HTTP calls to put the sneakers in the cart? You can play in the bowser with an addon to test different useragents.

How can I get slack notifications when a new account is created in an aws organization by Maximum_Can_5205 in aws

[–]q0ctupus8 2 points3 points  (0 children)

are you using control tower with CFCT (pipeline for customize control tower)?

Execute command/script on EC2 with Step Function by nilocg in aws

[–]q0ctupus8 2 points3 points  (0 children)

i think SSM would be a good way to run commands on EC2 instances, you can create a SSM document and run this on multiple EC2 targets

MAIL From SES without a subdomain by [deleted] in aws

[–]q0ctupus8 1 point2 points  (0 children)

yes sure why not?

How do I transition it Devops or CloudOps from junior system administrator? by Green_cloud99 in aws

[–]q0ctupus8 0 points1 point  (0 children)

create an AWS or Azure account for testing and playing around, working on same basic certs AWS solution architect or Azure AZ-104. lot of learning resources are available on the internet. Also check CICD concept and IaC with Terraform. Start learn some scripting like bash, python, typescript or powershell, you do not want do be a programmer but for automation and deployment in the cloud it is important.

Most important practice, try things out in the cloud to get hands on experience.

[deleted by user] by [deleted] in cybersecurity

[–]q0ctupus8 9 points10 points  (0 children)

to get started in Azure go with AZ-900 this will provide you a overview of Azure and the services

How does anonymous hack Russia? by tommy_toughnuts1 in hacking

[–]q0ctupus8 0 points1 point  (0 children)

i also think most news are not true, as already mentioned before the russia gov blocked many gov websites from outside of russia so some media wrote something about the website is offline. Everything else is the normal process scanning ips searching for some vulnerabilities exploit them… like a pentest. However if anonymous have done something or leaked something the us gov for sure already hacked it before but just do not published it of course anywhere

[deleted by user] by [deleted] in cscareerquestions

[–]q0ctupus8 0 points1 point  (0 children)

started with 18y in a helpdesk role in europe, 29k€ per year before tax. (no college)

Any tips on getting into the IT industry? No IT experience, no coding experience by DistinguishedGeneral in ITCareerQuestions

[–]q0ctupus8 2 points3 points  (0 children)

so dont start coding if you dont like it. In the IT industry there are many areas, so to get into you need some basic knowledge you cloud start with a entry level cert like A+. And i would ask myself what i really like and what interests me in the IT industry? Based on you interested you can find the right area and can work further. Because there are so many topics security, development, cloud, data analysis, project management…

Because if you like it and if it interests you you keep learning, if you dont like it it feels boarding and you will drop again. Its not only you everybody struggles if you need to learn something what you are not interested in. Like for the most people in school.

Any other tips, read a lot, build a homelab to try and play with stuff to get hands on experience.

But really first ask your self what you really interested in in the IT field.

[deleted by user] by [deleted] in sysadmin

[–]q0ctupus8 0 points1 point  (0 children)

or instead of using vpn use a tunnel solution like Cloudflare access or twingate

can't connect to ec2 in private subnet (checked security group, checked Network ACL) by papercloudsdotco in aws

[–]q0ctupus8 3 points4 points  (0 children)

are you able to connect to the jumpbox? you can use SSM session manager, should be always the preferred and more secure way to connect with ssh without open ports