Skip to content

RSA SecurID

Overview

SecurID is a token system, or authenticator, produced by RSA Security and intended to offer strong authentication to its user in the context of access to an information system.

The following Sekoia.io built-in rules match the intake RSA SecurID. This documentation is updated automatically and is based solely on the fields used by the intake which are checked against our rules. This means that some rules will be listed but might not be relevant with the intake.

SEKOIA.IO x RSA SecurID on ATT&CK Navigator

Address Space Layout Randomization (ASLR) Alteration

ASLR is a security feature used by the Operating System to mitigate memory exploit, attacker might want to disable it

  • Effort: intermediate
Advanced IP Scanner

Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.

  • Effort: master
Audio Capture via PowerShell

Detects audio capture via PowerShell Cmdlet

  • Effort: intermediate
AzureEdge in Command Line

Detects use of azureedge in the command line.

  • Effort: advanced
BazarLoader Persistence Using Schtasks

Detects possible BazarLoader persistence using schtasks. BazarLoader will create a Scheduled Task using a specific command line to establish its persistence.

  • Effort: intermediate
Blue Mockingbird Malware

Attempts to detect system changes made by Blue Mockingbird

  • Effort: elementary
CertOC Loading Dll

Detects when a user installs certificates by using CertOC.exe to loads the target DLL file.

  • Effort: intermediate
Change Default File Association

When a file is opened, the default program used to open the file (also called the file association or handler) is checked. File association selections are stored in the Windows Registry and can be edited by users, administrators, or programs that have Registry access or by administrators using the built-in assoc utility. Applications can modify the file association for a given file extension to call an arbitrary program when a file with the given extension is opened.

  • Effort: advanced
Clear EventLogs Through CommandLine

Detects a command that clears event logs which could indicate an attempt from an attacker to erase its previous traces.

  • Effort: intermediate
Commonly Used Commands To Stop Services And Remove Backups

Detects specific commands used regularly by ransomwares to stop services or remove backups

  • Effort: intermediate
Compression Followed By Suppression

Detects when a file is compressed and deleted

  • Effort: advanced
Control Panel Items

Detects the malicious use of a control panel item

  • Effort: advanced
DNS Exfiltration and Tunneling Tools Execution

Well-known DNS exfiltration tools execution

  • Effort: intermediate
Data Compressed With Rar With Password

An adversary may compress data in order to make it portable and minimize the amount of data sent over the network, this could be done the popular rar command line program. This is a more specific one for rar where the arguments allow to encrypt both file data and headers with a given password.

  • Effort: intermediate
Debugging Software Deactivation

Deactivation of some debugging softwares using taskkill command. It was observed being used by Ransomware operators.

  • Effort: elementary
Default Encoding To UTF-8 PowerShell

Detects PowerShell encoding to UTF-8, which is used by Sliver implants. The command line just sets the default encoding to UTF-8 in PowerShell.

  • Effort: advanced
Disable Task Manager Through Registry Key

Detects commands used to disable the Windows Task Manager by modifying the proper registry key in order to impair security tools. This technique is used by the Agent Tesla RAT, among others.

  • Effort: elementary
Disabled IE Security Features

Detects from the command lines or the registry, changes that indicate unwanted modifications to registry keys that disable important Internet Explorer security features. This has been used by attackers during Operation Ke3chang.

  • Effort: advanced
Domain Trust Discovery Through LDAP

Detects attempts to gather information on domain trust relationships that may be used to identify lateral movement opportunities. "trustedDomain" which is detected here is a Microsoft Active Directory ObjectClass Type that represents a domain that is trusted by, or trusting, the local AD DOMAIN. Several tools are using LDAP queries in the end to get the information (DSQuery, sometimes ADFind as well, etc.)

  • Effort: elementary
Dynamic Linker Hijacking From Environment Variable

LD_PRELOAD and LD_LIBRARY_PATH are environment variables used by the Operating System at the runtime to load shared objects (library.ies) when executing a new process, attacker can overwrite this variable to attempts a privileges escalation.

  • Effort: advanced
ETW Tampering

Detects a command that clears or disables any ETW Trace log which could indicate a logging evasion

  • Effort: intermediate
