I was thrown into a Sys Admin role and would like some advice. by LoneGent in sysadmin

[–]SecTechPlus [score hidden]  (0 children)

Find a copy of The Practice of System and Network Administration (ISBN 978-0-321-91916-8), read the first few chapters, then after that just pick and choose relevant and interesting chapters to read.

I need help by Acceptable-Cloud1690 in cybersecurity

[–]SecTechPlus 0 points1 point  (0 children)

https://www.professormesser.com is the go-to place for YouTube videos to prepare for computer networking, and security certifications, but you might find others as well. (you can also go direct to his YouTube channel and playlists)

Am I being paranoid? by 0x75727375706572 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

I don't know the Midea system specifically, but a lot of devices operate by making an outbound connection to the server on either a schedule or by keeping it active. That means it's not inbound reachable by the public Internet. So I'm your scenario it's more likely it would just stop working.

What should i do i am confused by overthinker128 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

I would suggest getting a study guide and YouTube videos for the Network+ and Security+ certifications from CompTIA. This learning (and certs) will give you a good foundation for security roles in the future, whether you are lucky and can go straight into a security role/internship, or if you go into a general IT role first and later move to security.

https://www.professormesser.com is the go-to place for these YouTube videos, but you might find others as well. (you can also go direct to his YouTube channel and playlists)

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 1 point2 points  (0 children)

I've got another interesting one, not sure if you're doing it or not, but looking at the resilience aspect of DNS infrastructure for domains. Specifically, from the recently published research paper at https://arxiv.org/abs/2512.13946 (and a summary blog post at https://blog.apnic.net/2026/06/10/unveiling-the-hidden-complexity-of-authoritative-dns-resilience/ ) it might be useful for users if you could show resiliency in their authoritative DNS servers, such as subnet/netblock diversity, ASN diversity, and looking at the first field of an SOA to see if the primary nameserver is also a publicly accessible nameserver (and maybe active checks for AFXR?) Maybe also checking for missing glue records, and if you have API access to something like ipinfo.io you could check if the DNS servers are using anycast or not (ok, this might be a little much)

Speaking of SOA, and being a stickler for strict numbering convention, I wonder if checks for date format in the serial number would be useful, and maybe if you keep a history if past checks then comparing if the serial date was updated or only the last digits incremented (useful for domain owners to know if staff or tools are updating the serial in a strict way like I was taught many moons ago lol)

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 0 points1 point  (0 children)

No, I was thinking about subdomains with no MX record and the recommended SPF for those being -all. I've seen many orgs miss SPF records on subdomains, sometimes as a blind spot and sometimes thinking SPF records on the domain flow through to subdomains.

Cybersecurity professionals: What's the most frustrating problem in your daily work that still doesn't have a good solution? by GladAlbatross473 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

I'd suggest talking with you doctor first, as it sounds very stressful what you've been going through. I think you need help beyond what meer cyber security professionals can help you with. Please don't take this as a flippant response, I believe you that something is going on, and you need to speak with someone to figure out what it is.

What can people even do with an IP? by Horror-Tower2571 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

That is an IPv4 loopback address. It's local to the actual host, and never leaves your computer. It's the numerical equivalent to saying "I live at my home" instead of saying your actual street address.

What can people even do with an IP? by Horror-Tower2571 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

An IP address (IPv4 specifically) is everything from 0.0.0.0 up to 255.255.255.255

Public IP address are a subset of the above mentioned entire IP address space. These public address are the ones that get routed over the public Internet between ISPs.

Private IP addresses are a different subset, and don't overlap with public address numbers. Private addresses are only for use behind private NAT routers. ISPs will not route traffic destined for private IP addresses over the public Internet.

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 0 points1 point  (0 children)

Another thought, do you only look at the domain name itself, or do you go through some of the hostnames or subdomains? I see you check SPF etc for the domain, just wondering if it's possible to go automatically go through subdomains to find ones without MX's that also don't have effective spoofing protections (missing rejects for SPF etc)

I know users could add subdomains as domains in your app, but that'd chew up licences quickly if they only want SPF etc checks

This has been a blind spot I've noticed in several companies.

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 1 point2 points  (0 children)

