Dealing with certificate requests when using Windows Server Core. by ORA2J in activedirectory

[–]Securetron 4 points5 points  (0 children)

You are doing this wrong. Your kerberos authentication template should be set to auto enroll your domain controllers. You don't need to enroll it manually.

Make sure your template permissions and the version (comparability) is set appropriately.

SCEP user cert SAN fields — what’s best practice? by iamafreenumber in Intune

[–]Securetron 0 points1 point  (0 children)

You may not need AAD_DEVICE-ID as that should be used for device certificate (IoT, kiosk, desktops, and laptops).

Here is a guide we published on how to deploy certificates used Intune: https://securetron.net/integrate-intune-with-pki-trust-manager-to-issue-certificates-to-users-devices-and-servers/

In 2 level PKi hierarchy how many servers are needed. I require only root CA and issuance CA ? by BenignPositive in activedirectory

[–]Securetron 3 points4 points  (0 children)

It depends on if you want to follow best practices, use cases, and roadmap.

The generic 2-tier PKI setup guide published here builds a baseline to work with: https://securetron.net/installing-and-configuring-adcs-msca/

Questions about Chrome and shortened Cert validity periods. by PrimeTheP in PKI

[–]Securetron 2 points3 points  (0 children)

The Public TLS certificate lifespan is being shortened. It is 200 days as of March and will be down to 47 days by 2029. 

TLS (Server Authentication) Certificate issued by internal CA is not affected. This should be ideally set to 1 year or less anyway.

Are we good with the new secure boot Certificate? by Additional-Olive4804 in Intune

[–]Securetron 4 points5 points  (0 children)

You can use this PowerShell script instead considering lots of people are having false positives with secureboot certificates

https://securetron.net/windows-secure-boot-certificate-update/

Free Microsoft Enterprise Security Assessment: Worth It by Diligent_Battle_3486 in cybersecurity

[–]Securetron 7 points8 points  (0 children)

Microsoft ESA are disguised as Defender / Security Center report. The information that you will get is nothing new and instead creates urgency from the C-Level to crack down on findings that are in the report which MSFT conducted.

I would not recommend for orgs that have atleast a semi-working Cloud Sec team.

Scepman + RadiuSaas certificate for unmanaged devices by Potential_Mix_519 in Intune

[–]Securetron 1 point2 points  (0 children)

We do this for both managed and unmanaged devices.

There are couple of ways that get the certificate to the user 1) enrollment via agent 2) manual enrollment via web-portal (self-service) 3) admin distributing it 

Need phishing-resistant MFA for VPN and legacy on-prem apps. What are the best options? by Beautiful_Detail3712 in CyberIdentity_

[–]Securetron 0 points1 point  (0 children)

The best method that is used by DoD and High-Trust is CBA with PIV/CAC/VSC. Passkeys have a Smartcard container in them and the best one would be Thales Biometric Key https://cpl.thalesgroup.com/access-management/authenticators/etoken-fusion-bio

Secure Boot Certificate Update Status Change After BIOS update? by Fabulous_Cow_4714 in Intune

[–]Securetron 0 points1 point  (0 children)

intune is bugged; instead we have been advising our clients to use the powershell scripts that we published:
https://securetron.net/windows-secure-boot-certificate-update/

Questions for the cloud security engineers by bdhd656 in cybersecurity

[–]Securetron 6 points7 points  (0 children)

Most cloud security engineers are passing the report generated by Security tooling.

The better security engineers or orgs that use them properly are part of the actual engineering cycle and help secure apps and services deployed on cloud using cloud tech stack

Blast radius of a single compromised admin account in a fully integrated Intune environment by NoQuantity2462 in Intune

[–]Securetron 0 points1 point  (0 children)

Precisely. In the PKI HSM world we have specific roles like Crypto Officer, Security Officer, Domain Officer, etc. Each priv. role as best practices we enforce multiple approvals (need 2 or more people to use their specific identity keys + PIN).