Exchange PowerShell Snap-Ins To Export Exchange Mailbox Data

Detects PowerShell SnapIn command line, often used with Get-Mailbox to export Exchange mailbox data.

  • Effort: intermediate
Exfiltration Domain In Command Line

Detects commands containing a domain linked to http exfiltration.

  • Effort: intermediate
HackTools Suspicious Process Names In Command Line

Detects the default process name of several HackTools and also check in command line. This rule is here for quickwins as it obviously has many blind spots.

  • Effort: intermediate
High Privileges Network Share Removal

Detects high privileges shares being deleted with the net share command.

  • Effort: intermediate
ICacls Granting Access To All

Detects suspicious icacls command granting access to all, used by the ransomware Ryuk to delete every access-based restrictions on files and directories. ICacls is a built-in Windows command to interact with the Discretionary Access Control Lists (DACLs) which can grand adversaries higher permissions on specific files and folders.

  • Effort: elementary
Impacket Addcomputer

Detects suspicious computer account creation based on impacket default pattern

  • Effort: intermediate
KeePass Config XML In Command-Line

Detects a command-line interaction with the KeePass Config XML file. It could be used to retrieve informations or to be abused for persistence.

  • Effort: intermediate
Lazarus Loaders

Detects different loaders used by the Lazarus Group APT

  • Effort: elementary
Linux Bash Reverse Shell

To bypass some security equipement or for a sack of simplicity attackers can open raw reverse shell using shell commands

  • Effort: intermediate
Linux Shared Lib Injection Via Ldso Preload

Detect ld.so.preload modification for shared lib injection, technique used by attackers to load arbitrary code into process

  • Effort: intermediate
Listing Systemd Environment

Detects a listing of systemd environment variables. This command could be used to do reconnaissance on a compromised host.

  • Effort: advanced
Malicious Browser Extensions

Detects browser extensions being loaded with the --load-extension and -base-url options, which works on Chromium-based browsers. We are looking for potentially malicious browser extensions. These extensions can get access to informations.

  • Effort: advanced
MalwareBytes Uninstallation

Detects command line being used by attackers to uninstall Malwarebytes.

  • Effort: intermediate
MavInject Process Injection

Detects process injection using the signed Windows tool Mavinject32.exe (which is a LOLBAS)

  • Effort: intermediate
Microsoft Defender Antivirus Disable Using Registry

The rule detects attempts to deactivate/disable Microsoft Defender Antivirus using registry modification via command line.

  • Effort: master
Microsoft Defender Antivirus Disabled Base64 Encoded

Detects attempts to deactivate/disable Windows Defender through base64 encoded PowerShell command line.

  • Effort: intermediate
Microsoft Defender Antivirus History Directory Deleted

Windows Defender history directory has been deleted. Could be an attempt by an attacker to remove its traces.

  • Effort: elementary
Microsoft Defender Antivirus Restoration Abuse

The rule detects attempts to abuse Windows Defender file restoration tool. The Windows Defender process is allowed to write files in its own protected directory. This functionality can be used by a threat actor to overwrite Windows Defender files in order to prevent it from running correctly or use Windows Defender to execute a malicious DLL.

  • Effort: intermediate
Microsoft Defender Antivirus Set-MpPreference Base64 Encoded

Detects changes of preferences for Windows Defender scan and updates. Configure Windows Defender using base64-encoded commands is suspicious and could be related to malicious activities.

  • Effort: intermediate
Microsoft Defender Antivirus Signatures Removed With MpCmdRun

Detects attempts to remove Windows Defender Signatures using MpCmdRun legitimate Windows Defender executable. No signatures mean Windows Defender will be less effective (or completely useless depending on the option used).

  • Effort: elementary
NTDS.dit File Interaction Through Command Line

Detects interaction with the file NTDS.dit through command line. This is usually really suspicious and could indicate an attacker trying copy the file to then look for users password hashes.

  • Effort: intermediate
NetSh Used To Disable Windows Firewall

Detects NetSh commands used to disable the Windows Firewall

  • Effort: intermediate
Netsh Allowed Python Program

Detects netsh command that performs modification on Firewall rules to allow the program python.exe. This activity is most likely related to the deployment of a Python server or an application that needs to communicate over a network. Threat actors could use it for data extraction, hosting a webshell or else.

  • Effort: intermediate
