Elevate your cybersecurity strategy with Ironchip Identity Platform, designed to bring the power of Multi-Factor Authentication (MFA) to your desktop computing environment. Know more.
Role-based privilege management: Set different user privileges. Prevents unauthorized users from accessing the rest of the system and misusing information, mitigating malicious users.
Restrict access from unauthorized places: Generate enabled access from authorized areas and take your security to the next level.
Supervision of accesses in real time: Check user activity, view access on a timeline, get reports and download them for full control.
Intrusion detection system (IDS): Location-based reporting system to alert of sim swapping, phishing, device switching, etc.
Download the latest installer (.pkg) version from Release.
Apple Silicon: Make sure to download the
ironchip_authenticator_1.0.0_arm64.pkgfile if you’re on a Mac with Apple Silicon chip.
Intel: If you’re on a Mac with an Intel processor, download the
ironchip_authenticator_1.0.0_x86_64.pkgfile.
Identity management must be nowadays considered as an essential component for security in organizations. To address this need, Ironchip provides organizations with the scalability and security necessary to offer their users a consistent experience and a reduced risk of vulnerabilities.
Get a notification on your device Communication for authentication is done over a double-encrypted channel which implements a TLS plus asymmetric elliptic key encryption.
To install the Ironchip Authenticator into your device:
-
Navigate to the folder that contains the downloaded file and open it to launch the installation program:
-
To ensure security, you will be prompted to enter your password or use Touch ID. This authorizes the operation and allows the installation to proceed.
-
Once the installation process is finished. All you need to do is enroll the device, and you are good to go.
Full Disk Access for USB functionality:
After installing the .pkg, macOS will open the Full Disk Access settings window automatically.
- Click on the “+” button.
- Navigate to
Applications/IronchipService. - Select IronchipService and confirm.
This step is essential to ensure proper USB detection and overall service functionality.
Location Permissions: Make sure to grant location permissions. It serves to enhance the Intrusion Detection System (IDS) and provide more effective alerts regarding SIM card changes, phishing attempts, device switches, and other suspicious or fraudulent actions.
Navigate to System Settings, click on Privacy & Security in the sidebar, and then select Location Services on the right.” System Settings, click Privacy & Security in the sidebar, then click Location Services on the right.
Notifications: Enable notifications to receive important alerts.
To change these settings, choose Apple menu > System Settings, then click Notifications in the sidebar.
To install a .pkg file on macOS from the command line, follow these steps:
curl -L -o /tmp/package.pkg https://github.com/Ironchip-Security/Ironchip-MAC-Authenticator/releases/download/1.0.0/ironchip_authenticator_1.0.0_arm64.pkg && sudo installer -pkg /tmp/package.pkg -target /Make sure that the URL corresponds with to a valid version of the package.
To uninstall the application from your Mac, follow these steps:
-
Open Terminal:
- You can find Terminal in
Applications > Utilities > Terminal.
- You can find Terminal in
-
Run the Uninstall Command:
-
Type the following command in Terminal and press
Enter:sudo ironchip uninstall
-
You will be prompted to enter your administrator password.
-
- Open Terminal:
- You can find Terminal in
Applications > Utilities > Terminal.
- Run the Command:
-
Type the following command in Terminal and press
Enter:sudo ironchip configure --restrict-usb=true
-
You will be prompted to enter your administrator password.
Automatic Proxy: If you enable this option, the application will use the proxy configured in the system.
- Open Terminal:
- You can find Terminal in
Applications > Utilities > Terminal.
- Run the Command:
-
Type the following command in Terminal and press
Enter:sudo ironchip configure --proxy-enable=true
Manual Proxy: If you prefer to configure the proxy manually, the application will take the proxy details from the config.json file.
```bash
sudo ironchip configure --proxy-manual=true --proxy-manual-uri 127.0.0.1:8080
```
If you need more information about the available options for the command, you can access the help menu by using the -h or --help option.
sudo ironchip configure -hsudo ironchip service -h





