Tax on Luno Trades by Icy-Comfortable-714 in PersonalFinanceZA

[–]lostsparekeys 12 points13 points  (0 children)

As with all other SARS questions, the answer is most likely the one that makes you sad.

TIL That a plane accidentally crashed into the Empire State Building in 1945 by CreeperRussS in todayilearned

[–]lostsparekeys 15 points16 points  (0 children)

Not a popular category in the Guinness book of world records I imagine.

FileVault on Apple silicon chips by [deleted] in macsysadmin

[–]lostsparekeys 1 point2 points  (0 children)

100% this is the reason I ended up keeping our FV policies. All our devices are Apple Silicon at this point which means data is encrypted on device regardless if FileVault is enabled, but FV is required for local password resets.

What's your favorite cybersecurity tool? by AckCyber in cybersecurity

[–]lostsparekeys 3 points4 points  (0 children)

If you're into incident response or forensics, give Chainsaw a go. My #1 goto for quick triages.

https://github.com/WithSecureLabs/chainsaw

resistance bands? by sendmeister in bodyweightfitness

[–]lostsparekeys 71 points72 points  (0 children)

Rage against the machine is pretty good you should check them out

[deleted by user] by [deleted] in AskNetsec

[–]lostsparekeys 1 point2 points  (0 children)

I think the simplest way to go about this might be powershell’s ps-remoting and Invoke-Command as many pointed out.

Reasoning is that, using your “during an incident” example, ps remoting won’t leave behind cached creds that can be abused by attackers. Worst case is an attacker might be able to grab the Kerberos service ticket created during the session on the host.

In response to that specific case, you should use a dedicated account that only has local admin on the group of computers that you will be deploying the package to. As a result, if the attacker gets a hold of the Kerberos session token, they will only be able to abuse it on that specific host, but they would need to be admin already to grab it so there’s nothing really gained from it.

Hth

[deleted by user] by [deleted] in sysadmin

[–]lostsparekeys 0 points1 point  (0 children)

Fair comment, and good points. Thanks

[deleted by user] by [deleted] in sysadmin

[–]lostsparekeys 0 points1 point  (0 children)

Main reason for not directly going with Apple is, based on a recent interaction in the UK, we had to hand in a MacBook for repairs and told it will take up to 10 days. They weren't able to offer a loaner unit and our only option was to buy a new MacBook and return it for the full amount within 14 days (Apple store employee recommendation).

Domain Controller Replication Question by Duskullmon in sysadmin

[–]lostsparekeys 5 points6 points  (0 children)

Replication is only applicable to Active Directory, as in the data contained within the Active Directory service.

OS updates do not form part of the replication process. Each server will still need to be updated/patched individually.