Netsh Port Forwarding

Detects netsh commands that enable a port forwarding between to hosts. This can be used by attackers to tunnel RDP or SMB shares for example.

  • Effort: intermediate
Netsh RDP Port Forwarding

Detects netsh commands that configure a port forwarding of port 3389 used for RDP. This is commonly used by attackers during lateralization on windows environments.

  • Effort: elementary
New DLL Added To AppCertDlls Registry Key

Dynamic-link libraries (DLLs) that are specified in the AppCertDLLs value in the Registry key can be abused to obtain persistence and privilege escalation by causing a malicious DLL to be loaded and run in the context of separate processes on the computer. Logging for Registry events is needed in the Sysmon configuration (events 12 and 13).

  • Effort: intermediate
NlTest Usage

Detects attempts to gather information on domain trust relationships that may be used to identify lateral movement opportunities. These command lines were observed in numerous attacks, but also sometimes from legitimate administrators for debugging purposes. The rule does not cover very basics commands but rather the ones that are interesting for attackers to gather information on a domain.

  • Effort: advanced
Non-Legitimate Executable Using AcceptEula Parameter

Detects accepteula in command line with non-legitimate executable name. Some attackers are masquerading SysInternals tools with decoy names to prevent detection.

  • Effort: advanced
Outlook Registry Access

Detection of accesses to Microsoft Outlook registry hive, which might contain sensitive information.

  • Effort: master
Phorpiex DriveMgr Command

Detects specific command used by the Phorpiex botnet to execute a copy of the loader during its self-spreading stage. As described by Microsoft, this behavior is unique and easily identifiable due to the use of folders named with underscores "__" and the PE name "DriveMgr.exe".

  • Effort: elementary
PowerCat Function Loading

Detect a basic execution of PowerCat. PowerCat is a PowerShell function allowing to do basic connections, file transfer, shells, relays, generate payloads.

  • Effort: intermediate
PowerShell AMSI Deactivation Bypass Using .NET Reflection

Detects Request to amsiInitFailed that can be used to disable AMSI (Antimalware Scan Interface) Scanning. More information about Antimalware Scan Interface https://docs.microsoft.com/en-us/windows/win32/amsi/antimalware-scan-interface-portal.

  • Effort: elementary
PowerShell EncodedCommand

Detects popular file extensions in commands obfuscated in base64 run through the EncodedCommand option.

  • Effort: advanced
Powershell UploadString Function

Powershell's uploadXXX functions are a category of methods which can be used to exfiltrate data through native means on a Windows host.

  • Effort: intermediate
Process Memory Dump Using Comsvcs

Detects the use of comsvcs in command line to dump a specific proces memory. This techinique is widlely used by attackers for privilege escalation and pivot.

  • Effort: elementary
Process Memory Dump Using Rdrleakdiag

Detects the use of rdrleakdiag.exe in command line to dump the memory of a process. This technique is used by attackers for privilege escalation and pivot.

  • Effort: elementary
Process Trace Alteration

PTrace syscall provides a means by which one process ("tracer") may observe and control the execution of another process ("tracee") and examine and change the tracee's memory and registers. Attacker might want to abuse ptrace functionnality to analyse memory process. It requires to be admin or set ptrace_scope to 0 to allow all user to trace any process.

  • Effort: advanced
Python HTTP Server

Detects command used to start a Simple HTTP server in Python. Threat actors could use it for data extraction, hosting a webshell or else.

  • Effort: intermediate
Qakbot Persistence Using Schtasks

Detects possible Qakbot persistence using schtasks.

  • Effort: intermediate
Raccine Uninstall

Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.

  • Effort: elementary
RedMimicry Winnti Playbook Registry Manipulation

Detects actions caused by the RedMimicry Winnti playbook. Logging for Registry events is needed in the Sysmon configuration (events 12 and 13).

  • Effort: elementary
Rubeus Tool Command-line

Detects command line parameters used by Rubeus, a toolset to interact with Kerberos and abuse it.

  • Effort: advanced
SEKOIA.IO Intelligence Feed

