arai_aroi

joined 8 months ago
 

Thank you for visiting my post. I will go straight to the point:

  • How can one usually seek job opportunities in Europe in cyber security? I tried Linkedin job posts but not sure if there is any specialised venue for people in this industry?

  • Still specific to Europe, I saw that many employers in the countries there require another language proficiency beside English, such as French, German, Dutch, Italian, Swedish, among others. If you have a relevant experience in getting a job with English (and learning another later), I would be grateful to hear that.

  • I heard some countries need citizenship status to work on cyber security in order to gain clearence. If that is indeed the case, then I guess I am out of the hiring pool. Could you prove (or disprove) this?

  • If you have any success story to share, I would love to hear from you.

If that helps, I am not an EU citizen. I am a mid-career cyber security practitioner based in Thailand, my native country, seeking opportunities in Europe. Thank you for reading :-)

[–] arai_aroi@lemmy.ml 51 points 8 months ago (1 children)

Others have answered your question. I would like to add that when you want to "dismantle" the URL, there is a practice in cyber security called URL Defanging. Protocols are escaped, such that http becomes hxxp. Other significant symbols that are :// becomes [://] and . becomes [.]

Combining these, your URL becomes: hxxp[://]bom07s30-in-x03[.]1e100[.]net/

Which will be safer for others to navigate. It will take an extra effort to revert it back to the functional URL. Tools like CyberChef can perform this action if you seek a more streamlined solution.

[–] arai_aroi@lemmy.ml 3 points 8 months ago (1 children)

Yes, one beside Lemmy out of necessity. There is this app called LINE that started as a humble instant messaging service to serve as a communication aid during the Tohoku Earthquake in Japan. Now it tries to be everything: payment, shopping, interest groups, food ordering, ride calling, music, news, loaning money, etc.

I only use the LINE core function to get by every day, because everyone around me is using it, casually and professionally. My country is using it for everything, even in governmental affairs. It's however only very popular in Japan, Taiwan, Indonesia, and Thailand, where I reside. There are theories regarding why it is so popular in those countries, but one I believe is its "cuteness" functionality, where you can send "stickers" to each other, something like an elaborated emoji.

[–] arai_aroi@lemmy.ml 12 points 8 months ago

There are two parts of my story.

For those with limited time, I gave up Linux once because it was so “strange” from Windows I felt uneasy to use one, and other time because I simply had no use case for it. For those with time, kindly read on.

I had always been an MS-DOS/Windows user who tried Linux and failed several times because I didn’t “get” it, until sometimes between 2006 and 2007 when Mac started its transition into Intel CPU. It was interesting enough (as it was the beginning point for Mac to become mainstream in my country). I decided that my first laptop was going to be a Mac (my house used to see that building own PC was the way to go). It was the first lightbulb moment when I tinkered with a few options in the terminal. This helped me in the future when I tried Linux again. Count it as a transferable skill of sort.

Then around as late as 2021 (because of various life circumstances), I decided to become a cyber security professional—a long time passion of mine. In order for the journey to be pleasant, Linux must be learnt. I enrolled in a course from one authoritative source for SysAdmin, and that was the first time I got to study the innards of the system. After that, along with myself landing a cyber security job, I became more fluent with Linux. Today, I work closely with clients who use Debian, Ubuntu, CentOS, RHEL, and sometimes Solaris, so there is no dull moment (except for troubleshooting Windows from time to time). Linux becomes part of my professional life, as the main use case.

Linux learning curve does feel steep, but choosing a right distro for others help a lot. I never have my peers giving up on Zorin so far, for instance.

[–] arai_aroi@lemmy.ml 2 points 8 months ago

Dust has completely replaced du in my every day work. Other tools also written in Rust I make use of include Bat for an upgraded experience from cat, Tokei for quickly counting and recognising codes, and several other security tools like RustScan.

I learn about Joplin today. Thank you for sharing your list.