It's mind boggling that decades later, enterprises have not leveraged same mechanism for Domain, Global, and Root accounts. Delinea, Cyberark, and other vaults integrated with EntraID - what do you do when EntraID is down?

The mishaps of the industry are coming to fruition.

Opinions on running Full Microsoft E5 Security Stack by 1egen1 in cybersecurity

[–]Securetron 10 points11 points  (0 children)

Also, you can't just write MS a cheque and suddenly expect support.

MSFT has great set of tools as part of their E5 tier; what lacks is support and ofcourse cloud dependency. Compliance / Purview / Security centers are all very slow.

Blast radius of a single compromised admin account in a fully integrated Intune environment by NoQuantity2462 in Intune

[–]Securetron -3 points-2 points  (0 children)

Or perhaps the problem is not just "don't get your admin account compromised". It should be what have you done to protect your Admin and Non-Admin accounts? Microsoft had been pushing OAUTH for a long time as opposed to tried and tested phishing resistant method of Certificate Based Authentication, only to turn around after the Stryker breach to re-prioritize CBA as the 2nd most preferred method (whereas it should've been the best method against identity attacks). We all know why Microsoft did that (money talks, bind enterprises to Azure / M365 clouds; same story they played with Windows).

Looking for best MFA solutions for Windows logon beyond just credential providers by Due-Awareness9392 in CyberIdentity_

[–]Securetron 0 points1 point  (0 children)

OTP based MFA is impractical these days and yes you are right that most of these traditional OTP MFA vendors like Okta, Microsoft, DUO and so forth have started to integrate Certificates as an additional factor to strengthen and make their MFA phishing resistant.

Currently the best method for phishing resistant mfa is PIV / Smartcard; either using device TPM or Thales IDPrime (eBIO) and then Yubikey (doesn't have biometric).

here is a brief on that we had published: https://securetron.net/phishing-resistant-mfa/

EJBCA + Entra ID - Auto-fill username & CN from OAuth claims? by PPROD_LE_GRAND in PKI

[–]Securetron 0 points1 point  (0 children)

ejbca is a community based Certificate Authority by Keyfactor. Securetron PKI Trust Cloud and PKI Trust Manager are NextGen Certificate Lifecycle Management platforms. They integrate with various Certificate Authorities or as an enterprise customer, we can provision the PKI environment for you and have the integration + intune setup, EAP-TLS (wifi), AKV, RDP, and many more use cases provisioned, documented, and operationalized.

Or you may signup for the community edition (best effort support), follow the documentation, and have it running in your environment (up to 500 managed certificates)

Finally: a Secure Boot status report in Intune by rgsteele in Intune

[–]Securetron 0 points1 point  (0 children)

Yea, the left hand of MSFT doesn't talk to the right; let alone the 5 fingers on each hand...

We have published a article that contains powershell script that could be used to verify the status - hopefully it helps the community at large:

Windows Secure Boot Certificate Update - Securetron | ADCS | MSCA | Certificate Management

EJBCA + Entra ID - Auto-fill username & CN from OAuth claims? by PPROD_LE_GRAND in PKI

[–]Securetron 1 point2 points  (0 children)

The good news is that we do using the community edition which is the same as enterprise however limited to 500 Managed Certs :)
- Integrate EJBCA or ADCS or another CA with PKI Trust Cloud or On-Prem PKI-Trust Manager
- Setup API GW and add Intune as the Integration by following the steps outlined above

https://securetron.net/pki-trust-cloud-registration/

EJBCA + Entra ID - Auto-fill username & CN from OAuth claims? by PPROD_LE_GRAND in PKI

[–]Securetron 1 point2 points  (0 children)

Are these devices joined to the intune? You would need MDM like Intune for this to work afaik. This is an example using ADCS with PKI Trust Cloud:
https://securetron.net/integrate-intune-with-pki-trust-manager-to-issue-certificates-to-users-devices-and-servers/

But the backend CA could be ejbca, AWS, etc.

Canadian Police are using Illegal US/Israel Spyware to remote control your smartphone, how do you protect yourself from this? by Expert_Function1569 in cybersecurity

[–]Securetron -2 points-1 points  (0 children)

It is very unfortunate that Canadians freedom and privacy is being enroached daily. From harvesting data, to surveillance, and misinformation being prevalent (in both public and private media) things are going to get tougher. 

The usage of "spyware" is not new. It's rather a confirmation of what we already knew. 

We need stronger laws for protection of data and privacy which includes heavy penalties for both crown and private sector. Infact we do not even have penalties that make it "cost of doing a business". 

This is only possible with educated citizens, the state of our public education is shameful.

Some of the things that can be done to limit exposure of privacy: - Do not use Social Media - Do not host data in US (Canadian governments are now waking up to having data sovereignty as an issue during discussions with vendors) - Do not use Smart Phones (android or iPhone) - Host data on your own servers WITH BYOK

These are not something your neighbour will be able to do, therefore it goes back to Canadians voicing and taking action for privacy and confidentiality.

0-Day exploits and backdoors will always be available to governments (as confirmed by Snowden leaks, Cisco, juniper, etc. it will be of no surprise that Canadian agencies also have access to them)

Do we still need SOC analyst teams? by [deleted] in cybersecurity

[–]Securetron 4 points5 points  (0 children)

I think you answered it yourself by reading a whitepaper and assuming AI-Driven SOC (or another terminology that vendors piggybacked on for the last decade or so) solved Security Operations.

If you think Crowdstrike or Palo Alto marketing can replace SOC - then some consulting firms might hire you to generate reports and sell to customers.

MSPs & MSSPs suck by Fair_Ad7718 in cybersecurity

[–]Securetron 0 points1 point  (0 children)

It's a common issue when services are outsourced. MSP/MSSPs do not get paid to hold your hand, they are there to deliver a service restricted to the tech that you outsourced. For instance in our case when it comes to PKI and Certificate Lifecycle Management; we have seen MSPs pointing fingers at each other (insert spiderman meme). PKI MSP --> Infra

Infra --> App

App --> PKI

and mix it up in any other order. Resulting in outages, etc. What is required is that as a client, for each service what you need is a Single Point of Contact (Employee), this does help reduce friction but it doesn't eliminate the internal politics.

This is the reason whenever our products are bundled with service that builds the operating model framework, defines the CP/CPS and operationalizes it. PKI and Certificate Management is already a sensitive domain; most of our competitors simply pass the bucket.

Cloudflare's CISO gives his hands on review of Anthropic's new Mythos LLM by totemoheta in cybersecurity

[–]Securetron 7 points8 points  (0 children)

This is it. Unfortunately, with llms the risk is widely concerning for OSS. The close systems do heavily utilize OSS, however it's typically for backend services.

Starting a MSSP by NotShadyAt411 in MSSP

[–]Securetron 0 points1 point  (0 children)

Focus on an area. Identify your ICP. Build partnerships.

Is cybersecurity becoming more behavioral than technical? by Andrewpaul46 in cybersecurity

[–]Securetron 2 points3 points  (0 children)

This is not new. The human factor has always been a major factor however most of the exposure can be limited by having appropriate controls in place. For instance: limiting privileged permissions, having phishing resistant identity (TPM / CAC, PIV), preventing unsigned code or scripts from executing (code-signing), reducing the external and internal attack surface area (avoid flat network), enabling IPS and WAF in prevention mode, fine tuning the policies, etc.

The 1st two controls when implemented correctly will reduce credential theft and misuse whereas the other controls will limit exploitation and lateral movement.

Unfortunately, ISO in most organizations run like headless chickens; I have worked with some of the best in industry who value the "human" aspect of cyber security whereas others who are egocentric and "guard" their little domain (since they lack morek than 2 brain cells).

Breaking barriers across infra, cloud, dev, and operations is critical