Detect threats based on indicators of compromise (IOCs) collected by SEKOIA's Threat and Detection Research team.

  • Effort: elementary
SOCKS Tunneling Tool

Detects the usage of a SOCKS tunneling tool, often used by threat actors. These tools often use the socks5 commandline argument, however socks4 can sometimes be used as well. Unfortunately, socks alone (without any number) triggered too many false positives.

  • Effort: intermediate
Spyware Persistence Using Schtasks

Detects possible Agent Tesla or Formbook persistence using schtasks. The name of the scheduled task used by these malware is very specific (Updates/randomstring).

  • Effort: intermediate
Suncrypt Parameters

Detects SunCrypt ransomware's parameters, most of which are unique.

  • Effort: elementary
Suspicious Cmd File Copy Command To Network Share

Copy suspicious files through Windows cmd prompt to network share

  • Effort: intermediate
Suspicious DLL Loading By Ordinal

Detects suspicious DLL Loading by ordinal number in a non legitimate or rare folders. For example, Sofacy (APT28) used this technique to load their Trojan in a campaign of 2018.

  • Effort: intermediate
Suspicious Microsoft Defender Antivirus Exclusion Command

Detects PowerShell commands aiming to exclude path, process, IP address, or extension from scheduled and real-time scanning. These commands can be used by attackers or malware to avoid being detected by Windows Defender. Depending on the environment and the installed software, this detection rule could raise false positives. We recommend customizing this rule by filtering legitimate processes that use Windows Defender exclusion command in your environment.

  • Effort: master
Suspicious Netsh DLL Persistence

Detects persitence via netsh helper. Netsh interacts with other operating system components using dynamic-link library (DLL) files. Adversaries may establish persistence by executing malicious content triggered by Netsh Helper DLLs.

  • Effort: elementary
Suspicious PowerShell Invocations - Specific

Detects suspicious PowerShell invocation command parameters

  • Effort: intermediate
Suspicious PrinterPorts Creation (CVE-2020-1048)

Detects new commands that add new printer port which point to suspicious file

  • Effort: advanced
Suspicious Scheduled Task Creation

Detects suspicious scheduled task creation, either executed by a non-system user or a user who is not administrator (the user ID is not S-1-5-18 or S-1-5-18-*). This detection rule doesn't match Sysmon EventID 1 because the user SID is always set to S-1-5-18.

  • Effort: intermediate
Suspicious Taskkill Command

Detects rare taskkill command being used. It could be related to Baby Shark malware.

  • Effort: intermediate
Suspicious Windows Installer Execution

Detects suspicious execution of the Windows Installer service (msiexec.exe) which could be used to install a malicious MSI package hosted on a remote server.

  • Effort: intermediate
Usage Of Procdump With Common Arguments

Detects the usage of Procdump sysinternals tool with some common arguments and followed by common patterns.

  • Effort: intermediate
WMI Install Of Binary

Detection of WMI used to install a binary on the host. It is often used by attackers as a signed binary to infect an host.

  • Effort: elementary
WMIC Uninstall Product

Detects products being uninstalled using WMIC command.

  • Effort: intermediate
WiFi Credentials Harvesting Using Netsh

Detects the harvesting of WiFi credentials using netsh.exe.

  • Effort: advanced
Windows Firewall Changes

Detects changes on Windows Firewall configuration

  • Effort: master
Wmic Process Call Creation

The WMI command-line (WMIC) utility provides a command-line interface for Windows Management Instrumentation (WMI). WMIC is compatible with existing shells and utility commands. Although WMI is supposed to be an administration tool, it is wildy abused by threat actors. One of the reasons is WMI is quite stealthy. This rule detects the wmic command line launching a process on a remote or local host.

  • Effort: intermediate
Wmic Service Call

Detects either remote or local code execution using wmic tool.

  • Effort: intermediate
XCopy Suspicious Usage

Detects the usage of xcopy with suspicious command line options (used by Judgment Panda APT in the past). The rule is based on command line only in case xcopy is renamed.

  • Effort: advanced

Event Categories

The following table lists the data source offered by this integration.

Data Source Description
Authentication logs provides Authorization and Authentication events
Application logs provides activities logs

Event Samples

