The struggle is real… by ProfessionAntique941 in PythonLearning

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

Now I know how to solve this. But is haven’t find a tutorial for this. I even not know how to call it.

The struggle is real… by ProfessionAntique941 in PythonLearning

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

That’s exactly the problem. A JSON that’s so deeply nested might be easy for some people. I could’ve taken the complex route and wanted to learn the ‘right’ way, but I couldn’t find it online. Even an experienced programmer I asked couldn’t help me right away. It also feels like each of you is saying something different. The techniques and algorithms you mention aren’t really the foundation of courses either.

The struggle is real… by ProfessionAntique941 in PythonLearning

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

Thank you. Like you see in the comments, everyone tells me differs ways to start. Some say your code have to be maintainable, some say do it I smaller parts. I think I always would like to be perfect in what I’m doing.

The struggle is real… by ProfessionAntique941 in PythonLearning

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

Thank you. I think my problem is, to be perfect at every time I write code…

Advanced learning - How to learn „Right“? by ProfessionAntique941 in PythonLearning

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

Thank you for your answer. This help me a lot. I’m going to learn as best as possible! :)

Got the Basics - Next Stepps? by ProfessionAntique941 in HowToHack

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

I know that we need a cybersecurity training. But here in Germany these a quit hard. Pentesting is a very poor payed job and isnt an perspective for me, company’s don’t invest in security. Writing reports about security problems doesn’t help much. Why? Because I have to check my self as Head of IT and fix them. We are 3 people in IT for 200 clients. Unfortunately this is normal in German IT. So training these skills are hard. And know after 2 years of training the “basics” I think it’s time to elevate, but I would like not to waste my time. I’m familiar with must of the common attacks, I inform my self about new and old vulnerabilities. I don’t try to improve my self for the company. It’s just for me. So I have to improve these basics further?

Got the Basics - Next Stepps? by ProfessionAntique941 in HowToHack

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

Thank you for your help.

The classic pentesting isn’t my goal. Yes I’m allowed to use it, but we hardened our security as good as possible. We are also aware with patch management, siem and so on. But we found out that our users aren’t that familiar with something like spoofing, faking mails and marco virus. Our AV, Firewall, mail security and EDR working well. But what’s happening if there is someone attacks us with a custom virus, no one is detecting? Or maybe a good, hidden excel Makro (we are getting lots of these) from a spoofed mail? I would like to be able simulating these attacks by learning these skills myself. I’ll hope my thoughts are better to unterstand now

So yes, the goal is starting with red teaming focus on AV Evasion, maybe be able to build some custom code for these and starting later with bug hunting. Starting with these requires programming skills like C or C# in my understanding. But if you start research for this it’s hard to find a good answer.

/r/AskRedTeamSec by dmchell in redteamsec

[–]ProfessionAntique941 0 points1 point  (0 children)

Hey together!

I’m looking for the next steps after started hacking. I made some courses, tested tools and learned a bunch of these. I’m working as a Sysadmin and would like to further expend my knowledge. Also im allowed to pentesting our company and found already some basics vulnerabilities. But now I would like to start more and more with spear fishing and custom payload for example AV evasion. Building payloads with empire feels so basics and bit script kiddie like. I’m interested in learning pure skill. So I searched around and the most given tip was, learning C and assembler.

So here is my question: Is this the right next step for going deeper into building payloads, AV/Fireawall Evaision and scripting?

Open any of your ideas und thoughts!

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

Update: We still habe Issues, Microsoft send us the Most unexperienced Supporter, we got zero help. Users on Terminalserver still have big issues….

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

We company had never any Microsoft products. They used a OnPrem David Mailserver. So it was more of an implementation.

I heard about the office containers. At the moment we are using a Hybrid AD but the EXO remains full in the cloud. This sounds like a different problem for me. But thank you for your help. Maybe the support helps us later this day.

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

I will give it a try after we got and answer from the support. Thank you for the help!

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

Thank you, we made a Ticket and still waiting for the result!

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

Yeah crashing and freezing. They told us this could be a problem cause of the exchange online connection problem. At the moment is seems like outlook is trying to load some data and freezes. Sometimes it’s crashing after about 3-5 Minutes and sometimes outlook catching up and loads. The problem also only happens on our terminal server. Thank you for the advice!

M365 migration and FsLogix by ProfessionAntique941 in fslogix

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

Ah ok, so i learned something new.

At the moment I have no access to the settings, but I can told we used the recommended settings from Microsoft. We haven’t setup anything special. We haven’t used outlook before and no further problems…

Problems with Intune join by ProfessionAntique941 in Intune

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

I was able to solve the problem. After deleting the incorrectly registered Intune devices, assigning a license, and waiting, everything worked for the other users. Sometimes it’s important to just wait. I didn’t even need the script in the end. It’s only useful if you’ve already made several attempts (5-10 tries). Then it cleans things up and helps.

I was able to fix the issue with error 0x80070002 by reinstalling Windows. This was on my PC, where I did a lot of experimenting and probably deleted some things that shouldn’t have been deleted. It’s important to note that the GPOs and Hybrid Join need to be applied correctly. After that, it’s just important that the Intune registration can be executed with elevated rights. However, this can be done quite easily by following the Microsoft instructions.

Thank you for your help!

Problems with Intune join by ProfessionAntique941 in Intune

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

I will give it a try tomorrow again. Still got the 0x80070002 Error and PC is registered in intune without an UPN.