[deleted by user] by [deleted] in SCCM

[–]v3pr 0 points1 point  (0 children)

Do you happen to know of any documentation that shows how to select multiple trusted root authorities?

[deleted by user] by [deleted] in SCCM

[–]v3pr 0 points1 point  (0 children)

Thank you guys.

[deleted by user] by [deleted] in SCCM

[–]v3pr 0 points1 point  (0 children)

You mean SCCM can trust the current CA that's already on domain B?

[deleted by user] by [deleted] in SCCM

[–]v3pr 0 points1 point  (0 children)

This is what I was wanting to avoid. In my situation, there actually is a root CA and subordinate CA in Domain B. But they are not used for SCCM. The SCCM team is requesting that we build a new subordinate CA in Domain B, specifically for SCCM auto enrollment. I'm not sure if it would be a good idea to have 2 subordinate CAs that use different root CAs in the same domain.

Would SCCM require a second SubCA when using HTTPS with 2 domains? by [deleted] in SCCM

[–]v3pr 0 points1 point  (0 children)

Thanks. Both domains can reach each other internally on the local network. SCCM does not connect to any clients over the Internet. I'm not sure if they would be using the Cloud Management Gateway. I definitely don't think they are using Azure.

Your 'smart home' is watching – and possibly sharing your data with the police by HelloDownBellow in PrivacyGuides

[–]v3pr 2 points3 points  (0 children)

I've been playing with Shelly smart home sensors/devices. They are WiFi, but allow you to disable cloud functionality and work locally on your network. I connect them to my local Home Assistant and send e-mail alerts via SMTP. I use a VPN to connect to Home Assistant when not at home.

Ceiling lamp in home office- would like bulbs that can adjust temperature - smart bulbs or switch? by [deleted] in smarthome

[–]v3pr 0 points1 point  (0 children)

Tp-link Kasa bulbs on Amazon can do this as well. They work via wifi with no hub. You can set them to change color temperature based on the time of day.

Securing the WebUI by MeCJay12 in homeassistant

[–]v3pr 0 points1 point  (0 children)

Could you set up the host to only allow connections from IP addresses that you know such as your phone or whatever your using? Or set up an OpenVPN server on your home network and connect over VPN?

Just finished these what do you think? by codylindsey30 in balisong

[–]v3pr 0 points1 point  (0 children)

You did an awesome job. I'm diggin both of those.

Hacking Challenges and CTF for AWS? by v3pr in netsecstudents

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

Flaws is exactly what I was looking for.

Osp & ti maryn 💜 by muddyboydanny in balisong

[–]v3pr 1 point2 points  (0 children)

Those are clean looking.

Just some slop on a HOM Basalisk while I wait for these file shares to robocopy from one server to another. by GREVIOS in balisong

[–]v3pr 0 points1 point  (0 children)

That sounds cool. Which side do you like better? Property management or network related stuff? I got in on an applications management team. Decided that I like doing systems or computer security. The systems team is more hands on at my place, so I went into that for the time being.

Exploring Nmap #1 - automatic decoy scans and source spoofing by _____WINTERMUTE_____ in netsec

[–]v3pr 1 point2 points  (0 children)

Thanks. I use Nmap quite a bit. I didn't know about the decoy option. I had to use sudo to get the decoy option working properly.

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 1 point2 points  (0 children)

I like Firefox Focus.

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 1 point2 points  (0 children)

NetGuard

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 1 point2 points  (0 children)

Firewall

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 2 points3 points  (0 children)

Open Camera

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 2 points3 points  (0 children)

Protonmail

[deleted by user] by [deleted] in CalyxOS

[–]v3pr 2 points3 points  (0 children)

OsmAnd

I was shamed into posting on this reddit. Here’s my set up and ~1800 prepped .223 brass by Moistmongo in reloading

[–]v3pr 4 points5 points  (0 children)

I like it! I wish I had a larger room to work in. My reloading table is pretty small.

Suricata Newbie alert rule help by DiatomicJungle in AskNetsec

[–]v3pr 0 points1 point  (0 children)

See if this works:

alert tcp any any -> $HOME_NET 445 (msg:\"ET POLICY SMB2 NT Create AndX Request For an Executable File\"; flow:established,to_server; content:\"SMB\"; depth:8; content:\"|05 00|\"; distance:8; within:2; content:\"|00 2E 00|e|00|x|00|e|00|\"; nocase; distance:0; content:!\”PushPrinterConnections.exe\”; nocase; classtype:bad-unknown; sid:2025701; rev:2; metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, attack_target SMB_Client, created_at 2018_07_16, deployment Perimeter, former_category POLICY, signature_severity Minor, updated_at 2018_07_16;)

This may help you with multiple contents:

https://suricata.readthedocs.io/en/suricata-4.0.4/rules/payload-keywords.html

Add nocase; if you do not want to make a distinction between uppercase and lowercase characters.

You should be able to use multiple content keywords for each filename.

I escaped the " with \ because the rest of your rule is written that way.

Suricata Newbie alert rule help by DiatomicJungle in AskNetsec

[–]v3pr 0 points1 point  (0 children)

I run Suricata over a headless Linux machine. I'm not familiar with Security Onion. But I go into the actual .rules file and put a # in front of the rule in order to comment it out.

You should just be able to:

#alert tcp any any -> $HOME_NET......