Find below few samples of events and how they are normalized by Sekoia.io.

{
    "message": "11:21:58,165, example.intranet, audit.admin.com.rsa.ims.admin.impl.PrincipalAdministrationImpl, INFO, f6202699f3af48788715faa8bcf50198,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,UPDATE_PRINCIPAL,10055,SUCCESS,,e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B,,000000000000000000001000d0021000,000000000000000000001000d0011000,000000000000000000001000e0011000,admin,Admin,Admin,PRINCIPAL,205b3dcb8bcd4186bb9dd9f170194d77,38b39da6807c4016ab4f7acbe6682c8b,000000000000000000001000e0011000,source.hostname,,,,,,",
    "event": {
        "category": [
            "configuration"
        ],
        "code": "10055",
        "type": [
            "change"
        ]
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "INFO"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "UPDATE_PRINCIPAL"
            },
            "class": " audit.admin.com.rsa.ims.admin.impl.PrincipalAdministrationImpl",
            "domain": {
                "id": "000000000000000000001000e0011000"
            },
            "event": {
                "outcome": "SUCCESS"
            },
            "objects": {
                "id": "205b3dcb8bcd4186bb9dd9f170194d77",
                "name": "source.hostname",
                "security": {
                    "id": "000000000000000000001000e0011000"
                },
                "source": {
                    "id": "38b39da6807c4016ab4f7acbe6682c8b"
                },
                "type": "PRINCIPAL"
            },
            "session": {
                "id": "e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B"
            },
            "source": {
                "id": "000000000000000000001000d0011000"
            },
            "user": {
                "firstname": "Admin",
                "lastname": "Admin"
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "id": "000000000000000000001000d0021000",
        "name": "admin"
    }
}
{
    "message": "11:21:58,183, example.intranet, audit.admin.com.rsa.authmgr.internal.admin.tokenmgt.impl.TokenAdministrationImpl, INFO, 1c91aa9d56d64ea6816814fbd5f4fd4b,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,AM_UNLINK_TOKEN_PRINCIPAL,20046,SUCCESS,,e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B,,000000000000000000001000d0021000,000000000000000000001000d0011000,000000000000000000001000e0011000,admin,Admin,Admin,AM_TOKEN,b43b74700a8c4634b2d5e6335a4a4a2a,,000000000000000000001000e0011000,000517223810,PRINCIPAL,54b6b5513c6410ac1cdda331149e66f3,0c38de293c6410ac0174e9584025c12f,000000000000000000001000e0011000,user.target,admin",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "20046",
        "type": [
            "end"
        ]
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "INFO"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AM_UNLINK_TOKEN_PRINCIPAL"
            },
            "class": " audit.admin.com.rsa.authmgr.internal.admin.tokenmgt.impl.TokenAdministrationImpl",
            "domain": {
                "id": "000000000000000000001000e0011000"
            },
            "event": {
                "outcome": "SUCCESS"
            },
            "objects": {
                "id": "b43b74700a8c4634b2d5e6335a4a4a2a",
                "name": "000517223810",
                "security": {
                    "id": "000000000000000000001000e0011000"
                },
                "type": "AM_TOKEN"
            },
            "session": {
                "id": "e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B"
            },
            "source": {
                "id": "000000000000000000001000d0011000"
            },
            "user": {
                "firstname": "Admin",
                "lastname": "Admin"
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "id": "000000000000000000001000d0021000",
        "name": "admin",
        "target": {
            "name": "user.target"
        }
    }
}
{
    "message": "11:26:43,377, example.intranet, audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl, ERROR, 6b746adf1d0646f7bcc518cd6ae4a16d,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,AUTHN_LOGIN_EVENT,23008,FAIL,AUTHN_METHOD_FAILED_SYNTAX_ERROR,,,,,admin,,,09f1f5fc30e947ce9e564d5a91745091,000000000000000000001000e0011000,1.2.3.4,source.hostname,1,,,,,,,1,,,,,,,,\n",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "23008",
        "reason": "AUTHN_METHOD_FAILED_SYNTAX_ERROR",
        "type": [
            "start"
        ]
    },
    "agent": {
        "id": "09f1f5fc30e947ce9e564d5a91745091",
        "name": "source.hostname"
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "ERROR"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AUTHN_LOGIN_EVENT"
            },
            "agent": {
                "domain": {
                    "id": "000000000000000000001000e0011000"
                },
                "ip": "1.2.3.4"
            },
            "class": " audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl",
            "event": {
                "outcome": "FAIL"
            },
            "policy": {
                "method": {
                    "id": "1"
                }
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "name": "admin"
    }
}
{
    "message": "11:26:43,377, example.intranet, audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl, ERROR, 6b746adf1d0646f7bcc518cd6ae4a16d,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,AUTHN_LOGIN_EVENT,23008,FAIL,AUTHN_PRINCIPAL_LOCKED,,,,,admin,,,09f1f5fc30e947ce9e564d5a91745091,000000000000000000001000e0011000,1.2.3.4,source.hostname,1,,,,,,,1,,,,,,,,\n",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "23008",
        "reason": "AUTHN_PRINCIPAL_LOCKED",
        "type": [
            "start"
        ]
    },
    "agent": {
        "id": "09f1f5fc30e947ce9e564d5a91745091",
        "name": "source.hostname"
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "ERROR"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AUTHN_LOGIN_EVENT"
            },
            "agent": {
                "domain": {
                    "id": "000000000000000000001000e0011000"
                },
                "ip": "1.2.3.4"
            },
            "class": " audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl",
            "event": {
                "outcome": "FAIL"
            },
            "policy": {
                "method": {
                    "id": "1"
                }
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "name": "admin"
    }
}
{
    "message": "11:26:43,377, example.intranet, audit.runtime.com.rsa.authmgr.internal.protocol.ace.AuthV4RequestHandler, ERROR, 6b746adf1d0646f7bcc518cd6ae4a16d,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,AUTH_PRINCIPAL_RESOLUTION,23008,FAIL,AUTH_RESOLUTION_FAILED_BY_ID_ALIAS,,,,,admin,,,09f1f5fc30e947ce9e564d5a91745091,000000000000000000001000e0011000,1.2.3.4,source.hostname,1,,,,,,,1,,,,,,,,",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "23008",
        "reason": "AUTH_RESOLUTION_FAILED_BY_ID_ALIAS",
        "type": [
            "info"
        ]
    },
    "agent": {
        "id": "09f1f5fc30e947ce9e564d5a91745091",
        "name": "source.hostname"
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "ERROR"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AUTH_PRINCIPAL_RESOLUTION"
            },
            "agent": {
                "domain": {
                    "id": "000000000000000000001000e0011000"
                },
                "ip": "1.2.3.4"
            },
            "class": " audit.runtime.com.rsa.authmgr.internal.protocol.ace.AuthV4RequestHandler",
            "event": {
                "outcome": "FAIL"
            },
            "policy": {
                "method": {
                    "id": "1"
                }
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "name": "admin"
    }
}
{
    "message": "11:23:02,069, example.intranet, audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl, INFO, da0011b4f66e4b7e86f90f9dd6e937e7,0e34d92f7c6549b19ed28471c02a049b,5.6.7.8,1.2.3.4,AUTHN_LOGIN_EVENT,13002,SUCCESS,AUTHN_METHOD_SUCCESS,e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B,39b1319237f946428aecf267190b537d,09f1f5fc30e947ce9e564d5a91745091,000000000000000000001000e0011000,HDTCO04,HDTCO04,,559eb5ec2d43408cbce2a43b65eafe8c,000000000000000000001000e0011000,1.2.3.4,source.hostname,000000000000000000002000f1022000,SecurID_Native,,,AUTHN_LOGIN_EVENT,6,4,,,,,da624c0ecf554764953fcc346b999682,000523656192,,",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "13002",
        "reason": "AUTHN_METHOD_SUCCESS",
        "type": [
            "start"
        ]
    },
    "agent": {
        "id": "559eb5ec2d43408cbce2a43b65eafe8c",
        "name": "source.hostname"
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "INFO"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4",
            "5.6.7.8"
        ],
        "user": [
            "HDTCO04"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AUTHN_LOGIN_EVENT"
            },
            "agent": {
                "domain": {
                    "id": "000000000000000000001000e0011000"
                },
                "ip": "1.2.3.4"
            },
            "class": " audit.runtime.com.rsa.ims.authn.impl.AuthenticationBrokerImpl",
            "domain": {
                "id": "000000000000000000001000e0011000"
            },
            "event": {
                "outcome": "SUCCESS"
            },
            "policy": {
                "method": {
                    "id": "000000000000000000002000f1022000",
                    "name": "SecurID_Native"
                }
            },
            "session": {
                "id": "e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B"
            },
            "source": {
                "id": "09f1f5fc30e947ce9e564d5a91745091"
            },
            "user": {
                "firstname": "HDTCO04"
            }
        }
    },
    "source": {
        "address": "5.6.7.8",
        "ip": "5.6.7.8"
    },
    "user": {
        "id": "39b1319237f946428aecf267190b537d",
        "name": "HDTCO04"
    }
}
{
    "message": "12:00:32,804, example.intranet, audit.runtime.com.rsa.ims.session.impl.SessionManagerImpl, INFO, 3ab4596104a043b886a66e80f88b353e,0e34d92f7c6549b19ed28471c02a049b,,1.2.3.4,AUTHN_LOGOUT_EVENT,13001,SUCCESS,,e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B,000000000000000000001000d0021000,000000000000000000001000d0011000,000000000000000000001000e0011000,admin,Admin,Admin,,,,,,,,,,,,,,,,,,,,",
    "event": {
        "category": [
            "authentication"
        ],
        "code": "13001",
        "type": [
            "end"
        ]
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "INFO"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4"
        ],
        "user": [
            "admin"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "AUTHN_LOGOUT_EVENT"
            },
            "class": " audit.runtime.com.rsa.ims.session.impl.SessionManagerImpl",
            "domain": {
                "id": "000000000000000000001000e0011000"
            },
            "event": {
                "outcome": "SUCCESS"
            },
            "session": {
                "id": "e7ec7ff59d604a2ba3fa09067bbd65a4-L0+/miv3k62B"
            },
            "source": {
                "id": "000000000000000000001000d0011000"
            },
            "user": {
                "firstname": "Admin",
                "lastname": "Admin"
            }
        }
    },
    "user": {
        "id": "000000000000000000001000d0021000",
        "name": "admin"
    }
}
{
    "message": "rsaadmin : TTY=unknown ; PWD=/opt/rsa/am/server ; USER=root ; COMMAND=/opt/rsa/am/utils/bin/appliance/queryTimeSettings.sh",
    "event": {
        "category": [
            "host"
        ],
        "type": [
            "info"
        ]
    },
    "process": {
        "command_line": "/opt/rsa/am/utils/bin/appliance/queryTimeSettings.sh",
        "working_directory": "/opt/rsa/am/server "
    },
    "related": {
        "user": [
            "root "
        ]
    },
    "rsa": {
        "securid": {
            "process": {
                "tty": "unknown "
            }
        }
    },
    "user": {
        "name": "root "
    }
}
{
    "message": "Startup finished in 9ms.",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Startup finished in 9ms.",
        "type": [
            "info"
        ]
    }
}
{
    "message": "Reached target Timers.",
    "event": {
        "category": [
            "host"
        ],
        "reason": "Reached target Timers.",
        "type": [
            "info"
        ]
    }
}
{
    "message": "11:17:12,003, example.intranet, system.com.rsa.ims.configuration.impl.ConfigurationServiceImpl, SYSTEM, a9dbe1aae938465692320944498f095a,0e34d92f7c6549b19ed28471c02a049b,,1.2.3.4,CONF_VALUE_UPDATED,16256,SUCCESS,,,,,,,,,ims.agent.monitor.lastTimestamp,0000-Global-0000,2023-03-16 10:01:46.191,,,,",
    "event": {
        "category": [
            "configuration"
        ],
        "code": "16256",
        "type": [
            "change"
        ]
    },
    "destination": {
        "address": "1.2.3.4",
        "ip": "1.2.3.4"
    },
    "log": {
        "level": "SYSTEM"
    },
    "observer": {
        "hostname": " example.intranet",
        "serial_number": "0e34d92f7c6549b19ed28471c02a049b"
    },
    "related": {
        "hosts": [
            " example.intranet"
        ],
        "ip": [
            "1.2.3.4"
        ]
    },
    "rsa": {
        "securid": {
            "action": {
                "name": "CONF_VALUE_UPDATED"
            },
            "class": " system.com.rsa.ims.configuration.impl.ConfigurationServiceImpl",
            "event": {
                "outcome": "SUCCESS"
            }
        }
    }
}