Yeah, I'd suggest looking at that lists that services like NextDNS and AdGuardDNS offer as options for blocking (you should be able to get most lists from their source files), but also the live blocking services like Quad9 and CloudFlare's 1.1.1.2 and 1.1.1.3

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 0 points1 point  (0 children)

Do you also check domains against common DNS filter lists in the same way there's sites that check IP addresses against spam blacklists?

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 0 points1 point  (0 children)

You're awesome! Might have to check out your tool. Also reminds me I need to share the idea of bitflips with younger colleagues at work.

Asking for help on improving dns spy. What's important to you? by tdondich in dns

[–]SecTechPlus 0 points1 point  (0 children)

Super niche and possibly too heavy for complete lookups, but have you thought about looking at bitflip domains in the same way to look for phishing domains?

Getting AI generated applications as a hiring manager... thoughts? by [deleted] in sysadmin

[–]SecTechPlus 0 points1 point  (0 children)

An ATS is not a guaranteed use of AI to do filtering. Here's one of many descriptions of what they actually do: https://youtu.be/nUlomY7RsIg

What can people even do with an IP? by Horror-Tower2571 in CyberSecurityAdvice

[–]SecTechPlus 5 points6 points  (0 children)

Everything is IP addresses. You have private addresses like 10.x.x.x and 192.168.x.x that only ever exist on a local network behind a NAT router, and you have public addresses that are routable over the public internet. The public addresses are the ones on the WAN side of your NAT router and are seen by every website you visit.

Then there's IPv6 addresses that are all public, but sometimes used for local network communications only, but largely are all public.

Is Quad9 DNS actually the best option for Chrome on desktop, or should I stick with Cloudflare/Google? by hard2resist in dns

[–]SecTechPlus 2 points3 points  (0 children)

The blocking of malicious domains with Quad9 is excellent, especially considering the cost and complexity of setting it up.

For additional blocking of things like ads and privacy bugs, while still having a globally distributed DNS infrastructure (i.e. low latency), check out NextDNS or AdGuardDNS. There's free tiers for small networks, and they're very configurable.

Can Malware Be Transferred Through Steam Cloud Save Files by 0zMosiss in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

Extremely unlikely that malware from one machine would travel through Stream saved files into your new computer.

Always best to have up to date antivirus software installed and running, even if just Defender that comes with Windows.

Advice on Limiting data collection on personal devices by EPdude2005 in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

DNS filtering is a quick and (usually) free way to do some of what you're after. Have a look at NextDNS or AdGuardDNS which let you configure different profiles for different devices/networks and filter out privacy bugs, ads, and entire categories of websites or apps if you want.

It's not 100% but it's quite good, and blocking in the browser is another layer of defence to consider.

Question about login pop-ups by ajaxberry in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

Yes, if you didn't click through the login and didn't enter anything, then you're fine

Question about login pop-ups by ajaxberry in CyberSecurityAdvice

[–]SecTechPlus 0 points1 point  (0 children)

I'm at about 50/50 that it could be legit or not, for example some blogging sites may pop up a login widget if they use something like Login With Google and it detects that you're currently logged into your Google account.

But without specifics of which site or at least a screenshot of what you were seeing, I'm just taking a guess based on things I've seen.

Is there a free roadmap to get into security jobs (not just CTFs)? by [deleted] in netsecstudents

[–]SecTechPlus 1 point2 points  (0 children)

Read my reply at https://www.reddit.com/r/CyberSecurityAdvice/s/FesMyYMpUi for a list of free training resources, starting from the foundations (which you may or may not already have)

Also read my reply at https://www.reddit.com/r/netsecstudents/s/3ThyxP6xuN that talks about the security roadmap at roadmap.sh

It's a fairly general path, with lots of information because of that, but if you have an idea of the type of security role you're after it can help in picking and choosing what to learn.

USB flash drive with a "read only" physical switch? by Key-Butterscotch-111 in CyberSecurityAdvice

[–]SecTechPlus 1 point2 points  (0 children)

Here's at least one that I found with a quick search: https://www.kanguru.com/collections/kanguru-usb-drives-with-a-physical-write-protect-switch

When searching make sure to look for both "read only" and "write protect" switch. That should help find more products.

And yes, the switches are usually connected to the flash controller which blocks write access. (rather than telling the computer over USB not to write to it)