Extracted Fields

The following table lists the fields that are extracted, normalized under the ECS format, analyzed and indexed by the parser. It should be noted that infered fields are not listed.

Name Type Description
agent.id keyword Unique identifier of this agent.
agent.name keyword Custom name of the agent.
destination.ip ip IP address of the destination.
event.code keyword Identification code for this event.
event.reason keyword Reason why this event happened, according to the source
log.level keyword Log level of the log event.
observer.hostname keyword Hostname of the observer.
observer.serial_number keyword Observer serial number.
process.command_line wildcard Full command line that started the process.
process.working_directory keyword The working directory of the process.
rsa.securid.action.name keywords represents the name of the action taken in an RSA SecureID event, such as 'authenticate' or 'access denied'. It is also a keyword field and can be used to search for events based on the specific action taken.
rsa.securid.agent.domain.id keywords This field is similar to rsa.secureid.domain.id, but it specifically represents the domain or realm associated with the agent (such as a server or application) that generated the SecureID event.
rsa.securid.agent.ip keywords This field represents the IP address of the agent (server or application) that generated the SecureID event.
rsa.securid.class keywords represents the class or category of an RSA SecureID event. It is a keyword field, which means it can be used to group and filter events based on the SecureID class they belong to.
rsa.securid.domain.id keywords represents the unique ID of the domain or realm associated with a SecureID event.
rsa.securid.event.outcome keywords The outcome of the event
rsa.securid.objects.id keywords represents the unique ID of the object associated with a SecureID event.
rsa.securid.objects.name keywords represents the name of the object associated with a SecureID event.
rsa.securid.objects.security.id keywords represents the unique ID of the security context associated with the object in a SecureID event.
rsa.securid.objects.source.id keywords represents the unique ID of the source device or system associated with the object in a SecureID event.
rsa.securid.objects.type keywords represents the type of object (such as user, group, or resource) associated with a SecureID event.
rsa.securid.policy.expression keywords represents the expression used in the policy associated with a SecureID event.
rsa.securid.policy.id keywords represents the unique ID of the policy associated with a SecureID event.
rsa.securid.policy.method.id keywords represents the unique ID of the policy method used in a SecureID event. It can be used to track and analyze policy enforcement activity.
rsa.securid.policy.method.name keywords represents the name of the policy method used in a SecureID event.
rsa.securid.process.tty keywords This field likely represents the terminal or tty associated with the SecurID authentication process being logged.
rsa.securid.session.id keywords represents the unique ID of a SecureID session. It can be used to track and analyze user activity over multiple SecureID events.
rsa.securid.source.id keywords represents the unique ID of the source device or system that generated the SecureID event.
rsa.securid.user.firstname keywords This field likely represents the first name of the user associated with the SecurID authentication request being logged.
rsa.securid.user.lastname keywords This field likely represents the last name of the user associated with the SecurID authentication request being logged
source.ip ip IP address of the source.
user.id keyword Unique identifier of the user.
user.name keyword Short name or login of the user.
user.target.name keyword Short name or login of the user.

Configure

Prerequisites

An internal log concentrator is required to collect and forward events to Sekoia.io.

Enable Syslog forwarding

In the Security Console of the RSA Authentication Manager:

  1. On the upper bar, go to Setup and select System Settings.
  2. Under Basic Settings, click on Logging.
  3. Select Primary as the selected instance and click Next
  4. In the section Log levels, choose the level for each type.
  5. In the section Log Data Retention, for each log data, select Save to internal database and remote Syslog at the following hostname or IP address, then type the location of the log concentration.
  6. Click Save

Create the intake

Go to the intake page and create a new intake from the format RSA SecurID.

Forward logs to Sekoia.io

Please consult the Syslog Forwarding documentation to forward these logs to Sekoia.io.

Further Readings