Palo Alto Next-Generation Firewall
Overview
Palo Alto Networks offers an enterprise cybersecurity platform which provides network security, cloud security, endpoint protection, and various cloud-delivered security services.
- Vendor: Palo Alto
- Supported environment: On Premise
- Version compatibility:
- Detection based on: Telemetry
- Supported application or feature:
- Authentication
- Decryption
- DNS
- GlobalProtect
- HIP match
- IP Tag
- SCTP
- System
- Traffic
- Threat
- UserId
- WildFire Malicious
- Supported series:
- VM-series
- CN-series
- PA-series
Specification
Prerequisites
-
Resource:
- Self-managed syslog forwarder
OR
- Palo Alto Strata Logging Service (formerly Palo Alto Cortex Data Lake)
-
Network:
- Outbound traffic allowed
- Permissions:
- Administrator rights on Palo Alto Firewall
- Root access to the Linux server with the syslog forwarder
Transport Protocol/Method
- Indirect Syslog
Logs details
- Supported functionalities: See section Overview
- Supported type(s) of structure: CSV, CEF
- Supported verbosity level: Informational
Note
Log levels are based on the taxonomy of RFC5424. Adapt according to the terminology used by the editor.
Step-by-Step Configuration Procedure
Instruction on Sekoia
Configure Your Intake
This section will guide you through creating the intake object in Sekoia, which provides a unique identifier called the "Intake key." The Intake key is essential for later configuration, as it references the Community, Entity, and Parser (Intake Format) used when receiving raw events on Sekoia.
- Go to the Sekoia Intake page.
- Click on the
+ New Intakebutton at the top right of the page. - Search for your Intake by the product name in the search bar.
- Give it a Name and associate it with an Entity (and a Community if using multi-tenant mode).
- Click on
Create.
Note
For more details on how to use the Intake page and to find the Intake key you just created, refer to this documentation.
Instructions on the 3rd Party Solution
Option A - Forward events through a Syslog Forwarder
Configure a Syslog server profile
- In the GUI, go to
Device > Serve Profiles > Syslog. - Click
Addand enter a name for the profile such asSyslog server. - If the firewall has more than one virtual system (vsys), select the
Location(vsys orShared) where this profile is available. -
Click
Addand enter the information that the firewall requires to connect to it:- Name — Unique name for the server profile.
- Syslog Server — IP address or fully qualified domain name (FQDN) of the syslog server.
- Transport — Select TCP.
- Port — Select the default is TCP on port 514.
- Format — Select the syslog message format to use: IETF
- Facility — Select a syslog standard value (default is LOG_USER) to calculate the priority (PRI) field.
-
Click
OKto save the server profile.
Configure syslog forwarding for Traffic logs
- Select
Objects > Log Forwarding, clickAdd, and enter aNameto identify the profile. - For each log type (here Traffic, Threat and WileFire Malicious) and each severity level, select the
Syslog serverprofile and clickOK. - Select
Policies > Securityand select a policy rule. - Select the
Actionstab and select theLog Forwardingprofile you created. - In the
Profile Typedrop-down, selectProfilesorGroups, and then select the security profiles orGroup Profilesrequired to trigger log generation and forwarding. - Select
Log At Session Endcheck boxes, and clickOK.
Warning
Log At Session Start consumes more resources than logging only at the session end. In most cases, you only Log At Session End. Enable both Log At Session Start and Log At Session End only for troubleshooting, for long-lived tunnel sessions such as GRE tunnels (you can't see these sessions in the ACC unless you log at the start of the session), and to gain visibility into Operational Technology/Industrial Control Systems (OT/ICS) sessions, which are also long-lived sessions.
For detailed information about configuring a log forwarding profile and assigning the profile to a policy rule, see Configure Log Forwarding
Configure syslog forwarding for System, Configuration, GlobalProtect, HIP Match, and User-ID logs.
- In the GUI, go to
Device > Log Settings. - Click each Severity level (High and Critical if also fine), select the
Syslog serverprofile, and clickOK.
Please follow Configure Log Forwarding from the official Palo Alto documentation for more information.
Configure a forwarder
To forward events using syslog to Sekoia.io, you need to update the syslog header with the intake key you previously created. Here is an example of your message before the forwarder
<%pri%>1 %timestamp:::date-rfc3339% %hostname% %app-name% %procid% LOG RAW_MESSAGE
<%pri%>1 %timestamp:::date-rfc3339% %hostname% %app-name% %procid% LOG [SEKOIA@53288 intake_key=\"YOUR_INTAKE_KEY\"] RAW_MESSAGE
To achieve this you can:
- Use the Sekoia.io forwarder which is the official supported way to collect data using the syslog protocol in Sekoia.io. In charge of centralizing data coming from many equipments/sources and forwarding them to Sekoia.io with the apporpriated format, it is a prepackaged option. You only have to provide your intake key as parameter.
- Use your own Syslog service instance. Maybe you already have an intance of one of these components on your side and want to reuse it in order to centralize data before forwarding them to Sekoia.io. When using this mode, you have to configure and maintain your component in order to respect the expected Sekoia.io format.
Warning
Only the Sekoia.io forwarder is officially supported. Other options are documented for reference purposes but do not have official support.
Option B - Forward events through Palo Alto Strata Logging Service
Configure Palo Alto NGFW
- In the GUI, go to
Objects > Log Forwarding. - Click
Add, and enter aNameto identify the profile. - For each log type (here Traffic, Threat and WileFire Malicious), check the box
Strata Logging Service(orCortex Data Lake) in the Forward Method and clickOK. - Select
Policies > Securityand select a policy rule. - Select the
Actionstab and select theLog Forwardingprofile you created. - In the
Profile Typedrop-down, selectProfilesorGroups, and then select the security profiles orGroup Profilesrequired to trigger log generation and forwarding. - Select both of the
Log at Session StartandLog At Session Endcheck boxes, and clickOK.
Configure Palo Alto Strata Logging Service
- On the Strata Logging Service console, go to
Log Forwarding - In the
Httpssection, click+to create a new HTTPS Profiles - Enter a
Nameto identify the profile and set the URL tohttps://intake.sekoia.io/jsons?status_code=200 - In the Client Authorization section, select
Basic Authorizationas Type, fillUsernamewith any string (e.g.sekoiaio) andPasswordwith your intake key (see step "Instruction on Sekoia") - Click
Test Connectionthen clickNext - Select
Array JSONas Payload Format -
In
Filters, add log sources to forward:Log Source Log Type Common Logs System Common Logs Configuration Firewall Logs Authentication Firewall Logs Decryption Firewall Logs DNS Security Firewall Logs File Firewall Logs GlobalProtect Firewall Logs HIP Match Firewall Logs IPtag Firewall Logs SCTP Firewall Logs Threat Firewall Logs Traffic Firewall Logs Tunnel Firewall Logs URL Firewall Logs UserID -
Click
Save
Raw Events Samples
In this section, you will find examples of raw logs as generated natively by the source. These examples are provided to help integrators understand the data format before ingestion into Sekoia.io. It is crucial for setting up the correct parsing stages and ensuring that all relevant information is captured.
{
"VendorName": "palo alto networks",
"DeviceSN": "111111111111111",
"TimeReceived": "2025-03-20T13:18:03.483814Z",
"LogType": "DNS",
"Subtype": "realtime_dns_telemetry_response",
"SubType": "realtime_dns_telemetry_response",
"TimeGenerated": "2025-03-20T13:18:03.000000Z",
"RecordType": null,
"DNSResolverIP": "2.2.2.2",
"ThreatID": 0,
"DNSCategory": "benign",
"ThreatName": null,
"SourceAddress": "1.1.1.1",
"FromZone": "INTERNAL",
"Action": "Allow",
"DNSResponse": null,
"ToZone": null,
"DestinationUser": null
}
1,2020/12/04 16:00:02,016401002222,USERID,login,2305,2020/12/04 16:00:02,vsys,1.1.1.1,user1,srv1.example.local,0,1,12000,0,0,active-directory,,968683723,0x8000000000000000,12,0,0,0,,hostexample,1,,2020/12/04 16:00:02,1,0x80,user1
1,2020/12/04 16:00:02,01640103000,USERID,login,2200,2020/12/04 16:00:02,vsys,1.1.1.1,user1,srv1.example.local,0,1,13000,0,0,active-directory,,968700000,0x8000000000000000,12,0,0,0,,hostname_example,1,,2020/12/04 16:00:02,1,0x0,user1
CEF:0|Palo Alto Networks|LF|2.0|AUTH|Radius|3|ProfileToken=REDACTED dtz=UTC rt=Feb 28 2021 18:20:54 deviceExternalId=REDACTED PanOSConfigVersion=10.0 PanOSAuthenticatedUserDomain=paloaltonetwork PanOSAuthenticatedUserName=REDACTED PanOSAuthenticatedUserUUID= PanOSClientTypeName= PanOSCortexDataLakeTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSRuleMatched= start=Feb 28 2021 18:20:40 cs3=vsys1 cs3Label=VirtualLocation c6a2=::ffff:0 c6a2Label=Source IPv6 Address c6a3=::ffff:0 c6a3Label=Destination IPv6 Address duser=example\\REDACTED cs2=example\\REDACTED cs2Label=NormalizeUser fname=Authentication object2 cs4=DC cs4Label=AuthenticationPolicy cnt=33554432 cn2=-5257671089978343424 cn2Label=MFAAuthenticationID PanOSMFAVendor=Symantec VIP cs6=rs-logging cs6Label=LogSetting cs1=deny-attackers cs1Label=AuthServerProfile PanOSAuthenticationDescription=www.something cs5=Unknown cs5Label=ClientType msg=Invalid Certificate cn1=0 cn1Label=AuthFactorNo externalId=REDACTED PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSVirtualSystemID=1 PanOSAuthenticationProtocol=EAP-TTLS with PAP PanOSRuleMatchedUUID= PanOSTimeGeneratedHighResolution=Feb 28 2021 18:20:41 PanOSSourceDeviceCategory=src_category_list-1 PanOSSourceDeviceProfile=src_profile_list-1 PanOSSourceDeviceModel=src_model_list-1 PanOSSourceDeviceVendor=src_vendor_list-1 PanOSSourceDeviceOSFamily=src_osfamily_list-0 PanOSSourceDeviceOSVersion=src_osversion_list-2 PanOSSourceDeviceHost=src_host_list-0 PanOSSourceDeviceMac=src_mac_list-2 PanOSAuthCacheServiceRegion= PanOSUserAgentString= PanOSSessionID=
1,2025/07/04 19:10:17,026709003121,AUTH,Unknown,2817,2025/07/04 19:10:17,vsys1,1.1.1.1,,,EXAMPLE,Example,1,1234567890,,EXAMPLE_LogFwd,,No user activity after prompted for credentials from AUTH-PORTAL.,Authentication Portal,Authentication Timeout,1,123456,0x0,0,0,0,0,,HOSTNAME,1,,11111111-1111-1111-1111-111111111111,2025-07-04T19:10:18.043+11:00,,,
CEF:0|Palo Alto Networks|LF|2.0|DECRYPTION|end|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:35:54 PanOSDeviceSN=REDACTED PanOSConfigVersion=null start=Mar 01 2021 20:35:54 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=allow-all-employees cs1Label=Rule suser=example\\\\REDACTED duser=example\\\\REDACTED app=gmail-base cs3=vsys1 cs3Label=VirtualLocation cs4=datacenter cs4Label=FromZone cs5=ethernet4Zone-test1 cs5Label=ToZone deviceInboundInterface=ethernet1/1 deviceOutboundInterface=tunnel.901 cs6=test cs6Label=LogSetting PanOSTimeReceivedManagementPlane=Dec 12 2019 22:16:48 cn1=111111 cn1Label=SessionID cnt=1 spt=16524 dpt=20122 sourceTranslatedPort=15856 destinationTranslatedPort=10128 proto=tcp act=deny PanOSTunnel=N/A PanOSSourceUUID= PanOSDestinationUUID= PanOSRuleUUID=fnullacnullnulle1-2c69-4f2b-8293-46ee4c73737e PanOSClientToFirewall=null PanOSFirewallToClient=null PanOSTLSVersion=null PanOSTLSKeyExchange=null PanOSTLSEncryptionAlgorithm=null PanOSTLSAuth=null PanOSPolicyName= PanOSEllipticCurve= PanOSErrorIndex=null PanOSRootStatus=null PanOSChainStatus=null PanOSProxyType=null PanOSCertificateSerial= PanOSFingerprint= PanOSTimeNotBefore=0 PanOSTimeNotAfter=0 PanOSCertificateVersion=null PanOSCertificateSize=0 PanOSCommonNameLength=0 PanOSIssuerNameLength=0 PanOSRootCNLength=0 PanOSSNILength=0 PanOSCertificateFlags=0 PanOSCommonName= PanOSIssuerCommonName= PanOSRootCommonName= PanOSServerNameIndication= PanOSErrorMessage= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup=test PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= externalId=REDACTED
CEF:0|Palo Alto Networks|LF|2.0|THREAT|file|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:06:06 deviceExternalId=REDACTED PanOSConfigVersion= PanOSApplicationCategory=collaboration PanOSApplicationContainer= PanOSApplicationRisk=5 PanOSApplicationSubcategory=email PanOSApplicationTechnology=client-server PanOSCaptivePortal=false PanOSCloudHostname=EXAMPLE PanOSCortexDataLakeTenantID=REDACTED PanOSDLPVersionFlag= PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom= duser= duid= PanOSFileType=PNG File Upload PanOSInboundInterfaceDetailsPort=19 PanOSInboundInterfaceDetailsSlot=1 PanOSInboundInterfaceDetailsType=ethernet PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=false PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted= PanOSIsDuplicateLog=false PanOSIsEncrypted= PanOSIsIPV6= PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded= PanOSIsSystemReturn=false PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=0 PanOSOutboundInterfaceDetailsPort=19 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSProfileName= PanOSSanctionedStateOfApp=false PanOSSeverity=Low PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom= suser= suid= PanOSThreatCategory= PanOSThreatNameFirewall= PanOSTunneledApplication=untunneled PanOSURL= PanOSUsers=1.1.1.1 PanOSVirtualSystemID=1 start=Mar 01 2021 21:06:06 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=dg-log-policy cs1Label=Rule suser0= duser0= app=smtp cs3=smtp cs3Label=VirtualLocation cs4=tap cs4Label=FromZone cs5=tap cs5Label=ToZone deviceInboundInterface=ethernet1/19 deviceOutboundInterface=ethernet1/19 cs6=test cs6Label=LogSetting cn1=1111111 cn1Label=SessionID cnt=9 spt=37404 dpt=25 sourceTranslatedPort=0 destinationTranslatedPort=0 proto=tcp act=alert filePath=page-icon.png cs2=any cs2Label=URLCategory flexString2=client to server flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=1.1.1.1-1.1.1.1 PanOSDestinationLocation=1.1.1.1-1.1.1.1 fileId=0 PanOSFileHash= PanOSReportID= PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStartTime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSContentVersion= PanOSSigFlags=0 PanOSRuleUUID= PanOSHTTP2Connection= PanOSDynamicUserGroup= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSDomainEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSPartialHash= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSReasonForDataFilteringAction= PanOSJustification= PanOSNSSAINetworkSliceType=
1,2023/06/16 10:41:44,001701003551,TRAFFIC,end,2305,2023/06/16 10:41:44,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,GEN_WINLOG_Users,example\user5,user6,windows-remote-management,vsys1,PDT_STD,INFRA_ADM,aaa.111,aaa.111,Syslog_Test,2023/06/16 10:41:44,111111,1,51413,5985,0,0,15,tcp,allow,2346,1974,372,9,90,16,30,0,69678105127,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,6,3,tcp-fin,0,0,0,0,,FWPA01,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,
1,2023/06/16 10:41:44,001701003551,TRAFFIC,end,2305,2023/06/16 10:41:44,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,GEN_WINLOG_Users,user4,user3,windows-remote-management,vsys1,PDT_STD,INFRA_ADM,aaa.111,aaa.111,Syslog_Test,2023/06/16 10:41:44,111111,1,51413,5985,0,0,0x1c,tcp,allow,2346,1974,372,9,2023/06/16 10:41:26,16,not-resolved,0,69678105127,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,6,3,tcp-fin,0,0,0,0,,FWPA01,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,
{
"AttemptedGateways": null,
"AuthMethod": "Cookie",
"ConnectionError": "Cannot decrypt cookie",
"ConnectionErrorID": 10,
"ConnectionMethod": null,
"CountOfRepeats": 1,
"Description": "Login to: 1.2.3.4",
"DeviceName": "DEVICE_test",
"DeviceSN": "no-serial",
"EndpointDeviceName": null,
"EndpointOSType": "Windows",
"EndpointOSVersion": "Microsoft Windows 10 Pro 64-bit",
"EndpointSN": null,
"EventIDValue": "gateway-auth",
"EventStatus": "failure",
"Gateway": null,
"GatewayPriority": null,
"GatewaySelectionType": "",
"GlobalProtectClientVersion": "0.0.-1",
"GlobalProtectGatewayLocation": null,
"HostID": null,
"LogSubtype": "globalprotect",
"LogType": "GLOBALPROTECT",
"LoginDuration": 0,
"Portal": "GlobalProtect_External_Gateway",
"PrivateIPv4": "",
"PrivateIPv6": "",
"PublicIPv4": "10.20.30.40",
"PublicIPv6": "",
"QuarantineReason": null,
"RepeatCount": 1,
"SSLResponseTime": -1,
"SequenceNo": 1234567890123456789,
"SourceRegion": "FR",
"SourceUserName": "admin",
"Stage": "login",
"Subtype": "globalprotect",
"TimeGenerated": "2026-06-01T05:33:50.000000Z",
"TimeGeneratedHighResolution": "2026-06-01T05:33:51.698000Z",
"TimeReceived": "2026-06-01T05:34:04.000000Z",
"TunnelType": null
}
CEF:0|Palo Alto Networks|LF|2.0|GLOBALPROTECT|globalprotect|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:35:54 PanOSDeviceSN=REDACTED PanOSConfigVersion= start=Mar 01 2021 20:35:54 PanOSVirtualSystem=vsys1 PanOSEventIDValue=satellite-gateway-update-route PanOSStage=connected PanOSAuthMethod=RADIUS PanOSTunnelType=ipsec PanOSSourceUserName=REDACTED\\\\REDACTED PanOSSourceRegion=ET PanOSEndpointDeviceName=example PanOSPublicIPv4=1.1.1.1 PanOSPublicIPv6=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED PanOSPrivateIPv4=1.1.1.1 PanOSPrivateIPv6=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED PanOSHostID=REDACTED11111111-1111-1111-1111-111111111111 PanOSEndpointSN=serialno_list-1 PanOSGlobalProtectClientVersion=3.0.9 PanOSEndpointOSType=Intel Mac OS PanOSEndpointOSVersion=9.3.5 PanOSCountOfRepeats=16777216 PanOSQuarantineReason=Malicious Traffic PanOSConnectionError=Client cert not present PanOSDescription=opaque_list-1 PanOSEventStatus=failure PanOSGlobalProtectGatewayLocation=San Francisco PanOSLoginDuration=1 PanOSConnectionMethod=connect_method_list-1 PanOSConnectionErrorID=0 PanOSPortal=portal_list-2 PanOSSequenceNo=34401910 PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSGatewaySelectionType= PanOSSSLResponseTime= PanOSGatewayPriority= PanOSAttemptedGateways= PanOSGateway= PanOSDGHierarchyLevel1=20 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= PanOSDeviceName=EXAMPLE PanOSVirtualSystemID=1
1,2020/12/08 14:30:55,011111114444,GLOBALPROTECT,0,2305,2020/12/08 13:30:55,vsys1,gw-auth,login,Other,,user1,FR,EXAMPLE,1.1.1.1,2.2.2.2,2.2.2.2,2.2.2.2,aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee,ABCDEFG,5.1.4,Windows,"Microsoft Windows 10 Pro , 64-bit",1,,,"",success,,0,user-logon,0,gw1,1234567,0x8000000000000000
1,2023/06/28 14:40:42,015451000032715,GLOBALPROTECT,0,2562,2023/06/28 14:40:42,vsys1,gateway-config-release,configuration,,,example.org\\test,EN,EXAMPLE,1.1.1.1,2.2.2.2,3.3.3.3,2.2.2.2,11111111-1111-1111-1111-111111111111,DFN3535D,6.0.4,Windows,"Microsoft Windows 10 Enterprise , 64-bit",1,,,,success,,0,,0,VPN_GATEWAY,5555555555555555555,0x8000000000000000,2023-06-28T14:40:43.134+02:00,,,,,,0,0,0,0,,VPN-DOM-01,1
{
"Action": "alert",
"Application": "jira-uploading",
"ApplicationCategory": "saas",
"ApplicationContainer": "jira",
"ApplicationSubcategory": "general-business",
"DestinationAddress": "1.1.1.1",
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"DestinationDeviceOSFamily": null,
"DestinationLocation": "IN",
"DestinationPort": 443,
"DestinationUser": null,
"DeviceName": "MYDEVICE",
"DeviceSN": "no-serial",
"DirectionOfAttack": "client to server",
"DomainEDL": null,
"FileHash": null,
"FileName": "sha256-9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15",
"FileType": "PNG File Upload",
"FromZone": "trust",
"HTTP2Connection": 0,
"InboundInterface": "tunnel.1",
"IsPacketCapture": false,
"Justification": null,
"LogType": "THREAT",
"NATDestination": "1.1.1.1",
"NATDestinationPort": 443,
"NATSource": "3.3.3.3",
"NATSourcePort": 51468,
"OutboundInterface": "ethernet1/1",
"PartialHash": 0,
"Protocol": "tcp",
"ReasonForDataFilteringAction": null,
"RepeatCount": 1,
"Rule": "Global_Outbound_internet_access",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"SequenceNo": 111456789,
"SessionID": 111,
"SourceAddress": "2.2.2.2",
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"SourceDeviceOSFamily": null,
"SourceLocation": "LOCATION",
"SourcePort": 58786,
"SourceUser": "john.doe@example.com",
"SubType": "file",
"Subtype": "file",
"TimeGenerated": "2025-07-25T14:33:36.000000Z",
"TimeGeneratedHighResolution": "2025-07-25T14:33:36.205000Z",
"TimeReceived": "2025-07-25T14:33:43.000000Z",
"ToZone": "untrust",
"TunneledApplication": "jira-uploading",
"URLCategory": "computer-and-internet-info",
"Users": "john.doe@example.com",
"VendorSeverity": "Low"
}
CEF:0|Palo Alto Networks|LF|2.0|HIPMATCH||3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:20:13 deviceExternalId=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED dntdom=REDACTED suser=REDACTED duser=REDACTED suid= duid= PanOSTenantID=REDACTED PanOSUUID= PanOSConfigVersion= start=Mar 01 2021 21:20:13 PanOSSourceUser=REDACTED\\REDACTED cs3=vsys1 cs3Label=VirtualLocation shost=machine_name1 dhost=machine_name1 cs2=iOS cs2Label=EndpointOSType src=1.1.1.1 dst=1.1.1.1 cat=match_name1 cnt=1 PanOSHipMatchType=HIP Profile externalId=REDACTED PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID c6a1=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED c6a1Label=Device IPv6 Address PanOSHostID=REDACTED11111111-1111-1111-1111-111111111111 PanOSEndpointSerialNumber=REDACTED PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceMac= PanOSSourceDeviceHost= PanOSSource= PanOSTimestampDeviceIdentification=Dec PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12
<14>Sep 16 10:00:02 PP 1,9/16/19 10:00,1801017000,TRAFFIC,start,2049,9/16/19 10:00,1.1.1.1,2.2.2.2,1.1.1.1,3.3.3.3,PING,,,ping,vsys,AAAAA,Zone1,ethernet1/1,ae2.11,Secure,9/16/19 10:00,11111,3,0,0,0,0,0x500000,icmp,allow,222,222,0,3,9/16/19 10:00,0,any,0,50660388939,0x0,Spain,France,0,3,0,n/a,0,0,0,0,,PA,from-policy,,,0,,0,,N/A,0,0,0,0
CEF:0|Palo Alto Networks|LF|2.0|IPTAG|iptag|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:20:13 deviceExternalId=REDACTED PanOSTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSetting= PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSRuleMatched= PanOSRuleMatchedUUID= PanOSConfigVersion= start=Mar 01 2021 21:20:13 cs3=vsys1 cs3Label=VirtualLocation src=1.1.1.1 dst=1.1.1.1 PanOSTagName= PanOSEventID=Unregister cnt=1 PanOSMappingTimeout=10 PanOSMappingDataSource=XMLAPI PanOSMappingDataSourceType=XML-API PanOSMappingDataSourceSubType=Unknown externalId=REDACTED PanOSDGHierarchyLevel1=18 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID PanOSIPSubnetRange= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12
{
"TimeReceived": "2024-06-25T21:32:54.000000Z",
"DeviceSN": "000011111112222",
"LogType": "THREAT",
"Subtype": "url",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-06-25T21:30:00.000000Z",
"SourceAddress": "1.1.1.1",
"DestinationAddress": "4.4.4.4",
"NATSource": "2.2.2.2",
"NATDestination": "3.3.3.3",
"Rule": "Rule124",
"SourceUser": null,
"DestinationUser": null,
"Application": "ssl",
"VirtualLocation": "vsys1",
"FromZone": "INSIDE",
"ToZone": "OUTSIDE",
"InboundInterface": "ethernet1/2",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Panorama_CDL",
"SessionID": 111111,
"RepeatCount": 1,
"SourcePort": 51501,
"DestinationPort": 443,
"NATSourcePort": 63989,
"NATDestinationPort": 443,
"Protocol": "tcp",
"Action": "alert",
"URL": "www.example.org",
"URLCategory": "computer-and-internet-info",
"VendorSeverity": "Informational",
"DirectionOfAttack": "client to server",
"SequenceNo": 7353954110769176067,
"SourceLocation": "AZURE-EU-WEST-CBS-BELLEM",
"DestinationLocation": "NL",
"ContentType": null,
"PacketID": 0,
"URLCounter": 0,
"UserAgent": null,
"X-Forwarded-For": null,
"Referer": null,
"DGHierarchyLevel1": 982,
"DGHierarchyLevel2": 117,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "DN-EUWEST-F2",
"SourceUUID": null,
"DestinationUUID": null,
"HTTPMethod": "unknown",
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"InlineMLVerdict": "unknown",
"ContentVersion": "0",
"SigFlags": 0,
"HTTPHeaders": null,
"URLCategoryList": "computer-and-internet-info,low-risk",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"HTTP2Connection": 0,
"DynamicUserGroupName": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"TimeGeneratedHighResolution": "2024-06-25T21:30:00.103000Z",
"NSSAINetworkSliceType": null
}
{
"TimeReceived": "2024-06-25T21:30:08.000000Z",
"DeviceSN": "no-serial",
"LogType": "THREAT",
"Subtype": "url",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-06-25T21:30:00.000000Z",
"SourceAddress": "3.3.3.3",
"DestinationAddress": "2.2.2.2",
"NATSource": "5.5.5.5",
"NATDestination": "4.4.4.4",
"Rule": "Global_Internet_Network_Awareness_Service",
"SourceUser": "jdoe@example.org",
"DestinationUser": null,
"Application": "web-browsing",
"VirtualLocation": "vsys1",
"FromZone": "ZR-EUWS-1",
"ToZone": "untrust",
"InboundInterface": "tunnel.107",
"OutboundInterface": "ethernet1/1",
"LogSetting": "default",
"SessionID": 1111111,
"RepeatCount": 1,
"SourcePort": 53610,
"DestinationPort": 80,
"NATSourcePort": 36160,
"NATDestinationPort": 80,
"Protocol": "tcp",
"Action": "alert",
"URL": "www.example.com/connecttest.txt",
"URLCategory": "computer-and-internet-info",
"VendorSeverity": "Informational",
"DirectionOfAttack": "client to server",
"SequenceNo": 7372845116442397960,
"SourceLocation": "1.1.1.1-6.6.6.6",
"DestinationLocation": "US",
"ContentType": "text/plain",
"PacketID": 0,
"URLCounter": 1,
"UserAgent": "Microsoft NCSI",
"X-Forwarded-For": null,
"Referer": null,
"DGHierarchyLevel1": 463,
"DGHierarchyLevel2": 525,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "ZR-EUWS-1",
"SourceUUID": null,
"DestinationUUID": null,
"HTTPMethod": "get",
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"InlineMLVerdict": "unknown",
"ContentVersion": "0",
"SigFlags": 0,
"HTTPHeaders": null,
"URLCategoryList": ".msftconnecttest.com,computer-and-internet-info,low-risk",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"HTTP2Connection": 0,
"DynamicUserGroupName": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"TimeGeneratedHighResolution": "2024-06-25T21:30:00.778000Z",
"NSSAINetworkSliceType": null
}
CEF:0|Palo Alto Networks|LF|2.0|SCTP||9|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:22:02 deviceExternalId=REDACTED PanOSCaptivePortal= PanOSContentVersion= PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceMac= PanOSDestinationDeviceModel= PanOSDestinationDeviceOS= PanOSDestinationDeviceVendor= PanOSDestinationLocation=IN PanOSDestinationUUID= PanOSDestinationUserDomain=paloaltonetwork PanOSDestinationUserName=REDACTED PanOSDestinationUserUUID= PanOSInboundInterfaceDetailsPort=1 PanOSInboundInterfaceDetailsSlot=1 PanOSInboundInterfaceDetailsType=ethernet PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer= PanOSIsContainer= PanOSIsDecryptMirror= PanOSIsDecryptedLog= PanOSIsDecryptedPayloadForward= PanOSIsDuplicateLog=false PanOSIsIPV6= PanOSIsInspectrionBeforeSession= PanOSIsMptcpOn= PanOSIsNonStandardDestinationPort= PanOSIsPacketCapture= PanOSIsPhishing= PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy= PanOSIsReconExcluded= PanOSIsServertoClient= PanOSIsSourceXForwarded= PanOSIsSystemReturn= PanOSIsTransaction= PanOSIsTunnelInspected= PanOSIsURLDenied= PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT= PanOSOutboundInterfaceDetailsPort=2 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSSessionEndReason= PanOSSessionOwnerMidx= PanOSSessionTracker= PanOSSeverity=Critical PanOSSourceDeviceClass= PanOSSourceDeviceMac= PanOSSourceDeviceModel= PanOSSourceDeviceOS= PanOSSourceDeviceVendor= PanOSSourceLocation=US PanOSSourceUUID= PanOSSourceUserDomain=paloaltonetwork PanOSSourceUserName=REDACTED PanOSSourceUserUUID= PanOSTunnel=N/A PanOSVirtualSystemID=1 PanOSConfigVersion= start=Mar 01 2021 21:22:02 src=1.1.1.1 dst=1.1.1.1 PanOSNATSource=1.1.1.1 PanOSNATDestination=1.1.1.1 cs1=allow-business-apps cs1Label=Rule PanOSSourceUser=example\\REDACTED PanOSDestinationUser=paloaltonetworkREDACTED PanOSApplication=panorama cs3=vsys1 cs3Label=VirtualLocation cs4=corporate cs4Label=FromZone cs5=untrust cs5Label=ToZone PanOSInboundInterface=ethernet1/1 deviceOutboundInterface=ethernet1/2 cs6=test cs6Label=LogSetting PanOSSessionID=391582 cnt=1 spt=3033 dpt=5496 PanOSNATSourcePort=26714 PanOSNATDestinationPort=15054 proto=tcp act=alert PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE externalId=REDACTED PanOSEndpointAssociationID=2086888838 PanOSPayloadProtocolID=-1 PanOSSctpChunkType=9 PanOSSCTPEventType=Kerberos single sign-on failed PanOSEventCode=3 PanOSVerificationTag1=0x3bae3042 PanOSVerificationTag2=0x1911015e PanOSSctpCauseCode=0 PanOSDiamAppID=-1 PanOSDiameterCommandCode=-1 PanOSDiamAvpCode=0 PanOSStreamID=0 PanOSAssocationEndReason= PanOSMapAppCode=0 PanOSSccpCallingSSN=0 PanOSSccpCallingGt= PanOSSctpFilter= PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSPacketsTotal=0 PanOSPacketsSent=0 PanOSPacketsReceived=0 PanOSRuleUUID= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12
1,2020/12/08 13:44:55,11111114444,SYSTEM,auth,0,2020/12/08 13:44:55,,auth-success,GP,0,0,general,informational,"authenticated for user 'user1'. auth profile 'GP', vsys 'vsys123', server profile 'LDAP', server address 'srv01.test.local', From: 1.1.1.1.",5211100,0x8000000000000000,0,0,0,0,,fw1
<14>Sep 16 10:00:02 PA-1 1,9/16/19 10:00,1801016000,TRAFFIC,start,2049,9/16/19 10:00,3.3.3.3,4.4.4.4,1.1.1.1,1.1.1.1,proxy1,,,web-browsing,vsys1234,v10213,zone1,a.1,b.2,Secure,9/16/19 10:00,11111,1,61000,80,0,0,0x0,tcp,allow,800,700,70,2,9/16/19 10:00,0,any,0,50660381839,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,2,1,n/a,0,0,0,0,,PP,from-policy,,,0,,0,,N/A,0,0,0,0
1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00
1,2025/02/26 10:22:28,1111111111,SYSTEM,auth,2561,2025/02/26 10:22:28,,auth-fail,GCA_VPN_AUTH_SEQ,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: User is not in allowlist. auth profile 'GCA_VPN_AUTH_SEQ', vsys 'vsys1', From: 1.1.1.1.",7473081312217257800,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-26T10:22:28.691+01:00
1,2025/02/11 10:34:25,1111111111,SYSTEM,auth,2562,2025/02/11 10:34:26,,auth-fail,FWPA,0,0,general,medium,"failed authentication for user 'user1'. Reason: Invalid username/password. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7459881507616729894,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:34:26.348+01:00
1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-success,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00
1,2025/02/26 10:12:07,1111111111,SYSTEM,auth,2561,2025/02/26 10:12:07,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7473081312217252401,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-26T10:12:07.623+01:00
1,2025/02/24 14:58:26,1111111111,SYSTEM,auth,2561,2025/02/24 14:58:27,,auth-fail,AD-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Invalid username/password. auth profile 'AD-AUTH', vsys 'shared', server profile 'GCA-AD', server address '1.1.1.1', From: 2.2.2.2.",7473081312215912049,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-24T14:58:27.897+01:00
1,2025/02/24 14:58:26,1111111111,SYSTEM,auth,2561,2025/02/24 14:58:27,,auth-fail,AD-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Invalid username/password. auth profile 'AD-AUTH', vsys 'shared', server profile 'GCA-AD', server address '1.1.1.1', From: 2.2.2.2.",7473081312215912049,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-24T14:58:27.897+01:00
1,2025/02/21 08:25:50,1111111111,SYSTEM,auth,2561,2025/02/21 08:25:51,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: User is in locked users list. auth profile 'ESA-AUTH', vsys 'vsys1', auth protocol 'unknown RADIUS authentication protocol', From: 1.1.1.1.",7473081312213343374,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-21T08:25:51.399+01:00
1,2025/02/21 08:25:50,1111111111,SYSTEM,auth,2561,2025/02/21 08:25:51,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: User is in locked users list. auth profile 'ESA-AUTH', vsys 'vsys1', auth protocol 'unknown RADIUS authentication protocol', From: 1.1.1.1.",7473081312213343374,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-21T08:25:51.399+01:00
1,2025/02/19 07:27:09,016301013012,SYSTEM,auth,2561,2025/02/19 07:24:51,,auth-fail,,0,0,general,medium,"failed authentication for user 'user1'. Reason: Authentication profile not found for the user. From: 1.1.1.1.",7473011295655034976,0x0,0,0,0,0,,FWPADC2,0,0,2025-02-19T07:27:10.089+01:00
1,2025/02/11 09:35:28,1111111111,SYSTEM,auth,2561,2025/02/11 09:35:29,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'user1'. Reason: Internal error, e.g. network connection, DNS failure or remote server down. auth profile 'ESA-AUTH',",7439393285315977320,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-11T09:35:29.424+01:00
1,2025/02/11 10:34:25,1111111111,SYSTEM,auth,2562,2025/02/11 10:34:26,,auth-fail,FWPA,0,0,general,medium,"failed authentication for user 'user1'. Reason: Invalid username/password. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7459881507616729894,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:34:26.348+01:00
1,2025/02/11 10:35:09,1111111111,SYSTEM,auth,2562,2025/02/11 10:35:10,,auth-success,FWPA,0,0,general,informational,"authenticated for user 'user1'. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', admin role 'superreader', From: 2.2.2.2.",7459881507616729900,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:35:10.099+01:00
1,2025/03/06 17:43:12,1111111111,SYSTEM,auth,2561,2025/03/06 17:43:12,,auth-success,ESA-AUTH,0,0,general,informational,"authenticated for user 'jane.doe'. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7473081312223375061,0x0,0,0,0,0,,FWPADC1,0,0,2025-03-06T17:43:12.834+01:00
1,2026/04/17 09:45:19,01234567890,SYSTEM,auth,2817,2026/04/17 09:45:20,,auth-success,AUTH PROFILE,0,0,general,informational,"authenticated for user 'JOHNDOE'. EAP outer identity 'JOHNDOE', inner identity 'JOHNDOE', auth profile 'AUTH PROFILE', vsys 'vsys1', server profile 'PROFILE', server address '1.1.1.1', auth protocol 'PEAP-MSCHAPv2', admin role 'Read ALL', From: 2.2.2.2.",1111111111111111111,0x0,0,0,0,0,,EXAMPLE,0,0,2026-04-17T09:45:20.513+02:00
{
"LogTime": "2023-02-16T15:36:37.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "url-filtering",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:36:23.000000Z",
"VirtualLocation": null,
"EventName": "cloud-election",
"EventComponent": "",
"VendorSeverity": "Informational",
"EventDescription": "CLOUD ELECTION: serverlist2.urlcloud.paloaltonetworks.example.com IP: 1.1.1.1 was elected, measured alive test 143294.",
"SequenceNo": 7200776623254143113,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:36:23.710000Z"
}
1,2024/11/03 19:09:43,111111111111,DECRYPTION,0,2562,2024/11/03 19:09:43,1.1.1.1,4.4.4.4,2.2.2.2,3.3.3.3,URL Filtering - Chrome Profile,jdoe,,ssl,vsys1,VPN-SSL,INTERNET,tunnel.16,ae2.1111,Forward-Syslog,2024/11/03 19:09:43,1111111,1,55107,443,22814,443,0x400400,tcp,allow,N/A,,,,,11111111-1111-1111-1111-111111111111,Unknown,Unknown,TLS1.3,ECDHE,AES_256_GCM,SHA384,NoDecrypt-rule,,None,uninspected,Uninspected,No Decrypt,,,,,V1,0,0,0,0,0,:::::NONE,,,,,,,,,,,,,2024-11-03T19:09:43.654+01:00,,,,,,,,,,,,,,,,,1111111111111111111,0x8000000000000000,53,0,0,0,,NFW-OUT-DCA,1,encrypted-tunnel,networking,browser-based,4,"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use",,ssl,no,no
{
"TimeReceived": "2024-11-20T16:40:01.000000Z",
"DeviceSN": "no-serial",
"LogType": "DECRYPTION",
"Subtype": "start",
"SubType": "start",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-11-20T16:39:51.000000Z",
"SourceAddress": "1.1.1.1",
"DestinationAddress": "4.4.4.4",
"NATSource": "2.2.2.2",
"NATDestination": "3.3.3.3",
"Rule": "URL Filtering - Chrome Profile",
"SourceUser": "example\\jdoe",
"DestinationUser": null,
"Application": "incomplete",
"VirtualLocation": "vsys1",
"FromZone": "VPN-SSL",
"ToZone": "INTERNET",
"InboundInterface": "tunnel.16",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Forward-Syslog",
"TimeReceivedManagementPlane": "2024-11-20T16:39:51.000000Z",
"SessionID": 1111111,
"RepeatCount": 1,
"CountOfRepeat": 1,
"SourcePort": 58877,
"DestinationPort": 443,
"NATSourcePort": 1042,
"NATDestinationPort": 443,
"Protocol": "tcp",
"Action": "allow",
"Tunnel": "N/A",
"SourceUUID": null,
"DestinationUUID": null,
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"ClientToFirewall": "Finished",
"FirewallToClient": "Client_Hello",
"TLSVersion": "TLS1.2",
"TLSKeyExchange": "ECDHE",
"TLSEncryptionAlgorithm": "AES_256_GCM",
"TLSAuth": "SHA384",
"PolicyName": "TLS - https inspection - default rule",
"EllipticCurve": "secp256r1",
"ErrorIndex": "Protocol",
"RootStatus": "trusted",
"ChainStatus": "Trusted",
"ProxyType": "Forward",
"CertificateSerial": "059125d73c34a73fca9",
"Fingerprint": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
"TimeNotBefore": 1730875569,
"TimeNotAfter": 1765176368,
"CertificateVersion": "V3",
"CertificateSize": 256,
"CommonNameLength": 13,
"IssuerNameLength": 29,
"RootCNLength": 10,
"SNILength": 23,
"CertificateFlags": 4,
"CommonName": "example.org",
"IssuerCommonName": "GlobalSign ECC OV SSL CA 2018",
"RootCommonName": "GlobalSign",
"ServerNameIndication": "static.files.example.org",
"ErrorMessage": "General TLS protocol error. Received fatal alert DecodeError from server",
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"TimeGeneratedHighResolution": "2024-11-20T16:39:51.441000Z",
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"SequenceNo": 1111111111111111111
}
{
"LogTime": "2023-02-16T17:08:26.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "dhcp",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T17:08:17.000000Z",
"VirtualLocation": null,
"EventName": "if-renew-trigger",
"EventComponent": "",
"VendorSeverity": "Informational",
"EventDescription": "DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3",
"SequenceNo": 7200776623254143234,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T17:08:17.774000Z"
}
{
"LogTime": "2023-02-16T15:31:51.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "dnsproxy",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:31:50.000000Z",
"VirtualLocation": null,
"EventName": "if-inherit",
"EventComponent": "mgmt-obj",
"VendorSeverity": "Informational",
"EventDescription": "DNS Proxy object: mgmt-obj inherited following values from dynamic interface: mgmt-if: Primary DNS: 1.1.1.1 Secondary DNS: ::",
"SequenceNo": 7200776623254142979,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:31:50.584000Z"
}
{
"VendorName": "test networks",
"DeviceSN": "7FD26D6XXXXXXXX",
"TimeReceived": "2024-07-08T09:01:10.502737Z",
"LogType": "DNS",
"Subtype": "realtime_dns_telemetry_response",
"SubType": "realtime_dns_telemetry_response",
"TimeGenerated": "2024-07-08T09:01:10.000000Z",
"RecordType": "a",
"DNSResolverIP": "1.1.1.1",
"ThreatID": 0,
"DNSCategory": "benign",
"ThreatName": null,
"SourceAddress": "3.3.3.3",
"FromZone": "trust",
"Action": "Allow",
"DNSResponse": [
"2.2.2.2"
],
"ToZone": null,
"DestinationUser": null
}
{
"VendorName": "palo alto networks",
"DeviceSN": "REDACTED",
"TimeReceived": "2025-02-11T10:51:15.456002Z",
"LogType": "DNS",
"Subtype": "realtime_dns_telemetry_response",
"SubType": "realtime_dns_telemetry_response",
"TimeGenerated": "2025-02-11T10:51:15.000000Z",
"RecordType": "cname,cname,cname,a,a,a,a,a,a,a,a",
"DNSResolverIP": "6.6.6.6",
"ThreatID": 0,
"DNSCategory": "benign",
"ThreatName": null,
"SourceAddress": "5.5.5.5",
"FromZone": "RN-USDAA-1",
"Action": "Allow",
"DNSResponse": [
"sub1.example.com.",
"sub2.example.com.",
"example2.net.",
"10.10.10.10",
"4.4.4.4",
"7.7.7.7",
"8.8.8.8",
"3.3.3.3",
"1.1.1.1",
"2.2.2.2",
"9.9.9.9"
],
"ToZone": null,
"DestinationUser": null
}
1,2024/10/25 16:04:52,024101011111,SYSTEM,userid,2522,2024/10/25 16:04:52,,connect-server-monitor-failure,,0,0,general,high,"User-ID server monitor example(vsystest) Access denied",7389706522298800000,0x0,0,0,0,0,,FFFFF01,0,0,2024-10-25T16:04:52.574+02:00
1,2024/10/25 16:10:48,024101010000,SYSTEM,userid,2562,2024/10/25 16:10:48,,connect-ldap-sever,1.1.1.1,0,0,general,informational,"ldap cfg joe_done connected to server 2.2.2.2:333, initiated by: 3.3.3.3",73897065222988700000,0x0,0,0,0,0,,FFFFFF01,0,0,2024-10-25T16:10:48.575+02:00
1,2024/10/22 08:54:16,024101011111,SYSTEM,auth,2511,2024/10/22 08:54:17,,auth-success,FFFF,0,0,general,informational,"When authenticating user user4 from 1.1.1.1, a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile FFFF, vsys shared, Server Profile SERVER_TEST, Server Address 2.2.2.2",7389706522298800000,0x0,0,0,0,0,,FWPAN01,0,0,2024-10-22T08:54:17.012+02:0
1,2024/10/22 09:29:30,024101011111,SYSTEM,auth,2562,2024/10/22 09:29:30,,auth-success,FFFF,0,0,general,informational,"authenticated for user user1. auth profile FFFF, vsys shared, server profile server-test, server address 2.2.2.2, auth protocol PAP, admin role superuser, From: 1.1.1.1.",738970652229833333,0x0,0,0,0,0,,FFFF01,0,0,2024-10-22T09:29:30.605+02:00
1,2025/02/24 10:44:03,024201005376,CONFIG,0,2562,2025/02/24 10:44:03,1.1.1.1,,edit,user7,Web,Succeeded, config shared report-group FW_OUT_quot,7472830928503439382,0x0,0,0,0,0,,NFW-OUT-DCA,0,,0,2025-02-24T10:44:03.705+01:00,/config/shared/report-group/entry[@name='FW_OUT_quot']
{
"TimeReceived": "2024-02-06T18:17:09.000000Z",
"DeviceSN": "no-serial",
"LogType": "THREAT",
"Subtype": "file",
"SubType": "file",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-02-06T18:17:02.000000Z",
"SourceAddress": "1.1.1.1",
"DestinationAddress": "3.3.3.3",
"NATSource": "2.2.2.2",
"NATDestination": "3.3.3.3",
"Rule": "Global_Outbound_internet_access",
"SourceUser": "john.doe@example.com",
"DestinationUser": null,
"Application": "web-browsing",
"VirtualLocation": "vsys1",
"FromZone": "trust",
"ToZone": "untrust",
"InboundInterface": "tunnel.1",
"OutboundInterface": "ethernet1/1",
"LogSetting": "default",
"SessionID": 1111111,
"RepeatCount": 1,
"SourcePort": 53514,
"DestinationPort": 80,
"NATSourcePort": 22444,
"NATDestinationPort": 80,
"Protocol": "tcp",
"Action": "alert",
"FileName": "some_file_name",
"URLCategory": "computer-and-internet-info",
"VendorSeverity": "Low",
"DirectionOfAttack": "server to client",
"SequenceNo": 7292474944208657622,
"SourceLocation": "Prisma-Mobile-Users-EMEA",
"DestinationLocation": "US",
"PacketID": 0,
"FileHash": null,
"ReportID": 0,
"DGHierarchyLevel1": 463,
"DGHierarchyLevel2": 467,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "EXAMPLE",
"SourceUUID": null,
"DestinationUUID": null,
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStartTime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"ContentVersion": "577053022",
"SigFlags": 0,
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"HTTP2Connection": 0,
"DynamicUserGroup": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"DomainEDL": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"PartialHash": 0,
"TimeGeneratedHighResolution": "2024-02-06T18:17:02.077000Z",
"ReasonForDataFilteringAction": null,
"Justification": null,
"NSSAINetworkSliceType": null
}
1,2024/01/12 11:41:42,015451000023232323,GLOBALPROTECT,0,2562,2024/01/12 11:41:42,vsys1,gateway-switch-to-ssl,tunnel,,SSLVPN,example.net\JDOE,FR,EXAMPLE,1.1.1.1,2.2.2.2,1.1.1.1,2.2.2.2,662f0b44-e024-4a70,PF000000,6.0.4,Windows,"Microsoft Windows 10 Enterprise , 64-bit",1,,,,success,,0,,0,CD78_VPN_GP_GATEWAY,5555555555555555555,0x8000000000000000,2024-01-12T11:41:43.895+02:00,,,,,,0,0,0,0,,test-01-01,1
1,2024/11/03 18:50:04,111111111111,HIPMATCH,0,1111,2024/11/03 18:50:04,jdoe,vsys1,EXAMPLE,Windows,1.1.1.1,VPN Compliant,1,profile,,,1111111111111111111,0x8000000000000000,28,99,38,0,,FW-CIV1,1,2.2.2.2,11111111-1111-1111-1111-111111111111,aefee8,,2024-11-03T18:50:04.310+01:00,
{
"TimeReceived": "2024-11-20T16:30:32.000000Z",
"DeviceSN": "no-serial",
"LogType": "HIPMATCH",
"Subtype": "hipmatch",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-11-20T16:30:28.000000Z",
"SourceUser": "jdoe@example.org",
"VirtualLocation": "vsys1",
"EndpointDeviceName": "EXAMPLE",
"EndpointOSType": "Windows",
"SourceIP": "1.1.1.1",
"HipMatchName": "VPN Compliant",
"RepeatCount": 1,
"CountOfRepeats": 1,
"HipMatchType": "profile",
"SequenceNo": 1111111111111111111,
"DGHierarchyLevel1": 12,
"DGHierarchyLevel2": 22,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "FW-ALK01",
"VirtualSystemID": 1,
"SourceIPv6": "",
"HostID": "11111111-1111-1111-1111-111111111111",
"EndpointSerialNumber": "aefee8",
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceMac": null,
"SourceDeviceHost": null,
"Source": null,
"TimestampDeviceIdentification": null,
"TimeGeneratedHighResolution": "2024-11-20T16:30:28.904000Z"
}
{
"LogTime": "2023-02-16T15:49:04.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "general",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:48:57.000000Z",
"VirtualLocation": "",
"EventName": "general",
"EventComponent": null,
"VendorSeverity": "Informational",
"EventDescription": "Installed contents package: panupv2-all-contents-8676-7858.tgz",
"SequenceNo": 7200776623254143152,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:48:57.395000Z"
}
1,2024/08/03 12:16:42,012001002253,THREAT,vulnerability,2561,2024/08/03 12:17:45,4.4.4.4,5.5.5.5,1.1.1.1,1.1.1.1,IN_VPN-AZURE-ALSID,,example\\username,ldap,vsys1,VPN,LAN,tunnel.3,ethernet1/4,default,2024/08/03 12:17:45,111111,1,62074,389,0,0,0x80002000,tcp,alert,,LDAP: User Login Brute Force Attempt(40005),any,high,client-to-server,7395125856205392467,0x8000000000000000,2.2.2.2-3.3.3.3,7.7.7.7-6.6.6.6,,,1210225322167894624,,,0,,,,,,,,0,24,315,0,0,,hostname_example,,,,,0,,0,,N/A,brute-force,AppThreat-8877-8886,0x0,0,4294967295,,,11111111-1111-1111-1111-111111111111,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-08-03T12:17:45.360+02:00,,,,auth-service,business-systems,client-server,2,\"has-known-vulnerability,tunnel-other-application,pervasive-use\",,untunneled,no,no,
{
"TimeReceived": "2024-07-08T08:33:33.000000Z",
"DeviceSN": "007954000XXXXXX",
"LogType": "THREAT",
"Subtype": "file",
"SubType": "file",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-07-08T15:30:04.000000Z",
"SourceAddress": "6.6.6.6",
"DestinationAddress": "1.1.1.1",
"NATSource": "3.3.3.3",
"NATDestination": "1.1.1.1",
"Rule": "Guest_Mobile_Internet Access",
"SourceUser": null,
"DestinationUser": null,
"Application": "web-browsing",
"VirtualLocation": "vsys1",
"FromZone": "DTT",
"ToZone": "Untrust",
"InboundInterface": "ethernet1/1.111",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Panorama_CDL",
"SessionID": 1111111,
"RepeatCount": 1,
"SourcePort": 42222,
"DestinationPort": 80,
"NATSourcePort": 22408,
"NATDestinationPort": 80,
"Protocol": "tcp",
"Action": "alert",
"FileName": "test_file.bin",
"URLCategory": "business-and-economy",
"VendorSeverity": "Low",
"DirectionOfAttack": "server to client",
"SequenceNo": 73503956876,
"SourceLocation": "4.4.4.4-2.2.2.2",
"DestinationLocation": "US",
"PacketID": 0,
"FileHash": null,
"ReportID": 0,
"DGHierarchyLevel1": 999,
"DGHierarchyLevel2": 1111,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "DN-TEST-F2",
"SourceUUID": null,
"DestinationUUID": null,
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStartTime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"ContentVersion": "581116536",
"SigFlags": 0,
"RuleUUID": "6935060f-6443-4257-91f8",
"HTTP2Connection": 0,
"DynamicUserGroup": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": "1.0.0",
"SourceDeviceHost": "EXAMPLE",
"SourceDeviceMac": "5.5.5.5.55.66",
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"DomainEDL": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"PartialHash": 0,
"TimeGeneratedHighResolution": "2024-07-08T15:30:04.855000Z",
"ReasonForDataFilteringAction": null,
"Justification": null,
"NSSAINetworkSliceType": null
}
{
"TimeReceived": "2024-07-08T09:01:14.000000Z",
"DeviceSN": "00795700000000",
"LogType": "GLOBALPROTECT",
"Subtype": "globalprotect",
"LogSubtype": "globalprotect",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-07-08T09:01:14.000000Z",
"VirtualSystem": "vsys1",
"EventIDValue": "gateway-logout",
"Stage": "logout",
"AuthMethod": null,
"TunnelType": null,
"SourceUserName": "joe.doe@test.com",
"SourceRegion": "4.4.4.4-1.1.1.1",
"EndpointDeviceName": "EXAMPLE",
"PublicIPv4": "3.3.3.3",
"PublicIPv6": "",
"PrivateIPv4": "2.2.2.2",
"PrivateIPv6": "",
"HostID": "e4f14dfd-bd3c-40e5-9c4e",
"EndpointSN": "5CD4153333",
"GlobalProtectClientVersion": "0.0.-1",
"EndpointOSType": "Windows",
"EndpointOSVersion": "Microsoft Windows 11 Enterprise , 64-bit",
"RepeatCount": 1,
"CountOfRepeats": 1,
"QuarantineReason": null,
"ConnectionError": null,
"Description": "client logout",
"EventStatus": "success",
"GlobalProtectGatewayLocation": null,
"LoginDuration": 3625,
"ConnectionMethod": null,
"ConnectionErrorID": 0,
"Portal": "Internal_test",
"SequenceNo": 7359635570821640000,
"TimeGeneratedHighResolution": "2024-07-08T09:01:14.449000Z",
"GatewaySelectionType": "",
"SSLResponseTime": -1,
"GatewayPriority": null,
"AttemptedGateways": null,
"Gateway": null,
"DGHierarchyLevel1": 556,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "DG-test",
"VirtualSystemID": 1
}
{
"TimeReceived": "2024-07-08T08:55:38.000000Z",
"DeviceSN": "007954000370000",
"LogType": "THREAT",
"Subtype": "vulnerability",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-07-08T15:52:09.000000Z",
"SourceAddress": "2.2.2.2",
"DestinationAddress": "3.3.3.3",
"NATSource": "",
"NATDestination": "",
"Rule": "Public_TTT_Mgmt",
"SourceUser": null,
"DestinationUser": null,
"Application": "ssh",
"VirtualLocation": "vsys1",
"FromZone": "Trust",
"ToZone": "TTT",
"InboundInterface": "ethernet1/8",
"OutboundInterface": "ethernet1/4.124",
"LogSetting": "test_setting",
"SessionID": 11111,
"RepeatCount": 1,
"SourcePort": 52000,
"DestinationPort": 21,
"NATSourcePort": 0,
"NATDestinationPort": 0,
"Protocol": "tcp",
"Action": "reset-both",
"FileName": null,
"ThreatID": "SSH User Authentication Brute Force Attempt(40015)",
"VendorSeverity": "High",
"DirectionOfAttack": "client to server",
"SequenceNo": 7350395687601,
"SourceLocation": "4.4.4.4-1.1.1.1",
"DestinationLocation": "ID",
"PacketID": 12103464791027,
"FileHash": null,
"ApplianceOrCloud": null,
"URLCounter": 0,
"FileType": null,
"SenderEmail": null,
"EmailSubject": null,
"RecipientEmail": null,
"ReportID": 0,
"DGHierarchyLevel1": 997,
"DGHierarchyLevel2": 1169,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "DN-TEST",
"SourceUUID": null,
"DestinationUUID": null,
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"ThreatCategory": "brute-force",
"ContentVersion": "581116536",
"SigFlags": "0x0",
"RuleUUID": "496a138d-6515-4043-b7c7",
"HTTP2Connection": 0,
"DynamicUserGroupName": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"DomainEDL": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"PartialHash": 0,
"TimeGeneratedHighResolution": "2024-07-08T15:52:09.934000Z",
"NSSAINetworkSliceType": null
}
{
"TimeReceived": "2024-07-08T06:17:04.000000Z",
"DeviceSN": "00795400037XXXX",
"LogType": "THREAT",
"Subtype": "url",
"ConfigVersion": "10.2",
"TimeGenerated": "2024-07-08T13:13:27.000000Z",
"SourceAddress": "4.4.4.4",
"DestinationAddress": "5.5.5.5",
"NATSource": "5.5.5.5",
"NATDestination": "5.5.5.5",
"Rule": "Guest_Mobile_Internet Access",
"SourceUser": null,
"DestinationUser": null,
"Application": "ssl",
"VirtualLocation": "vsys1",
"FromZone": "TTT",
"ToZone": "Untrust",
"InboundInterface": "ethernet1/6.997",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Test_setting",
"SessionID": 111111,
"RepeatCount": 1,
"SourcePort": 35000,
"DestinationPort": 443,
"NATSourcePort": 28500,
"NATDestinationPort": 443,
"Protocol": "tcp",
"Action": "alert",
"URL": "test.gstatic.example.com/",
"URLCategory": "computer-and-internet-info",
"VendorSeverity": "Informational",
"DirectionOfAttack": "client to server",
"SequenceNo": 73503956876009,
"SourceLocation": "5.5.5.5-3.3.3.3",
"DestinationLocation": "US",
"ContentType": null,
"PacketID": 0,
"URLCounter": 0,
"UserAgent": null,
"X-Forwarded-For": null,
"Referer": null,
"DGHierarchyLevel1": 997,
"DGHierarchyLevel2": 1169,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "DN-TEST",
"SourceUUID": null,
"DestinationUUID": null,
"HTTPMethod": "unknown",
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"InlineMLVerdict": "unknown",
"ContentVersion": "0",
"SigFlags": 0,
"HTTPHeaders": null,
"URLCategoryList": "computer-and-internet-info,low-risk",
"RuleUUID": "6935060f-6443-4257",
"HTTP2Connection": 0,
"DynamicUserGroupName": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"TimeGeneratedHighResolution": "2024-07-08T13:13:27.233000Z",
"NSSAINetworkSliceType": null
}
{
"LogTime": "2023-02-16T15:46:40.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "ntpd",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:46:33.000000Z",
"VirtualLocation": null,
"EventName": "sync",
"EventComponent": "",
"VendorSeverity": "Informational",
"EventDescription": "NTP sync to server de.pool.ntp.org",
"SequenceNo": 7200776623254143145,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:46:33.917000Z"
}
{
"LogTime": "2023-02-16T15:31:51.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "port",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:31:50.000000Z",
"VirtualLocation": null,
"EventName": "link-change",
"EventComponent": "ethernet1/2",
"VendorSeverity": "Informational",
"EventDescription": "Port ethernet1/2: Up 10Gb/s-full duplex",
"SequenceNo": 7200776623254143073,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:31:50.851000Z"
}
{
"LogTime": "2023-02-16T15:31:51.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "fb",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:31:51.000000Z",
"VirtualLocation": null,
"EventName": "wildfire-conn-success",
"EventComponent": "",
"VendorSeverity": "Medium",
"EventDescription": "Successfully registered to Public Cloud wildfire.paloaltonetworks.example.com",
"SequenceNo": 7200776623254143102,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:31:51.387000Z"
}
1,2024/01/12 22:47:26,016201000000,SYSTEM,vpn,2222,2024/01/12 22:47:27,,test-event,,0,0,general,informational,"unknown test peer",55555555555555555,0x0,0,0,0,0,,test-1,0,0,2024-01-12T22:47:27.652+11:00
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "Successfully connect to address: 1.1.1.1 port: 3978, conn id: triallr-1.1.1.1-2-def",
"EventName": "general",
"EventTime": "2023-02-03T16:31:56.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:32:07.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170508,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:31:56.151000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": "",
"EventDescription": "PAN-DB was upgraded to version 20230203.20250.",
"EventName": "upgrade-url-database-success",
"EventTime": "2023-02-03T16:37:22.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:37:31.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170511,
"Subtype": "url-filtering",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:37:22.476000Z",
"VendorSeverity": "Informational",
"VirtualLocation": null,
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": "",
"EventDescription": "DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3",
"EventName": "if-renew-trigger",
"EventTime": "2023-02-03T16:39:46.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:39:55.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170512,
"Subtype": "dhcp",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:39:46.612000Z",
"VendorSeverity": "Informational",
"VirtualLocation": null,
"VirtualSystemName": null
}
1,2024/11/26 22:10:01,02410100000000,SYSTEM,auth,2555,2024/11/26 22:10:01,,auth-success,FWPA,0,0,general,informational,"When authenticating user 'user2' from '2.2.2.2', a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile 'FWPA', vsys 'shared', Server Profile 'RADIUS_RSA', Server Address '1.1.1.1'",738970652229900000000,0x0,0,0,0,0,,FWPAN00,0,0,2024-11-26T22:10:01.627+01:00
1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user john.doe. Reason: Authentication request is timed out. auth profile ESA-AUTH, vsys vsys1, server profile ESA, server address 1.1.1.1, auth protocol PAP, From: 2.2.2.2.",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00
1,2025/01/21 11:57:22,1111111111,SYSTEM,auth,2561,2025/01/21 11:57:23,,auth-fail,ESA-AUTH,0,0,general,medium,"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.",7439393285299734188,0x0,0,0,0,0,,FWPADC1,0,0,2025-01-21T11:57:23.294+01:00
1,2026/05/13 15:33:28,ANONYMIZED,SYSTEM,auth,2817,2026/05/13 15:33:29,,auth-success,Azure-NEW,0,0,general,informational,"SAML SSO authenticated for user 'john.doe@example.com'. auth profile 'Azure-NEW', vsys 'vsys1', server profile 'Azure-Auth-NEW', IdP entityID 'https://sts.windows.net/11111111-1111-1111-1111-111111111111/', From: 1.2.3.4.",1234567890,0x8000000000000000,0,0,0,0,,REDACTED,0,0,2026-05-13T15:33:29.251+02:00
1,2026/05/13 15:29:47,ANONYMIZED,SYSTEM,auth,2817,2026/05/13 15:29:48,,auth-fail,Azure-NEW,0,0,general,medium,"failed authentication for user 'john.doe@example.com'. Reason: Internal error, e.g. network connection, DNS failure or remote server down. auth profile 'Azure-NEW', vsys 'vsys1', From: 1.2.3.4.",1234567890,0x8000000000000000,0,0,0,0,,REDACTED,0,0,2026-05-13T15:29:48.068+02:00
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "Installed WildFire package: panupv3-all-wildfire-739610-742990.tgz",
"EventName": "general",
"EventTime": "2023-02-03T16:30:44.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:30:52.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170505,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:30:44.868000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "WildFire update job succeeded for user Auto update agent",
"EventName": "general",
"EventTime": "2023-02-03T16:45:56.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:46:05.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170521,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:56.725000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "Connection to Update server: completed successfully, initiated by 1.1.1.1",
"EventName": "general",
"EventTime": "2023-02-03T16:45:51.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170515,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:51.118000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "WildFire job started processing. Dequeue time=2023/02/03 17:45:52. Job Id=72. ",
"EventName": "general",
"EventTime": "2023-02-03T16:45:52.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170518,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:52.888000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "WildFire package upgraded from version 739610-742990 to 739613-742993 by Auto update agent",
"EventName": "general",
"EventTime": "2023-02-03T16:45:55.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170520,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:55.982000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "WildFire job enqueued. Enqueue time=2023/02/03 17:45:52. JobId=72. . Type: Full",
"EventName": "general",
"EventTime": "2023-02-03T16:45:52.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170517,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:52.887000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "Connection to Update server: updates.paloaltonetworks.example.com completed successfully, initiated by 1.1.1.1",
"EventName": "general",
"EventTime": "2023-02-03T16:45:49.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170514,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:49.557000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "Installed WildFire package: panupv3-all-wildfire-739613-742993.tgz",
"EventName": "general",
"EventTime": "2023-02-03T16:45:54.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170519,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:54.757000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
{
"ConfigVersion": "10.1",
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DeviceGroup": null,
"EventComponent": null,
"EventDescription": "WildFire version 739613-742993 downloaded by Auto update agent",
"EventName": "general",
"EventTime": "2023-02-03T16:45:52.000000Z",
"LogSourceID": "007954000351998",
"LogSourceName": "EXAMPLE",
"LogTime": "2023-02-03T16:45:56.000000Z",
"LogType": "SYSTEM",
"SequenceNo": 7195838274152170516,
"Subtype": "general",
"Template": null,
"TimeGeneratedHighResolution": "2023-02-03T16:45:52.887000Z",
"VendorSeverity": "Informational",
"VirtualLocation": "",
"VirtualSystemName": null
}
111111111111,2026/08/13 10:45:58,audit,2817,log-critical-activity,,"type=GRP_MGMT msg=audit(1786610758.972:3047882): pid=420 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=delete-shadow-group grp=""_svcuser"" acct=""_svcuser"" exe=""/usr/sbin/userdel"" hostname=? addr=? terminal=console res=success'",success
1,2024/01/12 11:21:15,016201000000,THREAT,url,2562,2024/01/12 11:21:15,1.1.1.1,4.4.4.4,3.3.3.3,2.2.2.2,SAAS vers log,,,ssl,vsys1,Outside,test-Externe,a11.30,a11.25,Panorama,2024/01/12 11:21:15,111111,1,58444,2222,58444,2222,0x50b444,tcp,alert,"example.net:9999/",(9999),test,informational,client-to-server,55555555555555555555,0x8000000000000000,US,France,,,0,,,0,,,,,,,,0,0,0,0,0,,TEST-01,,,,,0,,0,,N/A,N/A,AppThreat-0-0,0x0,0,4294967295,,"test,low-risk",96eeeef8-bd9c-4145,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-01-12T11:21:15.190+01:00,,,,encrypted-tunnel,networking,browser-based,4,"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use",,ssl,no,no,
1,2024/08/12 15:57:12,012345678910,THREAT,vulnerability,2561,2024/08/12 15:57:04,1.1.1.1,2.2.2.2,1.1.1.1,2.2.2.2,Access_Portal-GW_GP,,,web-browsing,vsys1,INTERNET,INTERNET,ethernet1/3.302,ethernet1/3.302,default,2024/08/12 15:57:04,111111,1,56731,443,56731,20077,0x81402000,tcp,reset-both,"login.esp",Palo Alto Networks GlobalProtect OS Command Injection Vulnerability(95187),business-and-economy,critical,client-to-server,7334683348721844974,0x8000000000000000,United States,France,,,1210223766892439373,,,1,,,,,,,,0,320,90,0,0,,site1-FW01,,,,,0,,0,,N/A,code-execution,AppThreat-8879-8900,0x0,0,4294967295,,,abcdefgh-1234-5678-abcd-01234567890,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-08-12T15:57:04.614+02:00,,,,internet-utility,general-internet,browser-based,4,"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use",,web-browsing,no,no,
{
"TimeReceived": "2025-05-20T06:59:20.000000Z",
"DeviceSN": "111111111111",
"LogType": "THREAT",
"Subtype": "wildfire",
"TimeGenerated": "2025-05-20T06:59:14.000000Z",
"SourceAddress": "1.1.1.1",
"DestinationAddress": "2.2.2.2",
"NATSource": "",
"NATDestination": "",
"Rule": "Active Directory",
"SourceUser": "john.doe@example.org",
"DestinationUser": null,
"Application": "ms-ds-smbv3",
"VirtualLocation": "vsys1",
"FromZone": "SDWAN-VWIRE",
"ToZone": "SDWAN-VWIRE",
"InboundInterface": "ethernet1/9",
"OutboundInterface": "ethernet1/10",
"SessionID": 1111111,
"RepeatCount": 1,
"SourcePort": 51240,
"DestinationPort": 445,
"NATSourcePort": 0,
"NATDestinationPort": 0,
"Protocol": "tcp",
"Action": "allow",
"FileName": "add-helpdesk-localadmins.vbs",
"ThreatID": "VBScript File(52205)",
"VendorSeverity": "Informational",
"DirectionOfAttack": "server to client",
"SequenceNo": 7490912032519653792,
"SourceLocation": "Azure-EU-WEST-CBS-BELLEM",
"DestinationLocation": "US",
"FileHash": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
"ApplianceOrCloud": "eu.wildfire.paloaltonetworks.example.com",
"URLCounter": 0,
"FileType": "script",
"SenderEmail": null,
"EmailSubject": null,
"RecipientEmail": null,
"DeviceName": "DC-FRMPL-F2",
"ThreatCategory": "unknown",
"ContentVersion": "0",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"HTTP2Connection": 0,
"SourceDeviceOSFamily": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"DomainEDL": null,
"PartialHash": 0,
"TimeGeneratedHighResolution": "2025-05-20T06:59:15.165000Z",
"ApplicationCategory": "business-systems",
"ApplicationContainer": "ms-ds-smb",
"ApplicationSubcategory": "storage-backup",
"IsPacketCapture": false,
"Users": "john.doe@example.org",
"TunneledApplication": "untunneled",
"ThreatNameFirewall": "VBScript File"
}
1,2026/02/20 19:06:10,111111111111,THREAT,virus,2817,2026/02/20 19:05:53,192.0.2.4,198.51.100.8,203.0.113.1,203.0.113.5,USERS-WIFI,,,web-browsing,vsys1,ES-WIFI,Internet,ethernet1/3.32,ethernet1/7,default,2026/02/20 19:05:56,111288,1,59825,80,16013,80,0x402000,tcp,reset-server,"chromelevator.bin",trojan/Win32.marte.tt(761892252),any,medium,server-to-client,7596009052954502110,0x8000000000000000,10.0.0.0-10.255.255.255,Netherlands,,,0,,,1,,,,,,,,0,21,25,0,0,,FW-AA-BBB,,,,,0,,0,,N/A,pe,Antivirus-5468-5995,0x0,0,4294967295,,,72cc2298-083d-4e8c-80ed-2735621e4313,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2026-02-20T19:05:56.585+01:00,,justification_sample,,internet-utility,general-internet,browser-based,4,"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use",,web-browsing,no,no,,,NonProxyTraffic
1,2026/03/02 09:27:13,012345678901,THREAT,wildfire,2818,2026/03/02 09:27:13,1.1.1.1,2.2.2.2,3.3.3.3,2.2.2.2,Allow-Outbound-Web,EXAMPLE\jdoe,,web-browsing,vsys1,Zone-Trust,Zone-Untrust,ae4.119,ethernet1/4,Default-LogFwd,2026/03/02 09:27:13,111111,1,61838,80,8270,80,0x402000,tcp,allow,"vcomp140_app.dll",Windows Dynamic Link Library (DLL)(52019),benign,informational,server-to-client,1234567890123456789,0x0,10.0.0.0-10.255.255.255,New Caledonia
: 1,2023/08/01 04:03:24,026701002348,SYSTEM,general,2816,2023/08/01 04:03:24,,general,,0,0,general,informational,"Request made to server ""server_test.com"" is successful . ",7261972653022396272,0x8000000000000000,0,0,0,0,,test-01,0,0,2023-08-01T04:03:24.705+02:00
{
"Action": "allow",
"ActionSource": "from-policy",
"Application": "incomplete",
"Bytes": 74,
"BytesReceived": 0,
"BytesSent": 74,
"ChunksReceived": 0,
"ChunksSent": 0,
"ChunksTotal": 0,
"ConfigVersion": "10.1",
"ContainerID": null,
"ContainerName": null,
"ContainerNameSpace": null,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DestinationAddress": "4.4.4.4",
"DestinationDeviceCategory": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"DestinationDeviceModel": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceProfile": null,
"DestinationDeviceVendor": null,
"DestinationDynamicAddressGroup": null,
"DestinationEDL": null,
"DestinationLocation": "US",
"DestinationPort": 443,
"DestinationUUID": null,
"DestinationUser": null,
"DeviceName": "EXAMPLE",
"DeviceSN": "007954000351998",
"DynamicUserGroupName": null,
"EndpointAssociationID": 0,
"EndpointSerialNumber": null,
"FromZone": "untrusted",
"GPHostID": null,
"HASessionOwner": null,
"HTTP2Connection": 0,
"IMEI": null,
"IMSI": 0,
"InboundInterface": "ethernet1/1",
"LinkChangeCount": 0,
"LinkSwitches": null,
"LogSetting": "default",
"LogType": "TRAFFIC",
"NATDestination": "",
"NATDestinationPort": 0,
"NATSource": "",
"NATSourcePort": 0,
"NSSAINetworkSliceDifferentiator": null,
"NSSAINetworkSliceType": null,
"OutboundInterface": "ethernet1/1",
"PacketsReceived": 0,
"PacketsSent": 1,
"PacketsTotal": 1,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Protocol": "tcp",
"RepeatCount": 1,
"Rule": "intrazone-default",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"SDWANCluster": null,
"SDWANClusterType": null,
"SDWANDeviceType": null,
"SDWANPolicyName": null,
"SDWANSite": null,
"SequenceNo": 7195838274152187101,
"SessionDuration": 0,
"SessionEndReason": "aged-out",
"SessionID": 11111,
"SessionStartTime": "2023-02-03T16:46:00.000000Z",
"SourceAddress": "1.1.1.1",
"SourceDeviceCategory": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"SourceDeviceModel": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceProfile": null,
"SourceDeviceVendor": null,
"SourceDynamicAddressGroup": null,
"SourceEDL": null,
"SourceLocation": "2.2.2.2-3.3.3.3",
"SourcePort": 59087,
"SourceUUID": null,
"SourceUser": null,
"Subtype": "end",
"TimeGenerated": "2023-02-03T16:46:07.000000Z",
"TimeGeneratedHighResolution": "2023-02-03T16:46:07.584000Z",
"TimeReceived": "2023-02-03T16:46:14.000000Z",
"ToZone": "untrusted",
"Tunnel": "N/A",
"URLCategory": "any",
"VirtualLocation": "vsys1",
"VirtualSystemName": "",
"X-Forwarded-ForIP": null
}
{
"Action": "allow",
"ActionSource": "from-policy",
"Application": "incomplete",
"Bytes": 74,
"BytesReceived": 0,
"BytesSent": 74,
"ChunksReceived": 0,
"ChunksSent": 0,
"ChunksTotal": 0,
"ConfigVersion": "10.1",
"ContainerID": null,
"ContainerName": null,
"ContainerNameSpace": null,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"DestinationAddress": "4.4.4.4",
"DestinationDeviceCategory": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"DestinationDeviceModel": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceProfile": null,
"DestinationDeviceVendor": null,
"DestinationDynamicAddressGroup": null,
"DestinationEDL": null,
"DestinationLocation": "US",
"DestinationPort": 443,
"DestinationUUID": null,
"DestinationUser": null,
"DeviceName": "EXAMPLE",
"DeviceSN": "007954000351998",
"DynamicUserGroupName": null,
"EndpointAssociationID": 0,
"EndpointSerialNumber": null,
"FromZone": "untrusted",
"GPHostID": null,
"HASessionOwner": null,
"HTTP2Connection": 0,
"IMEI": null,
"IMSI": 0,
"InboundInterface": "ethernet1/1",
"LinkChangeCount": 0,
"LinkSwitches": null,
"LogSetting": "default",
"LogType": "TRAFFIC",
"NATDestination": "",
"NATDestinationPort": 0,
"NATSource": "",
"NATSourcePort": 0,
"NSSAINetworkSliceDifferentiator": null,
"NSSAINetworkSliceType": null,
"OutboundInterface": "ethernet1/1",
"PacketsReceived": 0,
"PacketsSent": 1,
"PacketsTotal": 1,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Protocol": "tcp",
"RepeatCount": 1,
"Rule": "intrazone-default",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"SDWANCluster": null,
"SDWANClusterType": null,
"SDWANDeviceType": null,
"SDWANPolicyName": null,
"SDWANSite": null,
"SequenceNo": 7195838274152187100,
"SessionDuration": 0,
"SessionEndReason": "aged-out",
"SessionID": 11111,
"SessionStartTime": "2023-02-03T16:45:44.000000Z",
"SourceAddress": "1.1.1.1",
"SourceDeviceCategory": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"SourceDeviceModel": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceProfile": null,
"SourceDeviceVendor": null,
"SourceDynamicAddressGroup": null,
"SourceEDL": null,
"SourceLocation": "2.2.2.2-3.3.3.3",
"SourcePort": 59087,
"SourceUUID": null,
"SourceUser": null,
"Subtype": "end",
"TimeGenerated": "2023-02-03T16:45:52.000000Z",
"TimeGeneratedHighResolution": "2023-02-03T16:45:52.582000Z",
"TimeReceived": "2023-02-03T16:45:56.000000Z",
"ToZone": "untrusted",
"Tunnel": "N/A",
"URLCategory": "any",
"VirtualLocation": "vsys1",
"VirtualSystemName": "",
"X-Forwarded-ForIP": null
}
{
"TimeReceived": "2025-01-28T17:00:36.000000Z",
"DeviceSN": "007057000103158",
"LogType": "TRAFFIC",
"Subtype": "start",
"ConfigVersion": "11.1",
"TimeGenerated": "2025-01-28T17:01:01.000000Z",
"SourceAddress": "1.1.1.1",
"DestinationAddress": "2.2.2.2",
"NATSource": "",
"NATDestination": "",
"Rule": "intrazone-default",
"SourceUser": null,
"DestinationUser": null,
"Application": "paloalto-updates",
"FromZone": "OUTSIDE",
"ToZone": "OUTSIDE",
"InboundInterface": "ethernet1/1",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Panorama_CDL",
"SessionID": 111111,
"RepeatCount": 1,
"SourcePort": 45483,
"DestinationPort": 443,
"NATSourcePort": 0,
"NATDestinationPort": 0,
"Protocol": "tcp",
"Action": "allow",
"Bytes": 797,
"BytesSent": 723,
"BytesReceived": 74,
"PacketsTotal": 4,
"SessionStartTime": "2025-01-28T17:01:02.000000Z",
"SessionDuration": 0,
"URLCategory": "computer-and-internet-info",
"SourceLocation": "TEST_INFRA",
"DestinationLocation": "US",
"PacketsSent": 3,
"PacketsReceived": 1,
"SessionEndReason": "n-a",
"DeviceName": "PC-01",
"ActionSource": "from-policy",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"SourceEDL": null,
"DestinationEDL": null,
"TimeGeneratedHighResolution": "2025-01-28T17:01:02.738000Z",
"DestinationUserName": null,
"SourceUserDomain": null,
"Users": "1.1.1.1",
"IsPacketCapture": false,
"IsPhishing": false
}
{
"LogTime": "2023-02-16T15:50:25.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "general",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:50:14.000000Z",
"VirtualLocation": "",
"EventName": "general",
"EventComponent": null,
"VendorSeverity": "Informational",
"EventDescription": "Content update job succeeded for user admin",
"SequenceNo": 7200776623254143155,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:50:14.343000Z"
}
{
"LogTime": "2023-02-16T15:49:49.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "general",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:49:34.000000Z",
"VirtualLocation": "",
"EventName": "general",
"EventComponent": null,
"VendorSeverity": "Informational",
"EventDescription": "Content package upgraded from version 8671-7826 to 8676-7858 by admin",
"SequenceNo": 7200776623254143153,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:49:34.604000Z"
}
{
"LogTime": "2023-02-16T15:41:25.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "auth",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:41:18.000000Z",
"VirtualLocation": null,
"EventName": "auth-success",
"EventComponent": "",
"VendorSeverity": "Informational",
"EventDescription": "authenticated for user 'admin'. From: 1.1.1.1.",
"SequenceNo": 7200776623254143115,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:41:18.813000Z"
}
1,2024/01/12 11:23:33,01545100000000,USERID,login,2222,2024/01/12 11:23:33,vsys1,1.1.1.1,example.net\JDOE,,0,1,10888,0,0,vpn-client,globalprotect,555555555555555555555555,0x8000000000000000,0,0,0,0,,test-01,1,,2024/01/12 11:23:33,1,0x80000000,dtest,,2024-01-12T11:23:33.907+01:00
1,2025/08/06 15:11:22,016301005120,SYSTEM,auth,2817,2025/08/06 15:11:23,,auth-success,Auth_Seq_RAH,0,0,general,informational,"Kerberos SSO authenticated for user 'johndoe'. realm 'RXX-R.XXXX', auth profile 'Auth_Seq_RAL', vsys 'shared',",7512418093042533211,0x0,0,0,0,0,,HOST_01,0,0,2025-08-06T15:11:23.221+02:00
1,2026/04/28 13:38:24,111111111111111,SYSTEM,auth,2817,2026/04/28 13:38:25,,auth-success,Auth_Seq_NAME,0,0,general,informational,"Kerberos SSO authenticated for user 'test01@DOMAIN'. realm 'DOMAIN', auth profile 'Auth_Seq_NAME', vsys 'shared',",1234567890123456789,0x0,0,0,0,0,,HOSTNAME,0,0,2026-04-28T13:38:25.366+02:00
{
"LogTime": "2023-02-16T15:41:25.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "general",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T15:41:18.000000Z",
"VirtualLocation": "",
"EventName": "general",
"EventComponent": null,
"VendorSeverity": "Informational",
"EventDescription": "User admin logged in via Web from 1.1.1.1 using https",
"SequenceNo": 7200776623254143116,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T15:41:18.825000Z"
}
{
"LogTime": "2023-02-16T17:45:55.000000Z",
"LogSourceID": "007954000351998",
"LogType": "SYSTEM",
"Subtype": "fb",
"ConfigVersion": "10.1",
"EventTime": "2023-02-16T17:45:43.000000Z",
"VirtualLocation": null,
"EventName": "wildfire-conn-failed",
"EventComponent": "",
"VendorSeverity": "Informational",
"EventDescription": "Failed to perform task resulting in connection timeout with WildFire Cloud wildfire.paloaltonetworks.example.com",
"SequenceNo": 7200776623254143341,
"DGHierarchyLevel1": 0,
"DGHierarchyLevel2": 0,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": null,
"LogSourceName": "EXAMPLE",
"DeviceGroup": null,
"Template": null,
"TimeGeneratedHighResolution": "2023-02-16T17:45:43.111000Z"
}
1,2024/03/12 15:02:32,016401004874,THREAT,url,2816,2024/03/12 15:02:32,3.3.3.3,7.7.7.7,1.1.1.1,1.1.1.1,rule-internet,x-fwd-for: 6.6.6.6,,web-browsing,vsys,env,zone2,a1.1,aec.2,default,2024/03/12 15:02:32,1111111,1,49802,80,0,0,0x8b000,tcp,alert,"www.example.com:443/catalog/integrations?query=this",(9999),any,informational,client-to-server,7324220311048193508,0x0,11.1.1.1-8.8.8.8,2.2.2.2-5.5.5.5,,,0,,,10,Mozilla/4.0 (compatible; ms-office; MSOffice 16),,"6.6.6.6",,,,,0,0,0,0,0,VSYS,FW,,,,get,0,,0,,N/A,N/A,AppThreat-0-0,0x0,0,4294967295,,"Sekoia,cybertech,low-risk",11111111-1111-1111-1111-111111111111,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-03-12T15:02:32.650+01:00,,,,internet-utility,general-internet,browser-based,4,"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use",,web-browsing,no,no,,,NonProxyTraffic
CEF:0|Palo Alto Networks|LF|2.0|THREAT|spyware|1|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:48:21 deviceExternalId=REDACTED start=Mar 01 2021 20:48:16 PanOSApplicationCategory=general-internet PanOSApplicationContainer=sina-weibo PanOSApplicationRisk=4 PanOSApplicationSubcategory=social-networking PanOSApplicationTechnology=browser-based PanOSCaptivePortal=false PanOSCloudHostname=REDACTED PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=paloaltonetwork duser=REDACTED duid= PanOSHTTPMethod=get PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=true PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=true PanOSIsSystemReturn=true PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=13884 PanOSOutboundInterfaceDetailsPort=0 PanOSOutboundInterfaceDetailsSlot=0 PanOSOutboundInterfaceDetailsType=unknown PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSPayloadProtocolID=-1 PanOSSanctionedStateOfApp=false PanOSSeverity=Informational PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=paloaltonetwork suser=REDACTED suid= cat=27379 PanOSThreatNameFirewall=27379 PanOSTunneledApplication=tunneled-app PanOSURLDomain= PanOSUsers=example\\REDACTED PanOSVerdict= PanOSVirtualSystemID=1 c6a2=fe80:110:8897:efab:9202:b3ff:fe1e:8329 c6a2Label=Source IPv6 Address c6a3=fe80:110:8897:efab:9202:b3ff:fe1e:8329 c6a3Label=Destination IPv6 Address sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=deny-attackers cs1Label=Rule suser0=example\\REDACTED duser0=example\\REDACTED app=sina-weibo-base cs3=vsys1 cs3Label=VirtualLocation cs4=datacenter cs4Label=FromZone cs5=ethernet4Zone-test4 cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=unknown cs6=rs-logging cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=13884 dpt=4228 sourceTranslatedPort=30116 destinationTranslatedPort=20966 proto=tcp act=drop-all request=some other fake filename PanOSThreatID=27379(27379) flexString2=server to client flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=LY PanOSDestinationLocation=BR fileId=0 PanOSFileHash= PanOSApplianceOrCloud= PanOSURLCounter=0 PanOSFileType= PanOSSenderEmail= PanOSEmailSubject= PanOSRecipientEmail= PanOSReportID=0 PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSThreatCategory=unknown PanOSContentVersion=50059 PanOSSigFlags=0x0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory=X-Phone PanOSSourceDeviceProfile=x-profile PanOSSourceDeviceModel=Note 4G PanOSSourceDeviceVendor=Lenovo PanOSSourceDeviceOSFamily=K6 PanOSSourceDeviceOSVersion=Android v9 PanOSSourceDeviceHost=pan-505 PanOSSourceDeviceMac=596703749274 PanOSDestinationDeviceCategory=X-Phone PanOSDestinationDeviceProfile=x-profile PanOSDestinationDeviceModel=MI PanOSDestinationDeviceVendor=Xiaomi PanOSDestinationDeviceOSFamily=A1 PanOSDestinationDeviceOSVersion=Android v9.1 PanOSDestinationDeviceHost=pan-622 PanOSDestinationDeviceMac=620797415366 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSDomainEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSPartialHash=0 PanOSTimeGeneratedHighResolution=Mar 01 2021 20:48:16 PanOSNSSAINetworkSliceType=dc
1,2021/08/31 14:00:02,001701000000,THREAT,vulnerability,2049,2021/08/31 14:00:02,3.3.3.3,2.2.2.2,1.1.1.1,1.1.1.1,abcd,,,web-browsing,vsys,env,zone2,a1.1,aec.2,podl,2021/08/31 14:00:02,111111,2,12345,80,0,0,0x2000,tcp,alert,"EXAMPLE.PDF",PDF Exploit Evasion Found(34805),any,informational,server-to-client,1320000,0x2000000000000000,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,,0,,,1,,,,,,,,0,0,0,0,0,,FW,,,,,0,,0,,N/A,code-execution,AppThreat-0000-1111,0x0,0,422342342,
CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|dtz=UTC rt=Jul 31 2022 12:46:24 deviceExternalId=000000000000 PanOSConfigVersion=10.1 start=Jul 31 2022 12:46:07 src=3.3.3.3 dst=2.2.2.2 sourceTranslatedAddress=5.5.5.5 destinationTranslatedAddress=4.4.4.4 cs1=SO Access cs1Label=Rule suser= duser= app=outlook-web-online cs3=vsys1 cs3Label=VirtualLocation cs4=Trust cs4Label=FromZone cs5=Untrust cs5Label=ToZone deviceInboundInterface=ethernet1/10 deviceOutboundInterface=ethernet1/11 cs6=Panorama_LOF cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=52066 dpt=443 sourceTranslatedPort=47252 destinationTranslatedPort=443 proto=tcp act=allow PanOSBytes=12503 out=5651 in=6852 cn2=24 cn2Label=PacketsTotal PanOSSessionStartTime=Jul 31 2022 12:43:06 cn3=178 cn3Label=SessionDuration cs2=computer-and-internet-info cs2Label=URLCategory externalId=1111111111111111111 PanOSSourceLocation=1.1.1.1-6.6.6.6 PanOSDestinationLocation=UK PanOSPacketsSent=13 PanOSPacketsReceived=11 reason=tcp-fin PanOSDGHierarchyLevel1=997 PanOSDGHierarchyLevel2=738 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cat=from-policy PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSEndpointAssociationID=0 PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID= PanOSEndpointSerialNumber= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner= PanOSTimeGeneratedHighResolution=Jul 31 2022 12:46:07 PanOSNSSAINetworkSliceType= PanOSNSSAINetworkSliceDifferentiator=
CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|dtz=UTC rt=Aug 02 2022 06:42:20 deviceExternalId=no-serial PanOSConfigVersion=10.0 start=Aug 02 2022 06:42:01 src= dst=2.2.2.2 sourceTranslatedAddress=2.2.2.2 destinationTranslatedAddress=2.2.2.2 cs1=Global_Outbound_internet_access cs1Label=Rule suser=user.name@example.com duser= app=ssl cs3=vsys1 cs3Label=VirtualLocation cs4=trust cs4Label=FromZone cs5=untrust cs5Label=ToZone deviceInboundInterface=tunnel.1 deviceOutboundInterface=ethernet1/1 cs6=default cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=63516 dpt=443 sourceTranslatedPort=43823 destinationTranslatedPort=443 proto=tcp act=allow PanOSBytes=13443 out=2755 in=10688 cn2=32 cn2Label=PacketsTotal PanOSSessionStartTime=Aug 02 2022 06:41:44 cn3=0 cn3Label=SessionDuration cs2=low-risk cs2Label=URLCategory externalId=1112030318 PanOSSourceLocation=2.2.2.2-3.3.3.3 PanOSDestinationLocation=EU PanOSPacketsSent=13 PanOSPacketsReceived=19 reason=tcp-fin PanOSDGHierarchyLevel1=463 PanOSDGHierarchyLevel2=467 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cat=from-policy PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSEndpointAssociationID=0 PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID= PanOSEndpointSerialNumber= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner= PanOSTimeGeneratedHighResolution=Aug 02 2022 06:42:02 PanOSNSSAINetworkSliceType= PanOSNSSAINetworkSliceDifferentiator=
CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|ProfileToken=REDACTED dtz=UTC rt=Feb 27 2021 20:16:21 deviceExternalId=REDACTED PanOSApplicationContainer= PanOSApplicationRisk=5 PanOSApplicationSubcategory=file-sharing PanOSApplicationTechnology=peer-to-peer PanOSCaptivePortal=false PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=paloaltonetwork duser=REDACTED duid= PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=false PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDecryptedLog=false PanOSIsDecryptedPayloadForward=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsInspectionBeforeSession=true PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=false PanOSIsSystemReturn=false PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=0 PanOSOutboundInterfaceDetailsPort=0 PanOSOutboundInterfaceDetailsSlot=0 PanOSOutboundInterfaceDetailsType=unknown PanOSOutboundInterfaceDetailsUnit=0 PanOSSDWANFECRatio=0.0 PanOSSanctionedStateOfApp=false PanOSSessionOwnerMidx=false PanOSSessionTracker=16 PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED suser=REDACTED suid= PanOSTunneledApplication=tunneled-app PanOSUsers=REDACTED\\REDACTED PanOSVirtualSystemID=1 PanOSApplicationCategory=peer2peer PanOSConfigVersion=10.0 start=Feb 27 2021 20:16:17 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=deny-attackers cs1Label=Rule suser0=REDACTED\\REDACTED duser0=example\\REDACTED app=fileguri cs3=vsys1 cs3Label=VirtualLocation cs4=untrust cs4Label=FromZone cs5=ethernet4Zone-test1 cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=unknown cs6=rs-logging cs6Label=LogSetting cn1=11111 cn1Label=SessionID cnt=1 spt=22871 dpt=27092 sourceTranslatedPort=24429 destinationTranslatedPort=14744 proto=tcp act=deny PanOSBytes=1370294 out=400448 in=969846 cn2=314 cn2Label=PacketsTotal PanOSSessionStartTime=Feb 27 2021 20:15:48 cn3=56 cn3Label=SessionDuration cs2=custom-category cs2Label=URLCategory externalId=REDACTED PanOSSourceLocation=east-coast PanOSDestinationLocation=BR PanOSPacketsSent=194 PanOSPacketsReceived=120 reason=unknown PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED cat=unknown PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Feb 27 2021 20:15:40 PanOSTunnel=GRE PanOSEndpointAssociationID=-3746994889972252628 PanOSChunksTotal=1945 PanOSChunksSent=323 PanOSChunksReceived=1622 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=469139 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName=dynug-4 PanOSX-Forwarded-ForIP=1.1.1.1 PanOSSourceDeviceCategory=N-Phone PanOSSourceDeviceProfile=n-profile PanOSSourceDeviceModel=Nexus PanOSSourceDeviceVendor=Google PanOSSourceDeviceOSFamily=LG-H790 PanOSSourceDeviceOSVersion=Android v6 PanOSSourceDeviceHost=pan-301 PanOSSourceDeviceMac=839147449905 PanOSDestinationDeviceCategory=N-Phone PanOSDestinationDeviceProfile=n-profile PanOSDestinationDeviceModel=Nexus PanOSDestinationDeviceVendor=Google PanOSDestinationDeviceOSFamily=H1511 PanOSDestinationDeviceOSVersion=Android v7 PanOSDestinationDeviceHost=pan-355 PanOSDestinationDeviceMac=530589561221 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSContainerName=pan-dp-77754f4 PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSSourceDynamicAddressGroup= aqua_dag PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner=session_owner-4 PanOSTimeGeneratedHighResolution=Feb 27 2021 20:16:18 PanOSNSSAINetworkSliceType=0 PanOSNSSAINetworkSliceDifferentiator=1bca5
1,2024/01/03 13:15:29,026701002040,TRAFFIC,end,2816,2024/01/03 13:15:29,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,MyRule,,,ssl,vsys1,Z_DMZ_PROXY,Z_INTERCO_WAN,ethernet1/22.301,ethernet1/3.104,Log Profile,2024/01/03 13:15:29,111111,1,60975,443,0,0,0x41c,tcp,allow,5773,758,5015,14,2024/01/03 13:15:14,0,not-resolved,,7312415129244589397,0x0,11.1.1.1-5.5.5.5,United States,,7,7,tcp-fin,0,0,0,0,,PA2314-CD,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2024-01-03T13:15:30.547+01:00,,,encrypted-tunnel,networking,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,ssl,no,no,0,NonProxyTraffic,
<14>Sep 16 10:00:00 PA 1,9/16/19 10:00,1801017000,TRAFFIC,deny,2049,9/16/19 10:00,1.1.1.1,4.4.4.4,5.5.5.5,3.3.3.3,DENYALL,,,protection,vsys1,DNS,AAAAA,ae2.503,ethernet1/1,Secure,9/16/19 10:00,11111,1,130000,53,6379,53,0x400000,udp,reset-both,284,284,0,1,9/16/19 10:00,0,any,0,50660381851,0x0,2.2.2.2-6.6.6.6,Spain,0,1,0,policy-deny,0,0,0,0,,PA-1,from-application,,,0,,0,,N/A,0,0,0,0
CEF:0|Palo Alto Networks|LF|2.0|THREAT|url|1|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:48:21 deviceExternalId=REDACTED PanOSApplicationCategory=database PanOSApplicationContainer= PanOSApplicationRisk=2 PanOSApplicationSubcategory=database PanOSApplicationTechnology=client-server PanOSCaptivePortal=false PanOSCloudHostname=REDACTED PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=REDACTED duser=REDACTED duid= PanOSHTTPRefererFQDN= PanOSHTTPRefererPort= PanOSHTTPRefererProtocol= PanOSHTTPRefererURLPath= PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=true PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=true PanOSIsSystemReturn=true PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=32350 PanOSOutboundInterfaceDetailsPort=2 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSSanctionedStateofApp=false PanOSSeverity=Informational PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED suser=REDACTED suid= PanOSTunneledApplication=untunneled PanOSURLDomain=?% PanOSUsers=REDACTED\\REDACTED PanOSVirtualSystemID=1 PanOSConfigVersion=10.0 start=Mar 01 2021 20:48:16 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=allow-business-apps cs1Label=Rule suser0=REDACTED\\REDACTED duser0=REDACTED\\REDACTED app=maxdb cs3=vsys1 cs3Label=VirtualLocation cs4=ethernet4Zone-test4 cs4Label=FromZone cs5=untrust cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=ethernet1/2 cs6=rs-logging cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=32350 dpt=1532 sourceTranslatedPort=26236 destinationTranslatedPort=12016 proto=tcp act=block-url request=?% cs2=sports cs2Label=URLCategory flexString2=server to client flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=west-coast PanOSDestinationLocation=PK requestContext=application/jpeg fileId=0 PanOSURLCounter=1 requestClientApplication= PanOSX-Forwarded-For= PanOSReferer= PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSSourceUUID= PanOSDestinationUUID= requestMethod=post PanOSIMSI=1 PanOSIMEI=Navy Base PanOSParentSessionID=8802 PanOSParentStarttime=Mar 01 2021 20:48:10 PanOSTunnel=VXLAN PanOSInlineMLVerdict=overflow PanOSContentVersion=50222 PanOSSigFlags=2 PanOSHTTPHeaders= PanOSURLCategoryList=sports,​11008,​38340 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=8802 PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory=L-Phone PanOSSourceDeviceProfile=l-profile PanOSSourceDeviceModel=Note 4G PanOSSourceDeviceVendor=Lenovo PanOSSourceDeviceOSFamily=K6 PanOSSourceDeviceOSVersion=Android v9 PanOSSourceDeviceHost=pan-505 PanOSSourceDeviceMac=596703749274 PanOSDestinationDeviceCategory=L-Phone PanOSDestinationDeviceProfile=l-profile PanOSDestinationDeviceModel=Note XT PanOSDestinationDeviceVendor=Lenovo PanOSDestinationDeviceOSFamily=K8 PanOSDestinationDeviceOSVersion=Android v8 PanOSDestinationDeviceHost=pan-506 PanOSDestinationDeviceMac=150083646537 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSContainerName=pan-dp-77754f4 PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSSourceDynamicAddressGroup= blue_dag PanOSDestinationDynamicAddressGroup= PanOSTimeGeneratedHighResolution=Mar 01 2021 20:48:16 PanOSNSSAINetworkSliceType=b5
CEF:0|Palo Alto Networks|LF|2.0|USERID|logout|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:06:02 deviceExternalId=REDACTED PanOSConfigVersion= dntdom=paloaltonetwork duser=REDACTED duid= PanOSCortexDataLakeTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsDuplicateUser= PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSUserGroupFound= start=Mar 01 2021 21:06:02 cs3=vsys1 cs3Label=VirtualLocation src=1.1.1.1 dst=1.1.1.1 duser0=paloaltonetworks\\REDACTED cs4=fake-data-source-169 cs4Label=MappingDataSourceName cat=0 cnt=1 cn3=3531 cn3Label=MappingTimeout spt=21015 dpt=49760 cs5=probing cs5Label=MappingDataSource cs6=netbios_probing cs6Label=MappingDataSourceType externalId=REDACTED PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID cs1=REDACTED cs1Label=MFAFactorType end=Jul 09 2019 18:15:44 cn1=3 cn1Label=AuthFactorNo PanOSUGFlags=0x100 PanOSUserIdentifiedBySource=REDACTED PanOSTag= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12
{
"TimeReceived": "2023-05-30T06:54:42.000000Z",
"DeviceSN": "111111111111",
"LogType": "THREAT",
"Subtype": "wildfire",
"ConfigVersion": "10.1",
"TimeGenerated": "2023-05-30T06:52:13.000000Z",
"SourceAddress": "3.3.3.3",
"DestinationAddress": "2.2.2.2",
"NATSource": "5.5.5.5",
"NATDestination": "4.4.4.4",
"Rule": "Normal Internet Access browser",
"SourceUser": "john.doe@example.org",
"DestinationUser": null,
"Application": "web-browsing",
"VirtualLocation": "vsys1",
"FromZone": "Trust",
"ToZone": "Untrust",
"InboundInterface": "ethernet1/20",
"OutboundInterface": "ethernet1/1",
"LogSetting": "Panorama_CDL",
"SessionID": 111111,
"RepeatCount": 1,
"SourcePort": 55555,
"DestinationPort": 80,
"NATSourcePort": 40114,
"NATDestinationPort": 80,
"Protocol": "tcp",
"Action": "block",
"FileName": "mp3.exe",
"ThreatID": "Windows Executable (EXE)(52020)",
"VendorSeverity": "Informational",
"DirectionOfAttack": "server to client",
"SequenceNo": 7117268851537282868,
"SourceLocation": "1.1.1.1-6.6.6.6",
"DestinationLocation": "CN",
"PacketID": 0,
"FileHash": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc",
"ApplianceOrCloud": "wildfire.paloaltonetworks.example.com\u0000",
"URLCounter": 1,
"FileType": "pe",
"SenderEmail": null,
"EmailSubject": null,
"RecipientEmail": null,
"ReportID": 33333333333,
"DGHierarchyLevel1": 997,
"DGHierarchyLevel2": 738,
"DGHierarchyLevel3": 0,
"DGHierarchyLevel4": 0,
"VirtualSystemName": "",
"DeviceName": "MyDevice",
"SourceUUID": null,
"DestinationUUID": null,
"IMSI": 0,
"IMEI": null,
"ParentSessionID": 0,
"ParentStarttime": "1970-01-01T00:00:00.000000Z",
"Tunnel": "N/A",
"ThreatCategory": "unknown",
"ContentVersion": "0",
"SigFlags": "0x0",
"RuleUUID": "11111111-1111-1111-1111-111111111111",
"HTTP2Connection": 0,
"DynamicUserGroupName": null,
"X-Forwarded-ForIP": null,
"SourceDeviceCategory": null,
"SourceDeviceProfile": null,
"SourceDeviceModel": null,
"SourceDeviceVendor": null,
"SourceDeviceOSFamily": null,
"SourceDeviceOSVersion": null,
"SourceDeviceHost": null,
"SourceDeviceMac": null,
"DestinationDeviceCategory": null,
"DestinationDeviceProfile": null,
"DestinationDeviceModel": null,
"DestinationDeviceVendor": null,
"DestinationDeviceOSFamily": null,
"DestinationDeviceOSVersion": null,
"DestinationDeviceHost": null,
"DestinationDeviceMac": null,
"ContainerID": null,
"ContainerNameSpace": null,
"ContainerName": null,
"SourceEDL": null,
"DestinationEDL": null,
"HostID": null,
"EndpointSerialNumber": "REDACTED",
"DomainEDL": null,
"SourceDynamicAddressGroup": null,
"DestinationDynamicAddressGroup": null,
"PartialHash": 0,
"TimeGeneratedHighResolution": "2023-05-30T06:52:14.052000Z",
"NSSAINetworkSliceType": null
}
Detection section
The following section provides information for those who wish to learn more about the detection capabilities enabled by collecting this intake. It includes details about the built-in rule catalog, event categories, and ECS fields extracted from raw events. This is essential for users aiming to create custom detection rules, perform hunting activities, or pivot in the events page.
Related Built-in Rules
The following Sekoia.io built-in rules match the intake Palo Alto NGFW. 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 Palo Alto NGFW on ATT&CK Navigator
ACLight Discovering Privileged Accounts
Detects use of ACLight tool. This tool aims to discover privileged accounts by scanning the network.
- Effort: advanced
AMSI Deactivation Using Registry Key
The rule detects attempts to deactivate/disable the AMSI provider by deleting the associated registry key.
- Effort: master
AccCheckConsole Executing Dll
Detects suspicious LOLBIN AccCheckConsole execution with parameters as used to load an arbitrary DLL.
- Effort: advanced
Account Added To A Security Enabled Group
Detection in order to investigate who has added a specific Domain User in Domain Admins or Group Policy Creator Owners (Security event 4728)
- Effort: master
Account Removed From A Security Enabled Group
Detection in order to investigate who has removed a specific Domain User in Domain Admins or Group Policy Creator Owners (Security event 4729)
- Effort: master
Active Directory Data Export Using Csvde
Detects the use of Csvde, a command-line tool from Windows Server that can be used to export Active Directory data to CSV files. This export doesn't include password hashes, but can be used as a discovery tool to enumerate users, machines and group memberships.
- Effort: elementary
AdFind Usage
Detects the usage of the AdFind tool. AdFind.exe is a free tool that extracts information from Active Directory. Wizard Spider (Bazar, TrickBot, Ryuk), FIN6 and MAZE operators have used AdFind.exe to collect information about Active Directory organizational units and trust objects
- Effort: elementary
Add User to Privileged Group
Add user in a potential privileged group which can be used to elevate privileges on the system.
- Effort: advanced
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
Adexplorer Usage
Detects the usage of Adexplorer, a legitimate tool from the Sysinternals suite that could be abused by attackers as it can saves snapshots of the Active Directory Database.
- Effort: advanced
Adidnsdump Enumeration
Detects use of the tool adidnsdump for enumeration and discovering DNS records.
- Effort: advanced
Advanced IP Scanner
Detects the use of Advanced IP Scanner. Seems to be a popular tool for ransomware groups.
- Effort: master
AppleScript Password Prompt
Detects when a prompt is displayed to gain credentials. This technique is used by MacOS malware to obtain the user's password.
- Effort: advanced
Attempt to Disable Gatekeeper Execution Control
Detects attempts to disable Gatekeeper through the command line. Gatekeeper is a macOS feature designed to ensure that only trusted, signed software can be executed.
- Effort: elementary
Audio Capture via PowerShell
Detects audio capture via PowerShell Cmdlet
- Effort: intermediate
AutoIt3 Execution From Suspicious Folder
Detects AutoIt3 execution from an unusual/suspicious folder. Legitimate folders are "Program Files" and "AppData\Local". AutoIt3.exe is a legitimate process used to execute AutoIt program files, which are used by legitimate software, custom scripts, but also malware. Finding AutoIt3 execution from unusual/suspicious folder can help detect malware activities, such as DarkGate execution. The detection rule can be tailored to your environment and your use of AutoIt3 by filtering out folder's execution of legitimate applications or scripts.
- Effort: advanced
Autorun Keys Modification
Detects modification of autostart extensibility point (ASEP) in registry. Prerequisites are Logging for Registry events in the Sysmon configuration (events 12 and 13).
- Effort: master
AzureEdge in Command Line
Detects use of azureedge in the command line.
- Effort: advanced
BITSAdmin Download
Detects command to download file using BITSAdmin, a built-in tool in Windows. This technique is used by several threat actors to download scripts or payloads on infected system.
- 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
Bloodhound and Sharphound Tools Usage
Detects default process names and default command line parameters used by Bloodhound and Sharphound tools.
- Effort: intermediate
Blue Mockingbird Malware
Attempts to detect system changes made by Blue Mockingbird
- Effort: elementary
Burp Suite Tool Detected
Burp Suite is a cybersecurity tool. When used as a proxy service, its purpose is to intercept packets and modify them to send them to the server. Burp Collaborator is a network service that Burp Suite uses to help discover many kinds of vulnerabilities (vulnerabilities scanner).
- Effort: intermediate
CMSTP Execution
Detects various indicators of Microsoft Connection Manager Profile Installer execution
- Effort: intermediate
COM Hijack Via Sdclt
Detects changes to 'HKCU\Software\Classes\Folder\shell\open\command\DelegateExecute', to bypass UAC using 'sdclt.exe'.
- Effort: intermediate
CVE-2017-11882 Microsoft Office Equation Editor Vulnerability
Detects the exploitation of CVE-2017-11882 vulnerability. The Microsoft Office Equation Editor has no reason to do a network request or drop an executable file. This requires a sysmon configuration with file and network events.
- Effort: master
CVE-2018-11776 Apache Struts2
Apache Struts versions 2.3 to 2.3.34 and 2.5 to 2.5.16 suffer from possible Remote Code Execution when alwaysSelectFullNamespace is true (either by user or a plugin like Convention Plugin) and then: results are used with no namespace and in same time, its upper package have no or wildcard namespace and similar to results, same possibility when using url tag which doesn't have value and action set and in same time, its upper package have no or wildcard namespace.
- Effort: intermediate
CVE-2019-0604 SharePoint
Detects the exploitation of the SharePoint vulnerability (CVE-2019-0604).
- Effort: advanced
CVE-2020-0688 Microsoft Exchange Server Exploit
Detects the exploitation of CVE-2020-0688. The POC exploit a .NET serialization vulnerability in the Exchange Control Panel (ECP) web page. The vulnerability is due to Microsoft Exchange Server not randomizing the keys on a per-installation basis resulting in them using the same validationKey and decryptionKey values. With knowledge of these, values an attacker can craft a special viewstate to use an OS command to be executed by NT_AUTHORITY\SYSTEM using .NET deserialization. To exploit this vulnerability, an attacker needs to leverage the credentials of an account it had already compromised to authenticate to OWA.
- Effort: elementary
CVE-2020-1147 SharePoint
Detection of SharePoint vulnerability CVE-2020-1147.
- Effort: advanced
CVE-2020-14882 Oracle WebLogic Server
Detects the exploitation of the Oracle WebLogic Server vulnerability (CVE-2020-16952).
- Effort: advanced
CVE-2020-17530 Apache Struts RCE
Detects the exploitation of the Apache Struts RCE vulnerability (CVE-2020-17530).
- Effort: intermediate
CVE-2021-20021 SonicWall Unauthenticated Administrator Access
Detects the exploitation of SonicWall Unauthenticated Admin Access.
- Effort: advanced
CVE-2021-20023 SonicWall Arbitrary File Read
Detects Arbitrary File Read, which can be used with other vulnerabilities as a mean to obtain outputs generated by attackers, or sensitive data.
- Effort: advanced
CVE-2021-21972 VMware vCenter
The vSphere Client (HTML5) contains a remote code execution vulnerability in a vCenter Server plugin. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.x before 7.0 U1c, 6.7 before 6.7 U3l and 6.5 before 6.5 U3n) and VMware Cloud Foundation (4.x before 4.2 and 3.x before 3.10.1.2). POST request on the following PATH "/ui/vropspluginui/rest/services/uploadova". If in response body (500) the words it has "uploadFile", that means the vCenter is available to accept files via POST without any restrictions.
- Effort: intermediate
CVE-2021-21985 VMware vCenter
The VMware vSphere Client (HTML5) contains a remote code execution vulnerability due to lack of input validation in the Virtual SAN Health Check plug-in which is enabled by default in vCenter Server. A malicious actor with network access to port 443 may exploit this issue to execute commands with unrestricted privileges on the underlying operating system that hosts vCenter Server. This affects VMware vCenter Server (7.0 before 7.0 U2b, 6.7 before 6.7 U3n and 6.5 before 6.5 U3p) and VMware Cloud Foundation (4.x before 4.2.1 and 3.x before 3.10.2.1).
- Effort: advanced
CVE-2021-22123 Fortinet FortiWeb OS Command Injection
Detects Fortinet FortiWeb OS Command Injection (August 2021) vulnerability exploitation attempt. A remote, authenticated attacker can execute arbitrary commands on the system hosting a vulnerable FortiWeb WAF by sending a POST request with the command in the name field. At the time of writing this rule, it would appear that the request would respond in code 500 for a successful exploitation attempt.
- Effort: advanced
CVE-2021-22893 Pulse Connect Secure RCE Vulnerability
Detects potential exploitation of the authentication by-pass vulnerability that can allow an unauthenticated user to perform remote arbitrary file execution on the Pulse Connect Secure gateway. It is highly recommended to apply the Pulse Secure mitigations and seach for indicators of compromise on affected servers if you are in doubt over the integrity of your Pulse Connect Secure product.
- Effort: intermediate
CVE-2021-26855 Exchange SSRF
Detects the exploitation of ProyxLogon vulerability on Exchange servers.
- Effort: advanced
CVE-2021-34527 PrintNightmare Suspicious Actions From Spoolsv
Detects suspicious image loads and file creations from the spoolsv process which could be a sign of an attacker trying to exploit the PrintNightmare vulnerability, CVE-2021-34527. A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. This works as well as a Local Privilege escalation vulnerability. To fully work the rule requires to log for Loaded DLLs and File Creations, which can be done respectively using the Sysmon's event IDs 7 and 11.
- Effort: master
Capture a network trace with netsh.exe
Detects capture a network trace via netsh.exe trace functionality
- Effort: advanced
CertOC Loading Dll
Detects when a user installs certificates by using CertOC.exe to loads the target DLL file.
- Effort: intermediate
Certificate Authority Modification
Installation of new certificate(s) in the Certificate Authority can be used to trick user when spoofing website or to add trusted destinations.
- Effort: master
Certify Or Certipy
Detects the use of certify and certipy which are two different tools used to enumerate and abuse Active Directory Certificate Services.
- Effort: advanced
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
Chflags Hidden
Detects the use of the hidden flag by the utility chflags to hide files and directories.
- 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
Cmdkey Cached Credentials Recon
Detects usage of cmdkey to look for cached credentials.
- Effort: intermediate
Cobalt Strike Default Beacons Names
Detects the default names of Cobalt Strike beacons / payloads.
- 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: master
Component Object Model Hijacking
Detects component object model hijacking. An attacker can establish persistence with COM objects.
- Effort: advanced
Compress Data for Exfiltration via Archiver
Detects data compressed by specific tools.
- Effort: master
Compression Followed By Suppression
Detects when a file is compressed and deleted.
- Effort: advanced
Computer Account Deleted
Detects computer account deletion.
- Effort: master
Container Credential Access
Adversaries could abuse containers tools to obtain credential like Kubernetes secret or Kubernetes service account access token
- Effort: intermediate
Control Panel Items
Detects the malicious use of a control panel item
- Effort: advanced
Copy Of Legitimate System32 Executable
A script has copied a System32 executable.
- Effort: intermediate
Copying Browser Files With Credentials
Detects copy of sensitive data (passwords, cookies, credit cards) included in web browsers files.
- Effort: elementary
Copying Sensitive Files With Credential Data
Detects copy of files with well-known filenames (sensitive files with credential data) using esentutl. This requires Windows Security event log with the Detailed File Share logging policy enabled.
- Effort: elementary
Correlation Admin Files Checked On Network Share
Detects requests to multiple admin files on a network share. This could be an attacker performing reconnaissance steps on the system.
- Effort: advanced
Correlation Multi Service Disable
The rule detects a high number of services stopped or de-activated in a short period of time.
- Effort: master
Correlation Netcat Infection Chain
Detect netcat connection to download et execute payload via piped bash
- Effort: elementary
Correlation Potential DNS Tunnel
Detects domain name which is longer than 62 characters and requested at least 50 times in a 10 minutes range time. Long domain names are distinctive of DNS tunnels.
- Effort: advanced
Correlation Priv Esc Via Remote Thread
Detect a process that obtains system privilege via a remote thread
- Effort: intermediate
Correlation Supicious Powershell Drop and Exec
Detects a PowerShell process that download and exec a payload
- Effort: intermediate
Credential Dump Tools Related Files
Detects processes or file names related to credential dumping tools and the dropped files they generate by default.
- Effort: advanced
Credential Harvesting Via Vaultcmd.exe
Detects when the process vaultcmd is used for credential harvesting.
- Effort: advanced
Cron Files Alteration
Cron Files and Cron Directory alteration used by attacker for persistency or privilege escalation. To ensure full performance on this rule, auditbeat intake must be configure with the module file_integrity containing path mentionned in the pattern.
- Effort: advanced
Cryptomining
Detection of domain names potentially related to cryptomining activities.
- Effort: master
DHCP Callout DLL Installation
Detects the installation of a Callout DLL via CalloutDlls and CalloutEnabled parameter in Registry, which can be used to execute code in context of the DHCP server (restart required).
- Effort: intermediate
DNS Exfiltration and Tunneling Tools Execution
Well-known DNS exfiltration tools execution
- Effort: intermediate
DNS Query For Iplookup
Detects dns query of observables tagged as iplookup.
- Effort: master
DNS ServerLevelPluginDll Installation
Detects the installation of a plugin DLL via ServerLevelPluginDll parameter in Windows Registry or in command line, which can be used to execute code in context of the DNS server (restart required). To fully use this rule, prerequesites are logging for Registry events in the Sysmon configuration (events 12, 13 and 14).
- Effort: master
Data Compressed With Rar
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.
- Effort: master
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
Detect requests to Konni C2 servers
This rule detects requests to Konni C2 servers. These patterns come from an analysis done in 2022, September.
- Effort: elementary
Disable .NET ETW Through COMPlus_ETWEnabled
Detects potential adversaries stopping ETW providers recording loaded .NET assemblies. Prerequisites are logging for Registry events or logging command line parameters (both is better). Careful for registry events, if SwiftOnSecurity's SYSMON default configuration is used, you will need to update the configuration to include the .NETFramework registry key path. Same issue with Windows 4657 EventID logging, the registry path must be specified.
- Effort: intermediate
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
Disable Windows Defender Credential Guard
Detects registry keys being changed to disable Windows Defender Credential Guard. The rule requires to log Registry Keys modifications or creations, which can be done using Sysmon Event IDs 12,13 and 14.
- Effort: master
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
Discord Suspicious Download
Discord is a messaging application. It allows users to create their own communities to share messages and attachments. Those attachments have little to no overview and can be downloaded by almost anyone, which has been abused by attackers to host malicious payloads.
- Effort: advanced
Discovery Commands Correlation
Detects some frequent discovery commands used by some ransomware operators.
- Effort: intermediate
Dism Disabling Windows Defender
Detects windows defender disabled by dism.
- Effort: advanced
Docker Escape Bind Mount
Catch Docker escape via mount escape followed by chroot
- Effort: intermediate
Domain Group And Permission Enumeration
Detects adversaries attempts to find domain-level groups and permission settings. Commands such as net group /domain of the Net utility can list domain-level groups The knowledge of domain-level permission groups can help adversaries determine which groups exist and which users belong to a particular group. Adversaries may use this information to determine which users have elevated permissions, such as domain administrators. Wizard Spider, FIN6, and other groups used net in their campaigns.
- Effort: advanced
Domain Trust Created Or Removed
A trust was created or removed to a domain. An attacker could perform that in order to do lateral movement easily between domains or shutdown the ability of two domains to communicate.
- 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
Dscl Authonly
Detects the use of the command dscl with authonly used to verify the password of a user and for authentification. An attacker can abuse this command to gain credentials.
- Effort: advanced
Dynamic DNS Contacted
Detect communication with dynamic dns domain. This kind of domain is often used by attackers. This rule can trigger false positive in non-controlled environment because dynamic dns is not always malicious.
- Effort: master
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: master
ETW Tampering
Detects a command that clears or disables any ETW Trace log which could indicate a logging evasion
- Effort: intermediate
Elevated Msiexec Via Repair Functionality
Detects when msiexec.exe is used with the repair functionality. The process gains elevated privileges. Attackers can use this to exploit the CVE-2024-38014.
- Effort: master
Elevated Shell Launched By Browser
Detects when openwith.exe is launched with privileges followed by a browser launching an elevated shell. Related to the CVE-2024-38014.
- Effort: master
Elise Backdoor
Detects Elise backdoor activity as used by Lotus Blossom
- Effort: elementary
Empire Monkey Activity
Detects EmpireMonkey APT reported Activity
- Effort: elementary
Enable Root Account With Dsenableroot
Detects when root is enabled. Attackers can use this as a mean of persistence since root is disabled by default.
- Effort: elementary
Enabling Restricted Admin Mode
Detects when the restricted admin mode is enabled.
- Effort: elementary
Equation Group DLL_U Load
Detects a specific tool and export used by EquationGroup
- Effort: elementary
Erase Shell History
Malware and attacker try to reduce their fingerprints on compromised host by deleting shell history.
- Effort: advanced
EvilProxy Phishing Domain
Detects subdomains potentially generated by the EvilProxy adversary-in-the-middle phishing platform. Inspect the other subdomains of the domain to identify the landing page, and determine if the user submitted credentials. This rule has a small percentage of false positives on legitimate domains.
- Effort: intermediate
Exchange Mailbox Export
Detection of a standard Exchange Mailbox export, which stores all mails from a user in a pst file, from command line or PowerShell script.
- Effort: intermediate
Exfiltration And Tunneling Tools Execution
Execution of well known tools for data exfiltration and tunneling
- Effort: advanced
Exfiltration Domain
Detects traffic toward a domain flagged as a possible exfiltration vector.
- Effort: master
Exfiltration Domain In Command Line
Detects commands containing a domain linked to http exfiltration.
- Effort: intermediate
Exfiltration Via Pscp
Detects the use of pscp which is a file sharing services.
- Effort: advanced
Explorer Process Executing HTA File
Detects a suspicious execution of an HTA file by the explorer.exe process. This unusual activity was observed when running IcedID malspam.
- Effort: intermediate
Fail2ban Unban IP
An IP was ubaned by Fail2ban. It could be use to allow malicous traffic.
- Effort: advanced
FoggyWeb HTTP Default GET/POST Requests
Detects GET or POST request pattern observed within the first FoggyWeb campaign detected by Microsoft.
- Effort: advanced
Formbook File Creation DB1
Detects specific file creation (Users*\AppData\Local\Temp\DB1) to store data to exfiltrate (Formbook behavior). Logging for Sysmon event 11 is usually used for this detection.
- Effort: intermediate
FromBase64String Command Line
Detects suspicious FromBase64String expressions in command line arguments.
- Effort: master
Generic-reverse-shell-oneliner
To bypass some security equipement or for a sack of simplicity attackers can open raw reverse shell using shell commands
- Effort: intermediate
Gpresult Usage
Detects when an account uses gpresult to get information on gpo.
- Effort: advanced
Grabbing Sensitive Hives Via Reg Utility
Detects dump of SAM, System or Security hives using reg.exe utility. Adversaries may attempt to dump these Windows Registry to retrieve password hashes and access credentials.
- Effort: master
HTA Infection Chains
Detect the creation of a ZIP file and an HTA file as it is often used in infection chains. Furthermore it also detects the use of suspicious processes launched by explorer.exe combined with the creation of an HTA file, since it is also often used in infection chains (LNK - HTA for instance).
- Effort: advanced
HTML Smuggling Suspicious Usage
Based on several samples from different botnets, this rule aims at detecting HTML infection chain by looking for HTML created files followed by suspicious files being executed.
- Effort: advanced
HackTools Suspicious Names
Quick-win rule to detect the default process names or file names of several HackTools.
- Effort: advanced
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
Hiding Files With Attrib.exe
Detects usage of attrib.exe to hide files from users.
- Effort: advanced
High Privileges Network Share Removal
Detects high privileges shares being deleted with the net share command.
- Effort: intermediate
Hijack Legit RDP Session To Move Laterally
Identifies suspicious file creations in the startup folder of a remote system. An adversary could abuse this to move laterally by dropping a malicious script or executable that will be executed after a reboot or user logon.
- 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
ISO LNK Infection Chain
Detection of an ISO (or any other similar archive file) downloaded file, followed by a child-process of explorer, which is characteristic of an infection using an ISO containing an LNK file. For events with host.name.
- Effort: master
Impacket Addcomputer
Detects suspicious computer account creation based on impacket default pattern
- Effort: intermediate
Information Stealer Downloading Legitimate Third-Party DLLs
Detects operations that involved legitimate third-party DLLs used by information-stealing malware for data collection on the infected host. This detection rule correlates at least 7 events including the following DLLs - freebl3.dll, vcruntime140.dll, msvcp140.dll, nss3.dll, sqlite3.dll, softokn3.dll, mozglue.dll and libcurl.dll. This behaviour matches activities of several widespread stealer like Vidar, Raccoon Stealer v2, Mars Stealer, etc.
- Effort: intermediate
Inhibit System Recovery Deleting Backups
Detects adversaries attempts to delete backups or inhibit system recovery. This rule relies on differents known techniques using Windows events logs from Sysmon (ID 1), and PowerShell (ID 4103, 4104).
- Effort: intermediate
Interactive Terminal Spawned via Python
Identifies when a terminal (tty) is spawned via Python. Attackers may upgrade a simple reverse shell to a fully interactive tty after obtaining initial access to a host.
- Effort: advanced
Internet Scanner
Detects known scanner IP addresses. Alert is only raised when the scan hits an opened port, on TCP or UDP. This could be a very noisy rule, so be careful to check your detection perimeter before activation.
- Effort: master
Internet Scanner Target
Detects known scanner IP addresses. Alert is only raised when the scan hits an opened port, on TCP or UDP and group by target address. This could be a very noisy rule, so be careful to check your detection perimeter before activation.
- Effort: master
Invoke-TheHash Commandlets
Detects suspicious Invoke-TheHash PowerShell commandlet used for performing pass the hash WMI and SMB tasks.
- Effort: elementary
JS PowerShell Infection Chains
Detect JS script execution who run a PowerShell download and exec command_line
- 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
Kernel Module Alteration
Kernel module installation can be used to configure system settings to automatically execute a program during system boot or logon to maintain persistence or gain higher-level privileges on compromised systems. The prerequisites are to enable monitoring of the finit_module, init_module, delete_module syscalls using Auditbeat.
- Effort: advanced
Koadic MSHTML Command
Detects Koadic payload using MSHTML module
- Effort: intermediate
Lazarus Loaders
Detects different loaders used by the Lazarus Group APT
- Effort: elementary
Legitimate Process Execution From Unusual Folder
Detects the execution of a legitimate, windows built-in process name from an unusual / suspicious folder. Legitimate folders are c:\windows\system32\, \SystemRoot\system32\, c:\windows\syswow64\ and c:\windows\winsxs. Many malwares/attackers use legitimate names to masquerade but if they are not Administrator yet, they often can't write file into these legitimate folders.
- Effort: advanced
Leviathan Registry Key Activity
Detects registry key used by Leviathan APT in Malaysian focused campaign.
- 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 Masquerading Space After Name
This detection rule identifies a process created from an executable with a space appended to the end of the name.
- Effort: intermediate
Linux Remove Immutable Attribute
Adversaries may used chattr utility to alter file and folder attributes to control sudden operations like the deletion and modification of files.
- 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
Linux Suspicious Nohup Exec
Detects suspicious usage of nohup which could be leveraged by an attacker to keep a process running or break out from restricted environments
- Effort: intermediate
Linux Suspicious Search
Adversaries may search for private key on compromised systems
- 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
Login Brute-Force Successful On Jumpcloud Portal
A user has attempted to login several times (brute-force) on Jumpcloud Portal and succeeded to login.
- Effort: advanced
Login Brute-Force Successful On SentinelOne EDR Management Console
A user has attempted to login several times (brute-force) on the SentinelOne EDR Management Console and succeeded to login.
- Effort: master
Logon Scripts (UserInitMprLogonScript)
Detects creation or execution of UserInitMprLogonScript persistence method. The rule requires to log for process command lines and registry creations or update, which can be done using Sysmon Event IDs 1, 12, 13 and 14.
- Effort: advanced
MSBuild Abuse
Detection of MSBuild uses by attackers to infect an host. Focuses on XML compilation which is a Metasploit payload.
- Effort: intermediate
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
Malspam Execution Registering Malicious DLL
Detects the creation of a file in the C:\Datop folder, or DLL registering a file in the C:\Datop folder. Files located in the Datop folder are very characteristic of malspam execution related to Qakbot or SquirrelWaffle. Prerequisites are Logging for File Creation events, which can be done in the Sysmon configuration (events 11), for the first part of the pattern (TargetFilename).
- Effort: elementary
Malware Persistence Registry Key
Detects registry key used by several malware, especially Formbook spyware in two ways, either the Sysmon registry events, or the commands line.
- Effort: master
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
Meterpreter or Cobalt Strike Getsystem Service Installation
Detects the use of getsystem Meterpreter/Cobalt Strike command by detecting some of the techniques being used (technique 1,2 and 5).
- Effort: elementary
Microsoft Defender Antivirus Disable Scheduled Tasks
The rule detects attempts to deactivate/disable Windows Defender scheduled tasks via command line or PowerShell scripts.
- Effort: intermediate
Microsoft Defender Antivirus Disable SecurityHealth
The rule detects attempts to deactivate/disable Windows Defender SecurityHealth through command line, PowerShell scripts, and registry. To fully use this rule Windows Registry logging is recommended.
- Effort: intermediate
Microsoft Defender Antivirus Disable Services
The rule detects attempts to deactivate/disable Windows Defender through command line and registry.
- Effort: intermediate
Microsoft Defender Antivirus Disable Using Registry
The rule detects attempts to deactivate/disable Microsoft Defender Antivirus using registry modification via command line or PowerShell scripts.
- Effort: master
Microsoft Defender Antivirus Disabled Base64 Encoded
Detects attempts to deactivate/disable Windows Defender through base64 encoded PowerShell command line or scripts.
- Effort: intermediate
Microsoft Defender Antivirus History Directory Deleted
Windows Defender history directory has been deleted. This 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 through command line or PowerShell scripts. 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
Microsoft Exchange PowerShell Snap-Ins To Export Exchange Mailbox Data
Detects PowerShell SnapIn command line or PowerShell script, often used with Get-Mailbox to export Exchange mailbox data.
- Effort: intermediate
Microsoft Exchange Server Creating Unusual Files
Look for Microsoft Exchange Server’s Unified Messaging service creating non-standard content on disk, which could indicate web shells or other malicious content, suggesting exploitation of CVE-2021-26858 vulnerability
- Effort: intermediate
Microsoft IIS Module Installation
Detects the installation of a new IIS module from the command line. It can used used to backdoor an IIS/OWA/Sharepoint server.
- Effort: advanced
Microsoft Office Creating Suspicious File
Detects Microsoft Office process (word, excel, powerpoint) creating a suspicious file which corresponds to a script or an executable. This behavior highly corresponds to an executed macro which loads an installation script or a malware payload. The rule requires to log for File Creations to work properly, which can be done through Sysmon Event ID 11.
- Effort: master
Microsoft Office Macro Security Registry Modifications
Detects registry changes allowing an attacker to make Microsoft Office products runs Macros without warning. Events are collected either from ETW/Sysmon/EDR depending of the integration.
- Effort: master
Mimikatz Basic Commands
Detects Mimikatz most popular commands.
- Effort: elementary
Msdt (Follina) File Browse Process Execution
Detects various Follina vulnerability exploitation techniques. This is based on the Compatability Troubleshooter which is abused to do code execution.
- Effort: elementary
Mshta JavaScript Execution
Identifies suspicious mshta.exe commands that execute JavaScript supplied as a command line argument.
- Effort: elementary
Mustang Panda Dropper
Detects specific process parameters as used by Mustang Panda droppers
- Effort: elementary
NTDS.dit File In Suspicious Directory
The file NTDS.dit is supposed to be located mainly in C:\Windows\NTDS. The rule checks whether the file is in a legitimate directory or not (through file creation events). This is usually really suspicious and could indicate an attacker trying copy the file to then look for users password hashes.
- Effort: advanced
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
Net.exe User Account Creation
Identifies creation of local users via the net.exe command
- Effort: master
NetSh Used To Disable Windows Firewall
Detects NetSh commands used to disable the Windows Firewall
- Effort: advanced
Netsh Allow Command
Netsh command line to allow a program to pass through firewall.
- Effort: advanced
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 Port Opening
Detects netsh commands that opens a specific port. Can be used by malware or attackers for lateralisation/exfiltration (e.g. SMB/RDP opening).
- Effort: master
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
Netsh RDP Port Opening
Detects netsh commands that opens the port 3389 used for RDP, used in Sarwent Malware.
- Effort: intermediate
Network Connection Via Certutil
Identifies certutil.exe making a network connection. Adversaries could abuse certutil.exe to download a certificate, or malware, from a remote URL.
- Effort: intermediate
Network Scanning and Discovery
Tools and command lines used for network discovery from current system
- Effort: advanced
Network Share Discovery
Adversaries may look for folders and drives shared on remote systems as a means of identifying sources of information to gather as a precursor for Collection and to identify potential systems of interest for Lateral Movement. Networks often contain shared network drives and folders that enable users to access file directories on various systems across a network. File sharing over a Windows network occurs over the SMB protocol. This technique is frequently leveraged by threat actors such as APT32, APT41, Wizard Spider. But also, through the use of some malware such as Cobalt Strike, Empire, PlugX and Ramsay.
- Effort: master
Network Sniffing
List of common tools used for network packages sniffing
- Effort: advanced
Network Sniffing Windows
Network sniffing refers to using the network interface on a system to monitor or capture information sent over a wired or wireless connection. An adversary may place a network interface into promiscuous mode to passively access data in transit over the network, or use span ports to capture a larger amount of data.
- Effort: intermediate
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
New Service Creation
Detects creation of a new service from command line
- Effort: advanced
Ngrok Process Execution
Detects possible Ngrok execution, which can be used by attacker for RDP tunneling.
- Effort: intermediate
NjRat Registry Changes
Detects changes for the RUN registry key which happen when a victim is infected by NjRAT. Please note that even if NjRat is well-known for the behavior the rule catches, the rule is a bit larger and could catch other malwares.
- Effort: master
Njrat Registry Values
Detects specifis registry values that are related to njRat usage.
- 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
Ntfsinfo Usage
Detects when the command ntfsinfo is used. An attacker can access to information on the volume from NTFS and have a directory dump of NTFS files.
- Effort: advanced
Office Application Startup Office Test
Detects the addition of office test registry that allows a user to specify an arbitrary DLL that will be executed everytime an Office application is started. An adversaries may abuse the Microsoft Office "Office Test" Registry key to obtain persistence on a compromised system.
- Effort: elementary
OneNote Embedded File
Detects creation or uses of OneNote embedded files with unusual extensions.
- Effort: intermediate
OneNote Suspicious Children Process
In January 2023, a peak of attacks using .one files was observed in the wild. This rule tries to detect the effect of such attempts using this technique.
- Effort: advanced
Openfiles Usage
Detects when the command openfiles, to get information on files opened remotely, is used.
- Effort: advanced
Opening Of a Password File
Command line detection of common office software opening some password related file. It could be a security breach if an unauthorized user access it.
- Effort: master
Outlook Registry Access
Detection of accesses to Microsoft Outlook registry hive, which might contain sensitive information.
- Effort: master
Package Manager Alteration
Package manager (eg: apt, yum) can be altered to install malicious software. To ensure full performance on this rule, auditbeat intake must be configure with the module file_integrity containing path mentionned in the pattern.
- Effort: advanced
Palo Alto NGFW Threat Detection Critical
Palo Alto Next-Generation Firewall raised an alert for a threat detection with critical severity.
- Effort: master
Pandemic Windows Implant
Detects Pandemic Windows Implant through registry keys or specific command lines. Prerequisites: Logging for Registry events is needed, which can be done in the Sysmon configuration (events 12 and 13).
- Effort: master
Password Change On Directory Service Restore Mode (DSRM) Account
The Directory Service Restore Mode (DSRM) account is a local administrator account on Domain Controllers. Attackers may change the password to gain persistence.
- Effort: intermediate
PasswordDump SecurityXploded Tool
Detects the execution of the PasswordDump SecurityXploded Tool
- Effort: elementary
Permission Discovery Via Wmic
Detects discovery of permission on local groups via the tool wmic.
- Effort: advanced
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
Phorpiex Process Masquerading
Detects specific process executable path used by the Phorpiex botnet to masquerade its system process network activity. It looks for a pattern of a system process executable name that is not legitimate and running from a folder that is created via a random algorithm 13-15 numbers long.
- Effort: elementary
Possible Malicious File Double Extension
Detects request to potential malicious file with double extension
- Effort: elementary
Possible Replay Attack
This event can be a sign of Kerberos replay attack or, among other things, network device configuration or routing problems.
- Effort: master
Potential DNS Tunnel
Detects domain name which is longer than 62 characters. Long domain names are distinctive of DNS tunnels.
- Effort: advanced
Potential RDP Connection To Non-Domain Host
Detects logons using NTLM to hosts that are potentially not part of the domain using RDP (TermSrv). Event ID 8001 corresponds to outgoing NTLM authentication traffic and TermSrv stands for RDP Terminal Services Server. Check if the contacted host is legitimate. To use this detection rule, enable logging of outbound NTLM authentications on all domain controllers, using the following Group Policy (GPO) - Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options > Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers -> Define this policy setting: Audit all.
- Effort: master
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: advanced
PowerShell Commands Invocation
Detects the execution to invoke a powershell command. This was used in an intrusion using Gootloader to access Mimikatz.
- Effort: advanced
PowerShell Data Compressed
Detects data compression through a PowerShell command (could be used by an adversary for exfiltration).
- Effort: advanced
PowerShell Downgrade Attack
Detects PowerShell downgrade attack by comparing the host versions with the actually used engine version 2.0
- Effort: elementary
PowerShell Download From URL
Detects a Powershell process that contains download commands in its command line string.
- Effort: advanced
PowerShell EncodedCommand
Detects popular file extensions in commands obfuscated in base64 run through the EncodedCommand option.
- Effort: advanced
PowerShell Execution Via Rundll32
Detects PowerShell Strings applied to rundll as seen in PowerShdll.dll Rule modified
- Effort: intermediate
PowerShell Invoke Expression With Registry
Detects keywords from well-known PowerShell techniques to get registry key values
- Effort: advanced
PowerShell Malicious Nishang PowerShell Commandlets
Detects Commandlet names and arguments from the Nishang exploitation framework.
- Effort: advanced
PowerView commandlets 1
Detects PowerView commandlets which perform network and Windows domain enumeration and exploitation. It provides replaces for almost all Windows net commands, letting you query users, machines, domain controllers, user descriptions, share, sessions, and more.
- Effort: advanced
PowerView commandlets 2
Detects PowerView commandlets which perform network and Windows domain enumeration and exploitation. It provides replaces for almost all Windows net commands, letting you query users, machines, domain controllers, user descriptions, share, sessions, and more.
- Effort: master
Powershell AMSI Bypass
This rule aims to detect attempts to bypass AMSI in powershell using specific techniques.
- 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: advanced
Powershell Web Request
Detects the use of various web request methods executed remotely via Windows PowerShell.
- Effort: master
Powershell Web Request And Windows Script
Detects the use of PowerShell web request method combined with Windows Script utilities. This has been observed being used by some malware loaders.
- Effort: intermediate
Privilege Escalation Awesome Scripts (PEAS)
Detect PEAS privileges escalation scripts and binaries
- Effort: elementary
Process Memory Dump Using Comsvcs
Detects the use of comsvcs in command line to dump a specific process memory. This technique is used by attackers for privilege escalation and pivot.
- Effort: intermediate
Process Memory Dump Using Createdump
Detects the use of createdump.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 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
ProxyShell Microsoft Exchange Suspicious Paths
Detects suspicious calls to Microsoft Exchange resources, in locations related to webshells observed in campaigns using this vulnerability.
- Effort: elementary
PsExec Process
Detects PsExec execution, command line which contains pstools or installation of the PsExec service. PsExec is a SysInternals which can be used to execute a program on another computer. The tool is as much used by attackers as by administrators.
- Effort: advanced
Putty Sessions Listing
Detects attempts to list Putty sessions through registry. To fully work, this rule requires to log registry accesses, which can be done with the Windows Event ID 4656 or 4663 but for that specific configuration is needed.
- Effort: master
Python Exfiltration Tools
Python has some built-in modules or library that could be installed and later be used as exflitration tool by an attacker
- 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 Process Creation
Detects QakBot like process executions
- Effort: intermediate
Qakbot Persistence Using Schtasks
Detects possible Qakbot persistence using schtasks.
- Effort: intermediate
RDP Session Discovery
Detects use of RDP session discovery via qwinsta or quser. Used by some threat actors to know if someone is working via RDP on a server.
- Effort: advanced
RTLO Character
Detects RTLO (Right-To-Left character) in file and process names.
- Effort: elementary
Raccine Uninstall
Detects commands that indicate a Raccine removal from an end system. Raccine is a free ransomware protection tool.
- Effort: elementary
Raccoon Stealer 2.0 Legitimate Third-Party DLL Download URL
Detects Raccoon Stealer 2.0 malware downloading legitimate third-party DLLs from its C2 server. These legitimate DLLs are used by the information stealer to collect data on the compromised hosts.
- Effort: elementary
Rclone Process
Detects Rclone executable or Rclone execution by using the process name, the execution through a command obfuscated or not.
- Effort: advanced
Reconnaissance Commands Activities
Based on Cynet, Microsoft and Kaspersky analysis of Qakbot, this rule tries to detect some discovery TTPs.
- Effort: intermediate
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
Remote Access Tool Domain
Detects traffic toward a domain flagged as a Remote Administration Tool (RAT).
- Effort: master
Remote Monitoring and Management Software - AnyDesk
Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool AnyDesk.
- Effort: master
Remote Monitoring and Management Software - Atera
Detect artifacts related to the installation or execution of the Remote Monitoring and Management tool Atera.
- Effort: master
Remote System Discovery Via Telnet
Detects use of the protocol telnet to access information.
- Effort: advanced
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
SSH Authorized Key Alteration
The file authorized_keys is used by SSH server to identify SSH keys that are authorized to connect to the host, alteration of one of those files might indicate a user compromision.
- Effort: advanced
SSH Reverse Socks
Detects the usage of the -R option combined with StrictHostKeyChecking, which is an indication of using SSH for reverse socks.
- Effort: intermediate
Scheduled Task Creation By Non Privileged User
Detects 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: master
Schtasks Persistence With High Privileges
Detection of scheduled task with high privileges used by attacker for persistence.
- Effort: elementary
Sekoia.io Activity Logs Rule Deactivation Bulk
Detects a massive rule deactivation observed threw Sekoia.io activity logs.
- Effort: master
Sekoia.io EICAR Detection
Detects observables in Sekoia.io CTI tagged as EICAR, which are fake samples meant to test detection.
- Effort: master
Shadow Copies
Detects command line used to create and list shadow copies. An adversary may attempt to get information on shadow volumes to perform deletion or extract password hashes from the ntds.dit file. This rule requires command line logging or Windows PowerShell events (4104).
- Effort: master
Shell PID Injection
Detects when shells PID are listed and injected in another process. It can be performed to reuse sudo token related to shell in order to elevate privilege and maintain persistence.
- Effort: intermediate
Sigma Intelligence Pangolin8RAT Working Directory File Artifacts
Detects access to filesystem artifacts associated with Pangolin8RAT.
- Effort: intermediate
Sigma Intelligence Windows DRILLAPP Malware
Sigma RULE to detect DrillAPP or other malicious launch of edge to disable security measures and abuse permissions.
- Effort: intermediate
Sign-In Via Known AiTM Phishing Kit
Detects a sign-in attempt from an IP address belonging to a known adversary-in-the-middle phishing kit.
- Effort: elementary
Socat Relaying Socket
Socat is a linux tool used to relay local socket or internal network connection, this technics is often used by attacker to bypass security equipment such as firewall
- Effort: advanced
Socat Reverse Shell Detection
Socat is a linux tool used to relay or open reverse shell that is often used by attacker to bypass security equipment.
- Effort: elementary
SolarWinds Suspicious File Creation
Detects SolarWinds process creating a file with a suspicious extension. The process solarwinds.businesslayerhost.exe created an unexpected file whose extension is ".exe", ".ps1", ".jpg", ".png" or ".dll".
- 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
Startup Item Created
Detects when a item is added to the startup directory. An attacker can use this establish persistence.
- Effort: intermediate
Stop Backup Services
Detects adversaries attempts to stop backups services or disable Windows previous files versions feature. This could be related to ransomware operators or legit administrators. This rule relies Windows command line logging and registry logging, and PowerShell (ID 4103, 4104).
- Effort: master
Suncrypt Parameters
Detects SunCrypt ransomware's parameters, most of which are unique.
- Effort: elementary
Suspicious ADSI-Cache Usage By Unknown Tool
Detects the usage of ADSI (LDAP) operations by tools. This may also detect tools like LDAPFragger. It needs file monitoring capabilities (Sysmon Event ID 11 with .sch file creation logging).
- Effort: advanced
Suspicious Cmd File Copy Command To Network Share
Copy suspicious files through Windows cmd prompt to network share
- Effort: intermediate
Suspicious Cmd.exe Command Line
Detection on suspicious cmd.exe command line seen being used by some attackers (e.g. Lazarus with Word macros). This requires Windows process command line logging.
- Effort: master
Suspicious CodePage Switch with CHCP
Detects a code page switch in command line
- Effort: intermediate
Suspicious CommandLine Lsassy Pattern
Detects the characteristic lsassy loop used to identify lsass PIDs
- Effort: intermediate
Suspicious Control Process
Detects suspicious execution of control.exe process when used to execute a DLL file.
- Effort: advanced
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 Desktopimgdownldr Execution
Detects a suspicious Desktopimgdownldr execution. Desktopimgdownldr.exe is a Windows binary used to configure lockscreen/desktop image and can be abused to download malicious file.
- Effort: intermediate
Suspicious Double Extension
Detects suspicious use of an .exe extension after a non-executable file extension like .pdf.exe, a set of spaces or underlines to cloak the executable file in spearphishing campaigns
- Effort: advanced
Suspicious Download Links From Legitimate Services
Detects users clicking on Google docs links to download suspicious files. This technique was used a lot by Bazar Loader in the past.
- Effort: intermediate
Suspicious Email Attachment Received
Detects email containing a suspicious file as an attachment, based on its extension.
- Effort: advanced
Suspicious File Name
Detects suspicious file name possibly linked to malicious tool.
- Effort: advanced
Suspicious Finger Usage
Detects suspicious aged finger.exe tool execution often used in malware attacks nowadays. An attacker can use finger to silently retrieve a command, a script or a payload from a remote server. For example, the tool Darkfinger-C2 uses this technique to download files from the C2 channel.
- Effort: intermediate
Suspicious Headless Web Browser Execution To Download File
Detects a suspicious command used to execute a Chromium-based web browser (Chrome or Edge) using the headless mode, meaning that the browser window wouldn't be visible, and the dump mode to download a file. This technique can be used to fingerprint the compromised host, in particular by the Ducktail infostealer.
- Effort: elementary
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 Mshta Execution
Detects suspicious mshta.exe execution patterns, either involving file polyglotism, remote file (http, ftp or ldap) or suspicious location. This technique is often used by threat actors.
- Effort: intermediate
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 Network Args In Command Line
Detection on some commonly observed suspicious processes command lines using HTTP schema with port 443.
- Effort: intermediate
Suspicious PROCEXP152.sys File Created In Tmp
Detects the creation of the PROCEXP152.sys file in the application-data local temporary folder. This driver is used by Sysinternals Process Explorer but also by KDU (https://github.com/hfiref0x/KDU) or Ghost-In-The-Logs (https://github.com/bats3c/Ghost-In-The-Logs), which uses KDU. Note - Clever attackers may easily bypass this detection by just renaming the driver filename. Therefore just Medium-level and don't rely on it.
- Effort: advanced
Suspicious PowerShell Invocations - Generic
Detects suspicious PowerShell invocation command parameters through command line logging or ScriptBlock Logging.
- Effort: advanced
Suspicious PowerShell Invocations - Specific
Detects suspicious PowerShell invocation command parameters.
- Effort: intermediate
Suspicious PowerShell Keywords
Detects keywords that could indicate the use of some PowerShell exploitation framework.
- Effort: advanced
Suspicious PrinterPorts Creation (CVE-2020-1048)
Detects new commands that add new printer port which point to suspicious file
- Effort: advanced
Suspicious Regasm Regsvcs Usage
catch abuse of regsvcs and regasm lolbin by attacker
- Effort: advanced
Suspicious Regsvr32 Execution
Detects suspicious regsvr32.exe executions, either regsvr32 registering a DLL in an unusual repository (temp/, appdata/ or public/), or regsvr32 executed by an unusual parent process, or regsvr32 executing an unusual process, or regsvr32 registering a media file and not a DLL (as seen in IcedID campaigns), or regsvr32 registering a ocx file in appdata/.
- Effort: advanced
Suspicious Rundll32.exe Executions
The process rundll32.exe executes a newly dropped DLL with update /i in the command line. This specific technic was observed at least being used by the IcedID loading mechanism dubbed Gziploader. Some other detections are related to LOLBAS (Living Off The Land Binaries, Scripts and Libraries) usages (like the COM registering).
- Effort: intermediate
Suspicious TOR Gateway
Detects suspicious TOR gateways. Gateways are often used by the victim to pay and decrypt the encrypted files without installing TOR. Tor intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.
- Effort: advanced
Suspicious Taskkill Command
Detects rare taskkill command being used. It could be related to Baby Shark malware.
- Effort: intermediate
Suspicious URI Used In A Lazarus Campaign
Detects suspicious requests to a specific URI, usually on an .asp page. The website is often compromised.
- Effort: intermediate
Suspicious VBS Execution Parameter
Detects suspicious VBS file execution with a specific parameter by cscript. It was observed in the Operation CloudHopper.
- Effort: elementary
Suspicious Windows DNS Queries
Detects a suspicious Windows command-line process making a DNS query via known abuse text paste web services. This is based on Microsoft Windows Sysmon events (Event ID 22).
- Effort: advanced
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: master
Suspicious Windows Script Execution
Detects wscript.exe or cscript.exe executing a script in user directories (C:\ProgramData or C:\Users) with a .txt extension, which is very suspicious. It could strongly correspond to a malware dropper, as seen during SquirrelWaffle maldoc campaign.
- Effort: intermediate
Suspicious XOR Encoded PowerShell Command Line
Detects suspicious powershell process which includes bxor command, alternative obfuscation method to b64 encoded commands.
- Effort: advanced
Suspicious certutil command
Detects suspicious certutil command which can be used by threat actors to download and/or decode payload.
- Effort: intermediate
Suspicious desktop.ini Action
Detects unusual processes accessing desktop.ini, which can be leveraged to alter how Explorer displays a folder's content (i.e. renaming files) without changing them on disk.
- Effort: advanced
Sysprep On AppData Folder
Detects suspicious Sysprep process start with AppData folder as target (as used by Trojan Syndicasec in Thrip report by Symantec). Sysprep is a Windows tool used to change Windows images from a generalized state to a specialized state, and then back to a generalized state. It can be used to remove all system-specific information and reset the computer.
- Effort: intermediate
System Info Discovery
System info discovery, attempt to detects basic command use to fingerprint a host.
- Effort: master
System Network Connections Discovery
Detects system network connections discovery via powershell and cmd.
- Effort: advanced
TOR Usage
Detects TOR usage, based on the IP address and the destination port (filtered on NTP). TOR is short for The Onion Router, and it gets its name from how it works. TOR intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.
- Effort: master
TOR Usage Generic Rule
Detects TOR usage globally, whether the IP is a destination or source. TOR is short for The Onion Router, and it gets its name from how it works. TOR intercepts the network traffic from one or more apps on user’s computer, usually the user web browser, and shuffles it through a number of randomly-chosen computers before passing it on to its destination. This disguises user location, and makes it harder for servers to pick him/her out on repeat visits, or to tie together separate visits to different sites, this making tracking and surveillance more difficult. Before a network packet starts its journey, user’s computer chooses a random list of relays and repeatedly encrypts the data in multiple layers, like an onion. Each relay knows only enough to strip off the outermost layer of encryption, before passing what’s left on to the next relay in the list.
- Effort: master
Tactical RMM Installation
Detection of common Tactical RMM installation arguments that could be abused by some attackers.
- Effort: elementary
Telegram Bot API Request
Detects suspicious DNS queries to api.telegram.org used by Telegram Bots of any kind
- Effort: advanced
Tmutil Delete Backups
Detects when the utility tmutil is used to delete backups. The Time Machine utility is used to restore data from backups, add or remove exclusions, and compare backups.
- Effort: elementary
Tmutil Disabled
Detects when the utility tmutil is disabled. The Time Machine utility is used to restore data from backups, add or remove exclusions, and compare backups.
- Effort: elementary
Tmutil Exclude File From Backups
Detects when the utility tmutil is used to exclude paths from backups.
- Effort: master
UAC Bypass Via Sdclt
Detects changes to HKCU\Software\Classes\exefile\shell\runas\command\isolatedCommand by an attacker in order to bypass User Account Control (UAC)
- Effort: elementary
Usage Of Procdump With Common Arguments
Detects the usage of Procdump sysinternals tool with some common arguments and followed by common patterns.
- Effort: advanced
Usage Of Sysinternals Tools
Detects the usage of Sysinternals Tools due to accepteula key being added to Registry. The rule detects it either from the command line usage or from the regsitry events. For the later prerequisite is logging for registry events in the Sysmon configuration (events 12 and 13).
- Effort: master
User Account Created
Detects user creation on windows servers, which shouldn't happen in an Active Directory environment. Apply this on your windows server logs and not on your DC logs. One default account defaultuser0 is excluded as only used during Windows set-up. This detection use Security Event ID 4720.
- Effort: master
User Account Deleted
Detects local user deletion
- Effort: master
User Added To Admin Group Via Cmd
Detects the use of different commands to add a user to an admin group.
- Effort: advanced
Venom Multi-hop Proxy agent detection
Detects Venom Multi-hop Proxy agent.
- Effort: intermediate
WAF Block Rule
Detects when one of WAF rule blocked an HTTP request. This rule often needs fine tuning according to the environment.
- Effort: master
WAF Correlation Block Multiple Destinations
Detection of multiple block actions (more than 10) by the Web Application Firewall (WAF) triggered by the same source to mutliple destinations
- Effort: master
WAF Correlation Block actions
Detection of multiple block actions (more than 30) triggered by the same source by WAF detection rules
- Effort: master
WCE wceaux.dll Creation
Detects wceaux.dll creation while Windows Credentials Editor (WCE) is executed.
- Effort: intermediate
WMI Fingerprint Commands
Detects attacker fingerprint activities based on the correlation of specific WMIC commands. This has been observed with Aurora malware.
- Effort: advanced
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
WMI Persistence Script Event Consumer File Write
Detects file writes through WMI script event consumer.
- Effort: advanced
WMIC Command To Determine The Antivirus
Detects WMIC command to determine the antivirus on a system, characteristic of the ZLoader malware (and possibly others)
- Effort: advanced
WMIC Uninstall Product
Detects products being uninstalled using WMIC command.
- Effort: intermediate
WMImplant Hack Tool
WMImplant is a powershell framework used by attacker for reconnaissance and exfiltration, this rule attempts to detect WMimplant arguments and invokes commands.
- Effort: advanced
Wdigest Enable UseLogonCredential
Detects modification of the Windows Registry value of HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\WDigest\UseLogonCredential. This technique is used to extract passwords in clear-text using WDigest. The rule requires to log for Registry Events, which can be done using Sysmon Event IDs 12, 13 and 14.
- Effort: elementary
Webshell Creation
Detects possible webshell file creation. It requires File Creation monitoring, which can be done using Sysmon's Event ID 11. However the recommended SwiftOnSecurity configuration does not fully cover the needs for this rule, it needs to be updated with the proper file names extensions.
- Effort: master
WerFaultSecure Abuse
Detect usage of the software vulnerability of WerFaultSecure to suspend the processes of EDRs, and bypass detection. It has been implemented in the tool EDR-Freeze.
- Effort: advanced
WiFi Credentials Harvesting Using Netsh
Detects the harvesting of WiFi credentials using netsh.exe.
- Effort: advanced
Windows Defender Logging Modification Via Registry
Detects when the logging for defender is disabled in the registry.
- Effort: elementary
Windows Firewall Changes
Detects changes on Windows Firewall configuration
- Effort: master
Windows Registry Persistence COM Key Linking
Detects COM object hijacking via TreatAs subkey. Logging for Registry events is needed in the Sysmon configuration with this kind of rule <TargetObject name="testr12" condition="end with">\TreatAs\(Default)</TargetObject>.
- Effort: master
Windows Sandbox Start
Detection of Windows Sandbox started from the command line with a config file or interactively using a WSB file.
- 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
Wmic Suspicious Commands
Detects suspicious commands used by the process wmic to get informations on the system.
- Effort: advanced
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
XSL Script Processing And SquiblyTwo Attack
Detection of an attack where adversaries may bypass application control and obscure execution of code by embedding scripts inside XSL files. Another variation of this technique, dubbed "Squiblytwo", involves to invoke JScript or VBScript within an XSL file.
- Effort: intermediate
ZIP LNK Infection Chain
Detection of an ZIP download followed by a child-process of explorer, followed by multiple Windows processes.This is widely used as an infection chain mechanism.
- Effort: advanced
xWizard Execution
Detects the execution of Xwizard tool with specific arguments which utilized to run custom class properties.
- Effort: master
Event Categories
The following table lists the data source offered by this integration.
| Data Source | Description |
|---|---|
Network device logs |
Palo Alto can record traffic events flowing through their firewall |
Network protocol analysis |
Palo Alto firewall does traffic analysis at physical/data/transport layers |
In details, the following table denotes the type of events produced by this integration.
| Name | Values |
|---|---|
| Kind | `` |
| Category | authentication, host, iam, network, session |
| Type | change, info |
Transformed Events Samples after Ingestion
This section demonstrates how the raw logs will be transformed by our parsers. It shows the extracted fields that will be available for use in the built-in detection rules and hunting activities in the events page. Understanding these transformations is essential for analysts to create effective detection mechanisms with custom detection rules and to leverage the full potential of the collected data.
{
"message": "{\"VendorName\":\"palo alto networks\",\"DeviceSN\":\"111111111111111\",\"TimeReceived\":\"2025-03-20T13:18:03.483814Z\",\"LogType\":\"DNS\",\"Subtype\":\"realtime_dns_telemetry_response\",\"SubType\":\"realtime_dns_telemetry_response\",\"TimeGenerated\":\"2025-03-20T13:18:03.000000Z\",\"RecordType\":null,\"DNSResolverIP\":\"2.2.2.2\",\"ThreatID\":0,\"DNSCategory\":\"benign\",\"ThreatName\":null,\"SourceAddress\":\"1.1.1.1\",\"FromZone\":\"INTERNAL\",\"Action\":\"Allow\",\"DNSResponse\":null,\"ToZone\":null,\"DestinationUser\":null}\n",
"event": {
"action": "Allow",
"category": [
"network"
],
"dataset": "dns",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2025-03-20T13:18:03Z",
"action": {
"name": "Allow",
"outcome": "success",
"type": "realtime_dns_telemetry_response"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"log": {
"logger": "dns"
},
"observer": {
"ingress": {
"interface": {
"alias": "INTERNAL"
}
},
"product": "PAN-OS",
"serial_number": "111111111111111"
},
"paloalto": {
"Threat_ContentType": "realtime_dns_telemetry_response",
"dns": {
"category": "benign"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "1,2020/12/04 16:00:02,016401002222,USERID,login,2305,2020/12/04 16:00:02,vsys,1.1.1.1,user1,srv1.example.local,0,1,12000,0,0,active-directory,,968683723,0x8000000000000000,12,0,0,0,,hostexample,1,,2020/12/04 16:00:02,1,0x80,user1",
"event": {
"category": [
"authentication"
],
"dataset": "userid",
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2020-12-04T16:00:02Z",
"action": {
"type": "login"
},
"destination": {
"port": 0
},
"log": {
"hostname": "hostexample",
"logger": "userid"
},
"observer": {
"name": "hostexample",
"product": "PAN-OS",
"serial_number": "016401002222"
},
"paloalto": {
"DGHierarchyLevel1": "12",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "0",
"Threat_ContentType": "login",
"VirtualLocation": "vsys",
"VirtualSystemID": "1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 0
},
"user": {
"name": "user1"
}
}
{
"message": "1,2020/12/04 16:00:02,01640103000,USERID,login,2200,2020/12/04 16:00:02,vsys,1.1.1.1,user1,srv1.example.local,0,1,13000,0,0,active-directory,,968700000,0x8000000000000000,12,0,0,0,,hostname_example,1,,2020/12/04 16:00:02,1,0x0,user1",
"event": {
"category": [
"authentication"
],
"dataset": "userid",
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2020-12-04T16:00:02Z",
"action": {
"type": "login"
},
"destination": {
"port": 0
},
"log": {
"hostname": "hostname_example",
"logger": "userid"
},
"observer": {
"name": "hostname_example",
"product": "PAN-OS",
"serial_number": "01640103000"
},
"paloalto": {
"DGHierarchyLevel1": "12",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "0",
"Threat_ContentType": "login",
"VirtualLocation": "vsys",
"VirtualSystemID": "1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 0
},
"user": {
"name": "user1"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|AUTH|Radius|3|ProfileToken=REDACTED dtz=UTC rt=Feb 28 2021 18:20:54 deviceExternalId=REDACTED PanOSConfigVersion=10.0 PanOSAuthenticatedUserDomain=paloaltonetwork PanOSAuthenticatedUserName=REDACTED PanOSAuthenticatedUserUUID= PanOSClientTypeName= PanOSCortexDataLakeTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSRuleMatched= start=Feb 28 2021 18:20:40 cs3=vsys1 cs3Label=VirtualLocation c6a2=::ffff:0 c6a2Label=Source IPv6 Address c6a3=::ffff:0 c6a3Label=Destination IPv6 Address duser=example\\\\REDACTED cs2=example\\\\REDACTED cs2Label=NormalizeUser fname=Authentication object2 cs4=DC cs4Label=AuthenticationPolicy cnt=33554432 cn2=-5257671089978343424 cn2Label=MFAAuthenticationID PanOSMFAVendor=Symantec VIP cs6=rs-logging cs6Label=LogSetting cs1=deny-attackers cs1Label=AuthServerProfile PanOSAuthenticationDescription=www.something cs5=Unknown cs5Label=ClientType msg=Invalid Certificate cn1=0 cn1Label=AuthFactorNo externalId=REDACTED PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSVirtualSystemID=1 PanOSAuthenticationProtocol=EAP-TTLS with PAP PanOSRuleMatchedUUID= PanOSTimeGeneratedHighResolution=Feb 28 2021 18:20:41 PanOSSourceDeviceCategory=src_category_list-1 PanOSSourceDeviceProfile=src_profile_list-1 PanOSSourceDeviceModel=src_model_list-1 PanOSSourceDeviceVendor=src_vendor_list-1 PanOSSourceDeviceOSFamily=src_osfamily_list-0 PanOSSourceDeviceOSVersion=src_osversion_list-2 PanOSSourceDeviceHost=src_host_list-0 PanOSSourceDeviceMac=src_mac_list-2 PanOSAuthCacheServiceRegion= PanOSUserAgentString= PanOSSessionID=",
"event": {
"category": [
"authentication"
],
"dataset": "auth",
"outcome": "failure",
"severity": 3,
"start": "2021-02-28T18:20:40Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-02-28T18:20:54Z",
"action": {
"type": "radius"
},
"destination": {
"user": {
"domain": "example",
"name": "REDACTED"
}
},
"host": {
"hostname": "REDACTED",
"id": "REDACTED",
"mac": "src_mac_list-2",
"name": "REDACTED",
"os": {
"family": "src_osfamily_list-0",
"version": "src_osversion_list-2"
},
"type": "src_category_list-1"
},
"log": {
"hostname": "REDACTED",
"logger": "auth"
},
"observer": {
"egress": {
"interface": {
"alias": "Unknown"
}
},
"ingress": {
"interface": {
"alias": "DC"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSSourceDeviceHost": "src_host_list-0",
"PanOSSourceDeviceModel": "src_model_list-1",
"PanOSSourceDeviceProfile": "src_profile_list-1",
"PanOSSourceDeviceVendor": "src_vendor_list-1",
"VirtualLocation": "vsys1"
},
"related": {
"hosts": [
"REDACTED"
],
"user": [
"REDACTED"
]
}
}
{
"message": "1,2025/07/04 19:10:17,026709003121,AUTH,Unknown,2817,2025/07/04 19:10:17,vsys1,1.1.1.1,,,EXAMPLE,Example,1,1234567890,,EXAMPLE_LogFwd,,No user activity after prompted for credentials from AUTH-PORTAL.,Authentication Portal,Authentication Timeout,1,123456,0x0,0,0,0,0,,HOSTNAME,1,,11111111-1111-1111-1111-111111111111,2025-07-04T19:10:18.043+11:00,,,",
"event": {
"category": [
"authentication"
],
"dataset": "auth",
"reason": "No user activity after prompted for credentials from AUTH-PORTAL.",
"type": [
"info"
]
},
"@timestamp": "2025-07-04T08:10:18.043000Z",
"log": {
"hostname": "HOSTNAME",
"logger": "auth"
},
"observer": {
"name": "HOSTNAME",
"product": "PAN-OS"
},
"paloalto": {
"Threat_ContentType": "Unknown",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1"
},
"related": {
"ip": [
"1.1.1.1"
]
},
"rule": {
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|DECRYPTION|end|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:35:54 PanOSDeviceSN=REDACTED PanOSConfigVersion=null start=Mar 01 2021 20:35:54 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=allow-all-employees cs1Label=Rule suser=example\\\\\\\\REDACTED duser=example\\\\\\\\REDACTED app=gmail-base cs3=vsys1 cs3Label=VirtualLocation cs4=datacenter cs4Label=FromZone cs5=ethernet4Zone-test1 cs5Label=ToZone deviceInboundInterface=ethernet1/1 deviceOutboundInterface=tunnel.901 cs6=test cs6Label=LogSetting PanOSTimeReceivedManagementPlane=Dec 12 2019 22:16:48 cn1=111111 cn1Label=SessionID cnt=1 spt=16524 dpt=20122 sourceTranslatedPort=15856 destinationTranslatedPort=10128 proto=tcp act=deny PanOSTunnel=N/A PanOSSourceUUID= PanOSDestinationUUID= PanOSRuleUUID=fnullacnullnulle1-2c69-4f2b-8293-46ee4c73737e PanOSClientToFirewall=null PanOSFirewallToClient=null PanOSTLSVersion=null PanOSTLSKeyExchange=null PanOSTLSEncryptionAlgorithm=null PanOSTLSAuth=null PanOSPolicyName= PanOSEllipticCurve= PanOSErrorIndex=null PanOSRootStatus=null PanOSChainStatus=null PanOSProxyType=null PanOSCertificateSerial= PanOSFingerprint= PanOSTimeNotBefore=0 PanOSTimeNotAfter=0 PanOSCertificateVersion=null PanOSCertificateSize=0 PanOSCommonNameLength=0 PanOSIssuerNameLength=0 PanOSRootCNLength=0 PanOSSNILength=0 PanOSCertificateFlags=0 PanOSCommonName= PanOSIssuerCommonName= PanOSRootCommonName= PanOSServerNameIndication= PanOSErrorMessage= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup=test PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= externalId=REDACTED",
"event": {
"action": "deny",
"category": [
"network"
],
"dataset": "decryption",
"severity": 3,
"start": "2021-03-01T20:35:54Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T20:35:54Z",
"action": {
"type": "end"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 10128
},
"port": 20122,
"user": {
"domain": "example",
"name": "REDACTED"
}
},
"log": {
"logger": "decryption"
},
"network": {
"application": "gmail-base",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "ethernet4Zone-test1",
"id": "tunnel.901",
"name": "tunnel.901"
}
},
"ingress": {
"interface": {
"alias": "datacenter",
"id": "1",
"name": "ethernet1/1"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"VirtualLocation": "vsys1",
"session": {
"id": "111111"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"rule": {
"name": "allow-all-employees",
"uuid": "fnullacnullnulle1-2c69-4f2b-8293-46ee4c73737e"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 15856
},
"port": 16524,
"user": {
"domain": "example",
"name": "REDACTED"
}
},
"user": {
"domain": "example",
"name": "REDACTED"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|THREAT|file|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:06:06 deviceExternalId=REDACTED PanOSConfigVersion= PanOSApplicationCategory=collaboration PanOSApplicationContainer= PanOSApplicationRisk=5 PanOSApplicationSubcategory=email PanOSApplicationTechnology=client-server PanOSCaptivePortal=false PanOSCloudHostname=EXAMPLE PanOSCortexDataLakeTenantID=REDACTED PanOSDLPVersionFlag= PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom= duser= duid= PanOSFileType=PNG File Upload PanOSInboundInterfaceDetailsPort=19 PanOSInboundInterfaceDetailsSlot=1 PanOSInboundInterfaceDetailsType=ethernet PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=false PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted= PanOSIsDuplicateLog=false PanOSIsEncrypted= PanOSIsIPV6= PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded= PanOSIsSystemReturn=false PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=0 PanOSOutboundInterfaceDetailsPort=19 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSProfileName= PanOSSanctionedStateOfApp=false PanOSSeverity=Low PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom= suser= suid= PanOSThreatCategory= PanOSThreatNameFirewall= PanOSTunneledApplication=untunneled PanOSURL= PanOSUsers=1.1.1.1 PanOSVirtualSystemID=1 start=Mar 01 2021 21:06:06 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=dg-log-policy cs1Label=Rule suser0= duser0= app=smtp cs3=smtp cs3Label=VirtualLocation cs4=tap cs4Label=FromZone cs5=tap cs5Label=ToZone deviceInboundInterface=ethernet1/19 deviceOutboundInterface=ethernet1/19 cs6=test cs6Label=LogSetting cn1=1111111 cn1Label=SessionID cnt=9 spt=37404 dpt=25 sourceTranslatedPort=0 destinationTranslatedPort=0 proto=tcp act=alert filePath=page-icon.png cs2=any cs2Label=URLCategory flexString2=client to server flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=1.1.1.1-1.1.1.1 PanOSDestinationLocation=1.1.1.1-1.1.1.1 fileId=0 PanOSFileHash= PanOSReportID= PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStartTime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSContentVersion= PanOSSigFlags=0 PanOSRuleUUID= PanOSHTTP2Connection= PanOSDynamicUserGroup= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSDomainEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSPartialHash= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSReasonForDataFilteringAction= PanOSJustification= PanOSNSSAINetworkSliceType=",
"event": {
"action": "alert",
"category": [
"file"
],
"dataset": "threat",
"severity": 3,
"start": "2021-03-01T21:06:06Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T21:06:06Z",
"action": {
"type": "file"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 25
},
"host": {
"hostname": "EXAMPLE",
"id": "REDACTED",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "threat"
},
"network": {
"application": "smtp",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "tap",
"id": "19",
"name": "ethernet1/19"
}
},
"ingress": {
"interface": {
"alias": "tap",
"id": "19",
"name": "ethernet1/19"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"DirectionOfAttack": "client to server",
"PanOSEndpointSerialNumber": "REDACTED",
"PanOSSourceLocation": "1.1.1.1-1.1.1.1",
"URLCategory": "any",
"VirtualLocation": "smtp",
"destination": {
"region": "1.1.1.1-1.1.1.1"
},
"endpoint": {
"serial_number": "REDACTED"
},
"session": {
"id": "1111111"
}
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"1.1.1.1"
]
},
"rule": {
"name": "dg-log-policy"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 37404
}
}
{
"message": "1,2023/06/16 10:41:44,001701003551,TRAFFIC,end,2305,2023/06/16 10:41:44,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,GEN_WINLOG_Users,example\\user5,user6,windows-remote-management,vsys1,PDT_STD,INFRA_ADM,aaa.111,aaa.111,Syslog_Test,2023/06/16 10:41:44,111111,1,51413,5985,0,0,15,tcp,allow,2346,1974,372,9,90,16,30,0,69678105127,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,6,3,tcp-fin,0,0,0,0,,FWPA01,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 16,
"outcome": "success",
"type": [
"end"
]
},
"@timestamp": "2023-06-16T10:41:44Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "end"
},
"destination": {
"address": "3.3.3.3",
"bytes": 372,
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 3,
"port": 5985,
"user": {
"name": "user6"
}
},
"log": {
"hostname": "FWPA01",
"logger": "traffic"
},
"network": {
"application": "windows-remote-management",
"bytes": 2346,
"packets": 9,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "aaa.111",
"name": "aaa.111"
},
"vlan": {
"name": "INFRA_ADM"
}
},
"ingress": {
"vlan": {
"name": "PDT_STD"
}
},
"name": "FWPA01",
"product": "PAN-OS",
"serial_number": "001701003551"
},
"paloalto": {
"Threat_ContentType": "end",
"VirtualLocation": "vsys1",
"destination": {
"region": "11.1.1.1-5.5.5.5"
},
"session": {
"end_reason": "tcp-fin",
"id": "111111"
},
"source": {
"region": "11.1.1.1-5.5.5.5"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"4.4.4.4"
],
"user": [
"user5",
"user6"
]
},
"rule": {
"name": "GEN_WINLOG_Users",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "4.4.4.4",
"bytes": 1974,
"ip": "4.4.4.4",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 6,
"port": 51413,
"user": {
"domain": "example",
"name": "user5"
}
},
"user": {
"domain": "example",
"name": "user5"
}
}
{
"message": "1,2023/06/16 10:41:44,001701003551,TRAFFIC,end,2305,2023/06/16 10:41:44,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,GEN_WINLOG_Users,user4,user3,windows-remote-management,vsys1,PDT_STD,INFRA_ADM,aaa.111,aaa.111,Syslog_Test,2023/06/16 10:41:44,111111,1,51413,5985,0,0,0x1c,tcp,allow,2346,1974,372,9,2023/06/16 10:41:26,16,not-resolved,0,69678105127,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,6,3,tcp-fin,0,0,0,0,,FWPA01,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 16,
"outcome": "success",
"type": [
"end"
]
},
"@timestamp": "2023-06-16T10:41:44Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "end"
},
"destination": {
"address": "3.3.3.3",
"bytes": 372,
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 3,
"port": 5985,
"user": {
"name": "user3"
}
},
"log": {
"hostname": "FWPA01",
"logger": "traffic"
},
"network": {
"application": "windows-remote-management",
"bytes": 2346,
"packets": 9,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "aaa.111",
"name": "aaa.111"
},
"vlan": {
"name": "INFRA_ADM"
}
},
"ingress": {
"vlan": {
"name": "PDT_STD"
}
},
"name": "FWPA01",
"product": "PAN-OS",
"serial_number": "001701003551"
},
"paloalto": {
"Threat_ContentType": "end",
"VirtualLocation": "vsys1",
"destination": {
"region": "11.1.1.1-5.5.5.5"
},
"session": {
"end_reason": "tcp-fin",
"id": "111111"
},
"source": {
"region": "11.1.1.1-5.5.5.5"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"4.4.4.4"
],
"user": [
"user3",
"user4"
]
},
"rule": {
"name": "GEN_WINLOG_Users",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "4.4.4.4",
"bytes": 1974,
"ip": "4.4.4.4",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 6,
"port": 51413,
"user": {
"name": "user4"
}
},
"user": {
"name": "user4"
}
}
{
"message": "{\"AttemptedGateways\": null, \"AuthMethod\": \"Cookie\", \"ConnectionError\": \"Cannot decrypt cookie\", \"ConnectionErrorID\": 10, \"ConnectionMethod\": null, \"CountOfRepeats\": 1, \"Description\": \"Login to: 1.2.3.4\", \"DeviceName\": \"DEVICE_test\", \"DeviceSN\": \"no-serial\", \"EndpointDeviceName\": null, \"EndpointOSType\": \"Windows\", \"EndpointOSVersion\": \"Microsoft Windows 10 Pro 64-bit\", \"EndpointSN\": null, \"EventIDValue\": \"gateway-auth\", \"EventStatus\": \"failure\", \"Gateway\": null, \"GatewayPriority\": null, \"GatewaySelectionType\": \"\", \"GlobalProtectClientVersion\": \"0.0.-1\", \"GlobalProtectGatewayLocation\": null, \"HostID\": null, \"LogSubtype\": \"globalprotect\", \"LogType\": \"GLOBALPROTECT\", \"LoginDuration\": 0, \"Portal\": \"GlobalProtect_External_Gateway\", \"PrivateIPv4\": \"\", \"PrivateIPv6\": \"\", \"PublicIPv4\": \"10.20.30.40\", \"PublicIPv6\": \"\", \"QuarantineReason\": null, \"RepeatCount\": 1, \"SSLResponseTime\": -1, \"SequenceNo\": 1234567890123456789, \"SourceRegion\": \"FR\", \"SourceUserName\": \"admin\", \"Stage\": \"login\", \"Subtype\": \"globalprotect\", \"TimeGenerated\": \"2026-06-01T05:33:50.000000Z\", \"TimeGeneratedHighResolution\": \"2026-06-01T05:33:51.698000Z\", \"TimeReceived\": \"2026-06-01T05:34:04.000000Z\", \"TunnelType\": null}",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "failure",
"reason": "Login to: 1.2.3.4",
"type": [
"start"
]
},
"@timestamp": "2026-06-01T05:33:50Z",
"action": {
"name": "gateway-auth",
"outcome": "failure",
"type": "globalprotect"
},
"error": {
"message": "Cannot decrypt cookie"
},
"log": {
"hostname": "DEVICE_test",
"logger": "globalprotect"
},
"observer": {
"name": "DEVICE_test",
"product": "PAN-OS",
"serial_number": "no-serial",
"version": "0.0.-1"
},
"paloalto": {
"Threat_ContentType": "globalprotect",
"authentication": {
"method": "Cookie"
},
"connection": {
"stage": "login"
}
},
"related": {
"ip": [
"10.20.30.40"
],
"user": [
"admin"
]
},
"source": {
"address": "10.20.30.40",
"geo": {
"name": "FR"
},
"ip": "10.20.30.40",
"user": {
"name": "admin"
}
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|GLOBALPROTECT|globalprotect|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:35:54 PanOSDeviceSN=REDACTED PanOSConfigVersion= start=Mar 01 2021 20:35:54 PanOSVirtualSystem=vsys1 PanOSEventIDValue=satellite-gateway-update-route PanOSStage=connected PanOSAuthMethod=RADIUS PanOSTunnelType=ipsec PanOSSourceUserName=REDACTED\\\\\\\\REDACTED PanOSSourceRegion=ET PanOSEndpointDeviceName=example PanOSPublicIPv4=1.1.1.1 PanOSPublicIPv6=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED PanOSPrivateIPv4=1.1.1.1 PanOSPrivateIPv6=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED PanOSHostID=REDACTED11111111-1111-1111-1111-111111111111 PanOSEndpointSN=serialno_list-1 PanOSGlobalProtectClientVersion=3.0.9 PanOSEndpointOSType=Intel Mac OS PanOSEndpointOSVersion=9.3.5 PanOSCountOfRepeats=16777216 PanOSQuarantineReason=Malicious Traffic PanOSConnectionError=Client cert not present PanOSDescription=opaque_list-1 PanOSEventStatus=failure PanOSGlobalProtectGatewayLocation=San Francisco PanOSLoginDuration=1 PanOSConnectionMethod=connect_method_list-1 PanOSConnectionErrorID=0 PanOSPortal=portal_list-2 PanOSSequenceNo=34401910 PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12 PanOSGatewaySelectionType= PanOSSSLResponseTime= PanOSGatewayPriority= PanOSAttemptedGateways= PanOSGateway= PanOSDGHierarchyLevel1=20 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= PanOSDeviceName=EXAMPLE PanOSVirtualSystemID=1",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "failure",
"reason": "Client cert not present",
"severity": 3,
"start": "2021-03-01T20:35:54Z",
"timezone": "UTC",
"type": [
"start"
]
},
"@timestamp": "2021-03-01T20:35:54Z",
"action": {
"name": "satellite-gateway-update-route",
"outcome": "failure",
"type": "globalprotect"
},
"host": {
"hostname": "example",
"name": "example",
"os": {
"type": "Intel Mac OS"
}
},
"log": {
"logger": "globalprotect"
},
"network": {
"type": "ipsec"
},
"observer": {
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSQuarantineReason": "Malicious Traffic",
"authentication": {
"method": "RADIUS"
},
"connection": {
"method": "connect_method_list-1",
"stage": "connected"
}
},
"related": {
"hosts": [
"example"
],
"user": [
"REDACTED"
]
},
"source": {
"user": {
"domain": "REDACTED",
"name": "REDACTED"
}
},
"user": {
"domain": "REDACTED",
"name": "REDACTED"
}
}
{
"message": "1,2020/12/08 14:30:55,011111114444,GLOBALPROTECT,0,2305,2020/12/08 13:30:55,vsys1,gw-auth,login,Other,,user1,FR,EXAMPLE,1.1.1.1,2.2.2.2,2.2.2.2,2.2.2.2,aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee,ABCDEFG,5.1.4,Windows,\"Microsoft Windows 10 Pro , 64-bit\",1,,,\"\",success,,0,user-logon,0,gw1,1234567,0x8000000000000000",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2020-12-08T14:30:55Z",
"action": {
"name": "gw-auth",
"outcome": "success",
"type": "0"
},
"host": {
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee",
"name": "EXAMPLE",
"os": {
"version": "Microsoft Windows 10 Pro , 64-bit"
}
},
"log": {
"logger": "globalprotect"
},
"observer": {
"product": "PAN-OS",
"serial_number": "ABCDEFG"
},
"paloalto": {
"EventID": "gw-auth",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"connection": {
"stage": "login"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "user1"
}
},
"user": {
"name": "user1"
},
"user_agent": {
"os": {
"name": "Windows",
"version": "Microsoft Windows 10 Pro , 64-bit"
}
}
}
{
"message": "1,2023/06/28 14:40:42,015451000032715,GLOBALPROTECT,0,2562,2023/06/28 14:40:42,vsys1,gateway-config-release,configuration,,,example.org\\\\test,EN,EXAMPLE,1.1.1.1,2.2.2.2,3.3.3.3,2.2.2.2,11111111-1111-1111-1111-111111111111,DFN3535D,6.0.4,Windows,\"Microsoft Windows 10 Enterprise , 64-bit\",1,,,,success,,0,,0,VPN_GATEWAY,5555555555555555555,0x8000000000000000,2023-06-28T14:40:43.134+02:00,,,,,,0,0,0,0,,VPN-DOM-01,1\n",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2023-06-28T12:40:43.134000Z",
"action": {
"name": "gateway-config-release",
"outcome": "success",
"type": "0"
},
"host": {
"id": "11111111-1111-1111-1111-111111111111",
"name": "EXAMPLE",
"os": {
"version": "Microsoft Windows 10 Enterprise , 64-bit"
}
},
"log": {
"logger": "globalprotect"
},
"observer": {
"product": "PAN-OS",
"serial_number": "DFN3535D"
},
"paloalto": {
"EventID": "gateway-config-release",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"connection": {
"stage": "configuration"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"test"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"domain": "example.org",
"name": "test"
}
},
"user": {
"domain": "example.org",
"name": "test"
},
"user_agent": {
"os": {
"name": "Windows",
"version": "Microsoft Windows 10 Enterprise , 64-bit"
}
}
}
{
"message": "{\"Action\": \"alert\", \"Application\": \"jira-uploading\", \"ApplicationCategory\": \"saas\", \"ApplicationContainer\": \"jira\", \"ApplicationSubcategory\": \"general-business\", \"DestinationAddress\": \"1.1.1.1\", \"DestinationDeviceHost\": null, \"DestinationDeviceMac\": null, \"DestinationDeviceOSFamily\": null, \"DestinationLocation\": \"IN\", \"DestinationPort\": 443, \"DestinationUser\": null, \"DeviceName\": \"MYDEVICE\", \"DeviceSN\": \"no-serial\", \"DirectionOfAttack\": \"client to server\", \"DomainEDL\": null, \"FileHash\": null, \"FileName\": \"sha256-9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15\", \"FileType\": \"PNG File Upload\", \"FromZone\": \"trust\", \"HTTP2Connection\": 0, \"InboundInterface\": \"tunnel.1\", \"IsPacketCapture\": false, \"Justification\": null, \"LogType\": \"THREAT\", \"NATDestination\": \"1.1.1.1\", \"NATDestinationPort\": 443, \"NATSource\": \"3.3.3.3\", \"NATSourcePort\": 51468, \"OutboundInterface\": \"ethernet1/1\", \"PartialHash\": 0, \"Protocol\": \"tcp\", \"ReasonForDataFilteringAction\": null, \"RepeatCount\": 1, \"Rule\": \"Global_Outbound_internet_access\", \"RuleUUID\": \"11111111-1111-1111-1111-111111111111\", \"SequenceNo\": 111456789, \"SessionID\": 111, \"SourceAddress\": \"2.2.2.2\", \"SourceDeviceHost\": null, \"SourceDeviceMac\": null, \"SourceDeviceOSFamily\": null, \"SourceLocation\": \"LOCATION\", \"SourcePort\": 58786, \"SourceUser\": \"john.doe@example.com\", \"SubType\": \"file\", \"Subtype\": \"file\", \"TimeGenerated\": \"2025-07-25T14:33:36.000000Z\", \"TimeGeneratedHighResolution\": \"2025-07-25T14:33:36.205000Z\", \"TimeReceived\": \"2025-07-25T14:33:43.000000Z\", \"ToZone\": \"untrust\", \"TunneledApplication\": \"jira-uploading\", \"URLCategory\": \"computer-and-internet-info\", \"Users\": \"john.doe@example.com\", \"VendorSeverity\": \"Low\"}",
"event": {
"action": "alert",
"category": [
"file"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2025-07-25T14:33:36Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "file"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 443
},
"port": 443
},
"file": {
"hash": {
"sha256": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15"
}
},
"log": {
"hostname": "MYDEVICE",
"level": "Low",
"logger": "threat"
},
"network": {
"application": "jira-uploading",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "tunnel.1",
"name": "tunnel.1"
}
},
"ingress": {
"interface": {
"alias": "trust"
}
},
"name": "MYDEVICE",
"product": "PAN-OS",
"serial_number": "no-serial"
},
"paloalto": {
"DirectionOfAttack": "client to server",
"Threat_ContentType": "file",
"URLCategory": "computer-and-internet-info",
"application": {
"category": "saas",
"container": "jira",
"subcategory": "general-business",
"tunneled": "jira-uploading"
},
"session": {
"id": 111
}
},
"related": {
"hash": [
"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15"
],
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
],
"user": [
"john.doe",
"john.doe@example.com"
]
},
"rule": {
"name": "Global_Outbound_internet_access",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "2.2.2.2",
"geo": {
"name": "LOCATION"
},
"ip": "2.2.2.2",
"nat": {
"ip": "3.3.3.3",
"port": 51468
},
"port": 58786,
"user": {
"name": "john.doe@example.com"
}
},
"user": {
"domain": "example.com",
"email": "john.doe@example.com",
"name": "john.doe"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|HIPMATCH||3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:20:13 deviceExternalId=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED dntdom=REDACTED suser=REDACTED duser=REDACTED suid= duid= PanOSTenantID=REDACTED PanOSUUID= PanOSConfigVersion= start=Mar 01 2021 21:20:13 PanOSSourceUser=REDACTED\\\\REDACTED cs3=vsys1 cs3Label=VirtualLocation shost=machine_name1 dhost=machine_name1 cs2=iOS cs2Label=EndpointOSType src=1.1.1.1 dst=1.1.1.1 cat=match_name1 cnt=1 PanOSHipMatchType=HIP Profile externalId=REDACTED PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID c6a1=REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED:REDACTED c6a1Label=Device IPv6 Address PanOSHostID=REDACTED11111111-1111-1111-1111-111111111111 PanOSEndpointSerialNumber=REDACTED PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceMac= PanOSSourceDeviceHost= PanOSSource= PanOSTimestampDeviceIdentification=Dec PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12",
"event": {
"category": [
"network"
],
"dataset": "hipmatch",
"severity": 3,
"start": "2021-03-01T21:20:13Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T21:20:13Z",
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "REDACTED"
}
},
"host": {
"hostname": "EXAMPLE",
"id": "REDACTED",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "hipmatch"
},
"observer": {
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSEndpointSerialNumber": "REDACTED",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1",
"endpoint": {
"serial_number": "REDACTED"
}
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "REDACTED"
}
},
"user": {
"name": "REDACTED"
}
}
{
"message": "<14>Sep 16 10:00:02 PP 1,9/16/19 10:00,1801017000,TRAFFIC,start,2049,9/16/19 10:00,1.1.1.1,2.2.2.2,1.1.1.1,3.3.3.3,PING,,,ping,vsys,AAAAA,Zone1,ethernet1/1,ae2.11,Secure,9/16/19 10:00,11111,3,0,0,0,0,0x500000,icmp,allow,222,222,0,3,9/16/19 10:00,0,any,0,50660388939,0x0,Spain,France,0,3,0,n/a,0,0,0,0,,PA,from-policy,,,0,,0,,N/A,0,0,0,0",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2019-09-16T10:00:00Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "start"
},
"destination": {
"address": "2.2.2.2",
"bytes": 0,
"geo": {
"name": "France"
},
"ip": "2.2.2.2",
"nat": {
"ip": "3.3.3.3",
"port": 0
},
"packets": 0,
"port": 0
},
"log": {
"hostname": "PA",
"logger": "traffic"
},
"network": {
"application": "ping",
"bytes": 222,
"packets": 3,
"transport": "icmp"
},
"observer": {
"egress": {
"interface": {
"id": "1",
"name": "ethernet1/1"
},
"vlan": {
"name": "Zone1"
}
},
"ingress": {
"vlan": {
"name": "AAAAA"
}
},
"name": "PA",
"product": "PAN-OS",
"serial_number": "1801017000"
},
"paloalto": {
"Threat_ContentType": "start",
"VirtualLocation": "vsys",
"session": {
"end_reason": "n/a",
"id": "11111"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
]
},
"rule": {
"name": "PING"
},
"source": {
"address": "1.1.1.1",
"bytes": 222,
"geo": {
"name": "Spain"
},
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 3,
"port": 0
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|IPTAG|iptag|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:20:13 deviceExternalId=REDACTED PanOSTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSetting= PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSRuleMatched= PanOSRuleMatchedUUID= PanOSConfigVersion= start=Mar 01 2021 21:20:13 cs3=vsys1 cs3Label=VirtualLocation src=1.1.1.1 dst=1.1.1.1 PanOSTagName= PanOSEventID=Unregister cnt=1 PanOSMappingTimeout=10 PanOSMappingDataSource=XMLAPI PanOSMappingDataSourceType=XML-API PanOSMappingDataSourceSubType=Unknown externalId=REDACTED PanOSDGHierarchyLevel1=18 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID PanOSIPSubnetRange= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12",
"event": {
"category": [
"network"
],
"dataset": "iptag",
"severity": 3,
"start": "2021-03-01T21:20:13Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T21:20:13Z",
"action": {
"type": "iptag"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"host": {
"hostname": "EXAMPLE",
"id": "REDACTED",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "iptag"
},
"observer": {
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"VirtualLocation": "vsys1",
"VirtualSystemID": "1"
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"1.1.1.1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "{\"TimeReceived\": \"2024-06-25T21:32:54.000000Z\", \"DeviceSN\": \"000011111112222\", \"LogType\": \"THREAT\", \"Subtype\": \"url\", \"ConfigVersion\": \"10.2\", \"TimeGenerated\": \"2024-06-25T21:30:00.000000Z\", \"SourceAddress\": \"1.1.1.1\", \"DestinationAddress\": \"4.4.4.4\", \"NATSource\": \"2.2.2.2\", \"NATDestination\": \"3.3.3.3\", \"Rule\": \"Rule124\", \"SourceUser\": null, \"DestinationUser\": null, \"Application\": \"ssl\", \"VirtualLocation\": \"vsys1\", \"FromZone\": \"INSIDE\", \"ToZone\": \"OUTSIDE\", \"InboundInterface\": \"ethernet1/2\", \"OutboundInterface\": \"ethernet1/1\", \"LogSetting\": \"Panorama_CDL\", \"SessionID\": 111111, \"RepeatCount\": 1, \"SourcePort\": 51501, \"DestinationPort\": 443, \"NATSourcePort\": 63989, \"NATDestinationPort\": 443, \"Protocol\": \"tcp\", \"Action\": \"alert\", \"URL\": \"www.example.org\", \"URLCategory\": \"computer-and-internet-info\", \"VendorSeverity\": \"Informational\", \"DirectionOfAttack\": \"client to server\", \"SequenceNo\": 7353954110769176067, \"SourceLocation\": \"AZURE-EU-WEST-CBS-BELLEM\", \"DestinationLocation\": \"NL\", \"ContentType\": null, \"PacketID\": 0, \"URLCounter\": 0, \"UserAgent\": null, \"X-Forwarded-For\": null, \"Referer\": null, \"DGHierarchyLevel1\": 982, \"DGHierarchyLevel2\": 117, \"DGHierarchyLevel3\": 0, \"DGHierarchyLevel4\": 0, \"VirtualSystemName\": \"\", \"DeviceName\": \"DN-EUWEST-F2\", \"SourceUUID\": null, \"DestinationUUID\": null, \"HTTPMethod\": \"unknown\", \"IMSI\": 0, \"IMEI\": null, \"ParentSessionID\": 0, \"ParentStarttime\": \"1970-01-01T00:00:00.000000Z\", \"Tunnel\": \"N/A\", \"InlineMLVerdict\": \"unknown\", \"ContentVersion\": \"0\", \"SigFlags\": 0, \"HTTPHeaders\": null, \"URLCategoryList\": \"computer-and-internet-info,low-risk\", \"RuleUUID\": \"11111111-1111-1111-1111-111111111111\", \"HTTP2Connection\": 0, \"DynamicUserGroupName\": null, \"X-Forwarded-ForIP\": null, \"SourceDeviceCategory\": null, \"SourceDeviceProfile\": null, \"SourceDeviceModel\": null, \"SourceDeviceVendor\": null, \"SourceDeviceOSFamily\": null, \"SourceDeviceOSVersion\": null, \"SourceDeviceHost\": null, \"SourceDeviceMac\": null, \"DestinationDeviceCategory\": null, \"DestinationDeviceProfile\": null, \"DestinationDeviceModel\": null, \"DestinationDeviceVendor\": null, \"DestinationDeviceOSFamily\": null, \"DestinationDeviceOSVersion\": null, \"DestinationDeviceHost\": null, \"DestinationDeviceMac\": null, \"ContainerID\": null, \"ContainerNameSpace\": null, \"ContainerName\": null, \"SourceEDL\": null, \"DestinationEDL\": null, \"HostID\": null, \"EndpointSerialNumber\": null, \"SourceDynamicAddressGroup\": null, \"DestinationDynamicAddressGroup\": null, \"TimeGeneratedHighResolution\": \"2024-06-25T21:30:00.103000Z\", \"NSSAINetworkSliceType\": null}",
"event": {
"action": "alert",
"category": [
"network"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-06-25T21:30:00Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "url"
},
"destination": {
"address": "4.4.4.4",
"domain": "www.example.org",
"ip": "4.4.4.4",
"nat": {
"ip": "3.3.3.3",
"port": 443
},
"port": 443
},
"log": {
"hostname": "DN-EUWEST-F2",
"level": "Informational",
"logger": "threat"
},
"network": {
"application": "ssl",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "OUTSIDE",
"id": "2",
"name": "ethernet1/2"
}
},
"ingress": {
"interface": {
"alias": "INSIDE"
}
},
"name": "DN-EUWEST-F2",
"product": "PAN-OS",
"serial_number": "000011111112222"
},
"paloalto": {
"DGHierarchyLevel1": "982",
"DGHierarchyLevel2": "117",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "client to server",
"Threat_ContentType": "url",
"URLCategory": "computer-and-internet-info",
"URLCategoryList": [
"computer-and-internet-info",
"low-risk"
],
"VirtualLocation": "vsys1",
"session": {
"id": 111111
}
},
"related": {
"hosts": [
"www.example.org"
],
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4"
]
},
"rule": {
"name": "Rule124",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"geo": {
"name": "AZURE-EU-WEST-CBS-BELLEM"
},
"ip": "1.1.1.1",
"nat": {
"ip": "2.2.2.2",
"port": 63989
},
"port": 51501
},
"threat": {
"indicator": {
"name": "www.example.org"
}
},
"url": {
"domain": "www.example.org",
"full": "https://www.example.org",
"original": "https://www.example.org",
"port": 443,
"registered_domain": "example.org",
"scheme": "https",
"subdomain": "www",
"top_level_domain": "org"
}
}
{
"message": "{\"TimeReceived\": \"2024-06-25T21:30:08.000000Z\", \"DeviceSN\": \"no-serial\", \"LogType\": \"THREAT\", \"Subtype\": \"url\", \"ConfigVersion\": \"10.2\", \"TimeGenerated\": \"2024-06-25T21:30:00.000000Z\", \"SourceAddress\": \"3.3.3.3\", \"DestinationAddress\": \"2.2.2.2\", \"NATSource\": \"5.5.5.5\", \"NATDestination\": \"4.4.4.4\", \"Rule\": \"Global_Internet_Network_Awareness_Service\", \"SourceUser\": \"jdoe@example.org\", \"DestinationUser\": null, \"Application\": \"web-browsing\", \"VirtualLocation\": \"vsys1\", \"FromZone\": \"ZR-EUWS-1\", \"ToZone\": \"untrust\", \"InboundInterface\": \"tunnel.107\", \"OutboundInterface\": \"ethernet1/1\", \"LogSetting\": \"default\", \"SessionID\": 1111111, \"RepeatCount\": 1, \"SourcePort\": 53610, \"DestinationPort\": 80, \"NATSourcePort\": 36160, \"NATDestinationPort\": 80, \"Protocol\": \"tcp\", \"Action\": \"alert\", \"URL\": \"www.example.com/connecttest.txt\", \"URLCategory\": \"computer-and-internet-info\", \"VendorSeverity\": \"Informational\", \"DirectionOfAttack\": \"client to server\", \"SequenceNo\": 7372845116442397960, \"SourceLocation\": \"1.1.1.1-6.6.6.6\", \"DestinationLocation\": \"US\", \"ContentType\": \"text/plain\", \"PacketID\": 0, \"URLCounter\": 1, \"UserAgent\": \"Microsoft NCSI\", \"X-Forwarded-For\": null, \"Referer\": null, \"DGHierarchyLevel1\": 463, \"DGHierarchyLevel2\": 525, \"DGHierarchyLevel3\": 0, \"DGHierarchyLevel4\": 0, \"VirtualSystemName\": \"\", \"DeviceName\": \"ZR-EUWS-1\", \"SourceUUID\": null, \"DestinationUUID\": null, \"HTTPMethod\": \"get\", \"IMSI\": 0, \"IMEI\": null, \"ParentSessionID\": 0, \"ParentStarttime\": \"1970-01-01T00:00:00.000000Z\", \"Tunnel\": \"N/A\", \"InlineMLVerdict\": \"unknown\", \"ContentVersion\": \"0\", \"SigFlags\": 0, \"HTTPHeaders\": null, \"URLCategoryList\": \".msftconnecttest.com,computer-and-internet-info,low-risk\", \"RuleUUID\": \"11111111-1111-1111-1111-111111111111\", \"HTTP2Connection\": 0, \"DynamicUserGroupName\": null, \"X-Forwarded-ForIP\": null, \"SourceDeviceCategory\": null, \"SourceDeviceProfile\": null, \"SourceDeviceModel\": null, \"SourceDeviceVendor\": null, \"SourceDeviceOSFamily\": null, \"SourceDeviceOSVersion\": null, \"SourceDeviceHost\": null, \"SourceDeviceMac\": null, \"DestinationDeviceCategory\": null, \"DestinationDeviceProfile\": null, \"DestinationDeviceModel\": null, \"DestinationDeviceVendor\": null, \"DestinationDeviceOSFamily\": null, \"DestinationDeviceOSVersion\": null, \"DestinationDeviceHost\": null, \"DestinationDeviceMac\": null, \"ContainerID\": null, \"ContainerNameSpace\": null, \"ContainerName\": null, \"SourceEDL\": null, \"DestinationEDL\": null, \"HostID\": null, \"EndpointSerialNumber\": null, \"SourceDynamicAddressGroup\": null, \"DestinationDynamicAddressGroup\": null, \"TimeGeneratedHighResolution\": \"2024-06-25T21:30:00.778000Z\", \"NSSAINetworkSliceType\": null}",
"event": {
"action": "alert",
"category": [
"network"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-06-25T21:30:00Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "url"
},
"destination": {
"address": "2.2.2.2",
"domain": "www.example.com",
"ip": "2.2.2.2",
"nat": {
"ip": "4.4.4.4",
"port": 80
},
"port": 80
},
"http": {
"request": {
"method": "get"
}
},
"log": {
"hostname": "ZR-EUWS-1",
"level": "Informational",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "tunnel.107",
"name": "tunnel.107"
}
},
"ingress": {
"interface": {
"alias": "ZR-EUWS-1"
}
},
"name": "ZR-EUWS-1",
"product": "PAN-OS",
"serial_number": "no-serial"
},
"paloalto": {
"ContentType": "text/plain",
"DGHierarchyLevel1": "463",
"DGHierarchyLevel2": "525",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "client to server",
"Threat_ContentType": "url",
"URLCategory": "computer-and-internet-info",
"URLCategoryList": [
".msftconnecttest.com",
"computer-and-internet-info",
"low-risk"
],
"VirtualLocation": "vsys1",
"session": {
"id": 1111111
},
"source": {
"region": "1.1.1.1-6.6.6.6"
}
},
"related": {
"hosts": [
"www.example.com"
],
"ip": [
"2.2.2.2",
"3.3.3.3",
"4.4.4.4",
"5.5.5.5"
],
"user": [
"jdoe",
"jdoe@example.org"
]
},
"rule": {
"name": "Global_Internet_Network_Awareness_Service",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"ip": "5.5.5.5",
"port": 36160
},
"port": 53610,
"user": {
"name": "jdoe@example.org"
}
},
"threat": {
"indicator": {
"name": "www.example.com/connecttest.txt"
}
},
"url": {
"domain": "www.example.com",
"full": "https://www.example.com/connecttest.txt",
"original": "https://www.example.com/connecttest.txt",
"path": "/connecttest.txt",
"port": 443,
"registered_domain": "example.com",
"scheme": "https",
"subdomain": "www",
"top_level_domain": "com"
},
"user": {
"domain": "example.org",
"email": "jdoe@example.org",
"name": "jdoe"
},
"user_agent": {
"name": "Microsoft NCSI"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|SCTP||9|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:22:02 deviceExternalId=REDACTED PanOSCaptivePortal= PanOSContentVersion= PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceMac= PanOSDestinationDeviceModel= PanOSDestinationDeviceOS= PanOSDestinationDeviceVendor= PanOSDestinationLocation=IN PanOSDestinationUUID= PanOSDestinationUserDomain=paloaltonetwork PanOSDestinationUserName=REDACTED PanOSDestinationUserUUID= PanOSInboundInterfaceDetailsPort=1 PanOSInboundInterfaceDetailsSlot=1 PanOSInboundInterfaceDetailsType=ethernet PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer= PanOSIsContainer= PanOSIsDecryptMirror= PanOSIsDecryptedLog= PanOSIsDecryptedPayloadForward= PanOSIsDuplicateLog=false PanOSIsIPV6= PanOSIsInspectrionBeforeSession= PanOSIsMptcpOn= PanOSIsNonStandardDestinationPort= PanOSIsPacketCapture= PanOSIsPhishing= PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy= PanOSIsReconExcluded= PanOSIsServertoClient= PanOSIsSourceXForwarded= PanOSIsSystemReturn= PanOSIsTransaction= PanOSIsTunnelInspected= PanOSIsURLDenied= PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT= PanOSOutboundInterfaceDetailsPort=2 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSSessionEndReason= PanOSSessionOwnerMidx= PanOSSessionTracker= PanOSSeverity=Critical PanOSSourceDeviceClass= PanOSSourceDeviceMac= PanOSSourceDeviceModel= PanOSSourceDeviceOS= PanOSSourceDeviceVendor= PanOSSourceLocation=US PanOSSourceUUID= PanOSSourceUserDomain=paloaltonetwork PanOSSourceUserName=REDACTED PanOSSourceUserUUID= PanOSTunnel=N/A PanOSVirtualSystemID=1 PanOSConfigVersion= start=Mar 01 2021 21:22:02 src=1.1.1.1 dst=1.1.1.1 PanOSNATSource=1.1.1.1 PanOSNATDestination=1.1.1.1 cs1=allow-business-apps cs1Label=Rule PanOSSourceUser=example\\\\REDACTED PanOSDestinationUser=paloaltonetworkREDACTED PanOSApplication=panorama cs3=vsys1 cs3Label=VirtualLocation cs4=corporate cs4Label=FromZone cs5=untrust cs5Label=ToZone PanOSInboundInterface=ethernet1/1 deviceOutboundInterface=ethernet1/2 cs6=test cs6Label=LogSetting PanOSSessionID=391582 cnt=1 spt=3033 dpt=5496 PanOSNATSourcePort=26714 PanOSNATDestinationPort=15054 proto=tcp act=alert PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE externalId=REDACTED PanOSEndpointAssociationID=2086888838 PanOSPayloadProtocolID=-1 PanOSSctpChunkType=9 PanOSSCTPEventType=Kerberos single sign-on failed PanOSEventCode=3 PanOSVerificationTag1=0x3bae3042 PanOSVerificationTag2=0x1911015e PanOSSctpCauseCode=0 PanOSDiamAppID=-1 PanOSDiameterCommandCode=-1 PanOSDiamAvpCode=0 PanOSStreamID=0 PanOSAssocationEndReason= PanOSMapAppCode=0 PanOSSccpCallingSSN=0 PanOSSccpCallingGt= PanOSSctpFilter= PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSPacketsTotal=0 PanOSPacketsSent=0 PanOSPacketsReceived=0 PanOSRuleUUID= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12",
"event": {
"action": "alert",
"category": [
"network"
],
"dataset": "sctp",
"severity": 9,
"start": "2021-03-01T21:22:02Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T21:22:02Z",
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"packets": 0,
"port": 5496
},
"host": {
"hostname": "EXAMPLE",
"id": "REDACTED",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "sctp"
},
"network": {
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "2",
"name": "ethernet1/2"
}
},
"ingress": {
"interface": {
"alias": "corporate"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSSourceLocation": "US",
"VirtualLocation": "vsys1"
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"rule": {
"name": "allow-business-apps"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"packets": 0,
"port": 3033,
"user": {
"name": "REDACTED"
}
},
"user": {
"name": "REDACTED"
}
}
{
"message": "1,2020/12/08 13:44:55,11111114444,SYSTEM,auth,0,2020/12/08 13:44:55,,auth-success,GP,0,0,general,informational,\"authenticated for user 'user1'. auth profile 'GP', vsys 'vsys123', server profile 'LDAP', server address 'srv01.test.local', From: 1.1.1.1.\",5211100,0x8000000000000000,0,0,0,0,,fw1",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user 'user1'",
"type": [
"start"
]
},
"@timestamp": "2020-12-08T13:44:55Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "srv01.test.local",
"domain": "srv01.test.local",
"subdomain": "srv01.test"
},
"log": {
"hostname": "fw1",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "fw1",
"product": "PAN-OS",
"serial_number": "11111114444"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "GP"
},
"server": {
"profile": "LDAP"
},
"vsys": "vsys123"
},
"related": {
"hosts": [
"srv01.test.local"
],
"ip": [
"1.1.1.1"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "user1"
}
}
{
"message": "<14>Sep 16 10:00:02 PA-1 1,9/16/19 10:00,1801016000,TRAFFIC,start,2049,9/16/19 10:00,3.3.3.3,4.4.4.4,1.1.1.1,1.1.1.1,proxy1,,,web-browsing,vsys1234,v10213,zone1,a.1,b.2,Secure,9/16/19 10:00,11111,1,61000,80,0,0,0x0,tcp,allow,800,700,70,2,9/16/19 10:00,0,any,0,50660381839,0x0,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,2,1,n/a,0,0,0,0,,PP,from-policy,,,0,,0,,N/A,0,0,0,0",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2019-09-16T10:00:00Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "start"
},
"destination": {
"address": "4.4.4.4",
"bytes": 70,
"ip": "4.4.4.4",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 1,
"port": 80
},
"log": {
"hostname": "PP",
"logger": "traffic"
},
"network": {
"application": "web-browsing",
"bytes": 800,
"packets": 2,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "a.1",
"name": "a.1"
},
"vlan": {
"name": "zone1"
}
},
"ingress": {
"vlan": {
"name": "v10213"
}
},
"name": "PP",
"product": "PAN-OS",
"serial_number": "1801016000"
},
"paloalto": {
"Threat_ContentType": "start",
"VirtualLocation": "vsys1234",
"destination": {
"region": "11.1.1.1-5.5.5.5"
},
"session": {
"end_reason": "n/a",
"id": "11111"
},
"source": {
"region": "11.1.1.1-5.5.5.5"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"4.4.4.4"
]
},
"rule": {
"name": "proxy1"
},
"source": {
"address": "3.3.3.3",
"bytes": 700,
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 2,
"port": 61000
}
}
{
"message": "1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication request is timed out",
"type": [
"start"
]
},
"@timestamp": "2024-12-16T19:19:04.851000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/26 10:22:28,1111111111,SYSTEM,auth,2561,2025/02/26 10:22:28,,auth-fail,GCA_VPN_AUTH_SEQ,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: User is not in allowlist. auth profile 'GCA_VPN_AUTH_SEQ', vsys 'vsys1', From: 1.1.1.1.\",7473081312217257800,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-26T10:22:28.691+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "User is not in allowlist",
"type": [
"start"
]
},
"@timestamp": "2025-02-26T09:22:28.691000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "GCA_VPN_AUTH_SEQ"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/11 10:34:25,1111111111,SYSTEM,auth,2562,2025/02/11 10:34:26,,auth-fail,FWPA,0,0,general,medium,\"failed authentication for user 'user1'. Reason: Invalid username/password. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7459881507616729894,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:34:26.348+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Invalid username/password",
"type": [
"start"
]
},
"@timestamp": "2025-02-11T09:34:26.348000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPAN01",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPAN01",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FWPA"
},
"server": {
"profile": "RADIUS_RSA"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user1"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "user1"
}
}
{
"message": "1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-success,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication request is timed out",
"type": [
"start"
]
},
"@timestamp": "2024-12-16T19:19:04.851000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/26 10:12:07,1111111111,SYSTEM,auth,2561,2025/02/26 10:12:07,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7473081312217252401,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-26T10:12:07.623+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication request is timed out",
"type": [
"start"
]
},
"@timestamp": "2025-02-26T09:12:07.623000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/24 14:58:26,1111111111,SYSTEM,auth,2561,2025/02/24 14:58:27,,auth-fail,AD-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Invalid username/password. auth profile 'AD-AUTH', vsys 'shared', server profile 'GCA-AD', server address '1.1.1.1', From: 2.2.2.2.\",7473081312215912049,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-24T14:58:27.897+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Invalid username/password",
"type": [
"start"
]
},
"@timestamp": "2025-02-24T13:58:27.897000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "AD-AUTH"
},
"server": {
"profile": "GCA-AD"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/24 14:58:26,1111111111,SYSTEM,auth,2561,2025/02/24 14:58:27,,auth-fail,AD-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Invalid username/password. auth profile 'AD-AUTH', vsys 'shared', server profile 'GCA-AD', server address '1.1.1.1', From: 2.2.2.2.\",7473081312215912049,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-24T14:58:27.897+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Invalid username/password",
"type": [
"start"
]
},
"@timestamp": "2025-02-24T13:58:27.897000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "AD-AUTH"
},
"server": {
"profile": "GCA-AD"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/21 08:25:50,1111111111,SYSTEM,auth,2561,2025/02/21 08:25:51,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: User is in locked users list. auth profile 'ESA-AUTH', vsys 'vsys1', auth protocol 'unknown RADIUS authentication protocol', From: 1.1.1.1.\",7473081312213343374,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-21T08:25:51.399+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "User is in locked users list",
"type": [
"start"
]
},
"@timestamp": "2025-02-21T07:25:51.399000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/21 08:25:50,1111111111,SYSTEM,auth,2561,2025/02/21 08:25:51,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: User is in locked users list. auth profile 'ESA-AUTH', vsys 'vsys1', auth protocol 'unknown RADIUS authentication protocol', From: 1.1.1.1.\",7473081312213343374,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-21T08:25:51.399+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "User is in locked users list",
"type": [
"start"
]
},
"@timestamp": "2025-02-21T07:25:51.399000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/02/19 07:27:09,016301013012,SYSTEM,auth,2561,2025/02/19 07:24:51,,auth-fail,,0,0,general,medium,\"failed authentication for user 'user1'. Reason: Authentication profile not found for the user. From: 1.1.1.1.\",7473011295655034976,0x0,0,0,0,0,,FWPADC2,0,0,2025-02-19T07:27:10.089+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication profile not found for the user",
"type": [
"start"
]
},
"@timestamp": "2025-02-19T06:27:10.089000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "FWPADC2",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC2",
"product": "PAN-OS",
"serial_number": "016301013012"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "user1"
}
}
{
"message": "1,2025/02/11 09:35:28,1111111111,SYSTEM,auth,2561,2025/02/11 09:35:29,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'user1'. Reason: Internal error, e.g. network connection, DNS failure or remote server down. auth profile 'ESA-AUTH',\",7439393285315977320,0x0,0,0,0,0,,FWPADC1,0,0,2025-02-11T09:35:29.424+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Internal error, e.g. network connection, DNS failure or remote server down",
"type": [
"start"
]
},
"@timestamp": "2025-02-11T08:35:29.424000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
}
},
"related": {
"user": [
"user1"
]
},
"user": {
"name": "user1"
}
}
{
"message": "1,2025/02/11 10:34:25,1111111111,SYSTEM,auth,2562,2025/02/11 10:34:26,,auth-fail,FWPA,0,0,general,medium,\"failed authentication for user 'user1'. Reason: Invalid username/password. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7459881507616729894,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:34:26.348+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Invalid username/password",
"type": [
"start"
]
},
"@timestamp": "2025-02-11T09:34:26.348000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPAN01",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPAN01",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FWPA"
},
"server": {
"profile": "RADIUS_RSA"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user1"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "user1"
}
}
{
"message": "1,2025/02/11 10:35:09,1111111111,SYSTEM,auth,2562,2025/02/11 10:35:10,,auth-success,FWPA,0,0,general,informational,\"authenticated for user 'user1'. auth profile 'FWPA', vsys 'shared', server profile 'RADIUS_RSA', server address '1.1.1.1', auth protocol 'PAP', admin role 'superreader', From: 2.2.2.2.\",7459881507616729900,0x0,0,0,0,0,,FWPAN01,0,0,2025-02-11T10:35:10.099+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user 'user1'",
"type": [
"start"
]
},
"@timestamp": "2025-02-11T09:35:10.099000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPAN01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FWPAN01",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FWPA"
},
"server": {
"profile": "RADIUS_RSA"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user1"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "user1"
}
}
{
"message": "1,2025/03/06 17:43:12,1111111111,SYSTEM,auth,2561,2025/03/06 17:43:12,,auth-success,ESA-AUTH,0,0,general,informational,\"authenticated for user 'jane.doe'. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7473081312223375061,0x0,0,0,0,0,,FWPADC1,0,0,2025-03-06T17:43:12.834+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user 'jane.doe'",
"type": [
"start"
]
},
"@timestamp": "2025-03-06T16:43:12.834000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"jane.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "jane.doe"
}
}
{
"message": "1,2026/04/17 09:45:19,01234567890,SYSTEM,auth,2817,2026/04/17 09:45:20,,auth-success,AUTH PROFILE,0,0,general,informational,\"authenticated for user 'JOHNDOE'. EAP outer identity 'JOHNDOE', inner identity 'JOHNDOE', auth profile 'AUTH PROFILE', vsys 'vsys1', server profile 'PROFILE', server address '1.1.1.1', auth protocol 'PEAP-MSCHAPv2', admin role 'Read ALL', From: 2.2.2.2.\",1111111111111111111,0x0,0,0,0,0,,EXAMPLE,0,0,2026-04-17T09:45:20.513+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user 'JOHNDOE'",
"type": [
"start"
]
},
"@timestamp": "2026-04-17T07:45:20.513000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "EXAMPLE",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "EXAMPLE",
"product": "PAN-OS",
"serial_number": "01234567890"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "AUTH PROFILE"
},
"server": {
"profile": "PROFILE"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"JOHNDOE"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "JOHNDOE"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:36:37.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"url-filtering\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:36:23.000000Z\",\"VirtualLocation\":null,\"EventName\":\"cloud-election\",\"EventComponent\":\"\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"CLOUD ELECTION: serverlist2.urlcloud.paloaltonetworks.example.com IP: 1.1.1.1 was elected, measured alive test 143294.\",\"SequenceNo\":7200776623254143113,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:36:23.710000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "CLOUD ELECTION: serverlist2.urlcloud.paloaltonetworks.example.com IP: 1.1.1.1 was elected, measured alive test 143294.",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:36:23Z",
"action": {
"type": "url-filtering"
},
"destination": {
"address": "serverlist2.urlcloud.paloaltonetworks.example.com",
"domain": "serverlist2.urlcloud.paloaltonetworks.example.com",
"ip": "1.1.1.1",
"registered_domain": "example.com",
"subdomain": "serverlist2.urlcloud.paloaltonetworks",
"top_level_domain": "com"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "url-filtering"
},
"related": {
"hosts": [
"serverlist2.urlcloud.paloaltonetworks.example.com"
],
"ip": [
"1.1.1.1"
]
}
}
{
"message": "1,2024/11/03 19:09:43,111111111111,DECRYPTION,0,2562,2024/11/03 19:09:43,1.1.1.1,4.4.4.4,2.2.2.2,3.3.3.3,URL Filtering - Chrome Profile,jdoe,,ssl,vsys1,VPN-SSL,INTERNET,tunnel.16,ae2.1111,Forward-Syslog,2024/11/03 19:09:43,1111111,1,55107,443,22814,443,0x400400,tcp,allow,N/A,,,,,11111111-1111-1111-1111-111111111111,Unknown,Unknown,TLS1.3,ECDHE,AES_256_GCM,SHA384,NoDecrypt-rule,,None,uninspected,Uninspected,No Decrypt,,,,,V1,0,0,0,0,0,:::::NONE,,,,,,,,,,,,,2024-11-03T19:09:43.654+01:00,,,,,,,,,,,,,,,,,1111111111111111111,0x8000000000000000,53,0,0,0,,NFW-OUT-DCA,1,encrypted-tunnel,networking,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,ssl,no,no\n",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "decryption",
"outcome": "success",
"risk_score": 4,
"type": [
"info"
]
},
"@timestamp": "2024-11-03T19:09:43Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "0"
},
"destination": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"ip": "3.3.3.3",
"port": 443
},
"port": 443
},
"log": {
"hostname": "NFW-OUT-DCA",
"logger": "decryption"
},
"network": {
"application": "ssl",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "tunnel.16",
"name": "tunnel.16"
},
"vlan": {
"name": "INTERNET"
}
},
"ingress": {
"vlan": {
"name": "VPN-SSL"
}
},
"name": "NFW-OUT-DCA",
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"DGHierarchyLevel1": "53",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1",
"application": {
"category": "networking",
"characteristic": [
"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use"
],
"is_saas": "ssl",
"subcategory": "encrypted-tunnel",
"technology": "browser-based"
},
"session": {
"id": "1111111"
},
"tls": {
"chain_status": "Uninspected",
"root_status": "uninspected"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4"
],
"user": [
"jdoe"
]
},
"rule": {
"name": "URL Filtering - Chrome Profile"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "2.2.2.2",
"port": 22814
},
"port": 55107,
"user": {
"name": "jdoe"
}
},
"tls": {
"version": "1.3"
},
"user": {
"name": "jdoe"
}
}
{
"message": "{\"TimeReceived\":\"2024-11-20T16:40:01.000000Z\",\"DeviceSN\":\"no-serial\",\"LogType\":\"DECRYPTION\",\"Subtype\":\"start\",\"SubType\":\"start\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-11-20T16:39:51.000000Z\",\"SourceAddress\":\"1.1.1.1\",\"DestinationAddress\":\"4.4.4.4\",\"NATSource\":\"2.2.2.2\",\"NATDestination\":\"3.3.3.3\",\"Rule\":\"URL Filtering - Chrome Profile\",\"SourceUser\":\"example\\\\jdoe\",\"DestinationUser\":null,\"Application\":\"incomplete\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"VPN-SSL\",\"ToZone\":\"INTERNET\",\"InboundInterface\":\"tunnel.16\",\"OutboundInterface\":\"ethernet1/1\",\"LogSetting\":\"Forward-Syslog\",\"TimeReceivedManagementPlane\":\"2024-11-20T16:39:51.000000Z\",\"SessionID\":1111111,\"RepeatCount\":1,\"CountOfRepeat\":1,\"SourcePort\":58877,\"DestinationPort\":443,\"NATSourcePort\":1042,\"NATDestinationPort\":443,\"Protocol\":\"tcp\",\"Action\":\"allow\",\"Tunnel\":\"N/A\",\"SourceUUID\":null,\"DestinationUUID\":null,\"RuleUUID\":\"11111111-1111-1111-1111-111111111111\",\"ClientToFirewall\":\"Finished\",\"FirewallToClient\":\"Client_Hello\",\"TLSVersion\":\"TLS1.2\",\"TLSKeyExchange\":\"ECDHE\",\"TLSEncryptionAlgorithm\":\"AES_256_GCM\",\"TLSAuth\":\"SHA384\",\"PolicyName\":\"TLS - https inspection - default rule\",\"EllipticCurve\":\"secp256r1\",\"ErrorIndex\":\"Protocol\",\"RootStatus\":\"trusted\",\"ChainStatus\":\"Trusted\",\"ProxyType\":\"Forward\",\"CertificateSerial\":\"059125d73c34a73fca9\",\"Fingerprint\":\"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b\",\"TimeNotBefore\":1730875569,\"TimeNotAfter\":1765176368,\"CertificateVersion\":\"V3\",\"CertificateSize\":256,\"CommonNameLength\":13,\"IssuerNameLength\":29,\"RootCNLength\":10,\"SNILength\":23,\"CertificateFlags\":4,\"CommonName\":\"example.org\",\"IssuerCommonName\":\"GlobalSign ECC OV SSL CA 2018\",\"RootCommonName\":\"GlobalSign\",\"ServerNameIndication\":\"static.files.example.org\",\"ErrorMessage\":\"General TLS protocol error. Received fatal alert DecodeError from server\",\"ContainerID\":null,\"ContainerNameSpace\":null,\"ContainerName\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"SourceDynamicAddressGroup\":null,\"DestinationDynamicAddressGroup\":null,\"TimeGeneratedHighResolution\":\"2024-11-20T16:39:51.441000Z\",\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"SequenceNo\":1111111111111111111}\n",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "decryption",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-11-20T16:39:51Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "start"
},
"destination": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"ip": "3.3.3.3",
"port": 443
},
"port": 443
},
"log": {
"logger": "decryption"
},
"network": {
"application": "incomplete",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "INTERNET",
"id": "tunnel.16",
"name": "tunnel.16"
}
},
"ingress": {
"interface": {
"alias": "VPN-SSL"
}
},
"product": "PAN-OS",
"serial_number": "no-serial"
},
"paloalto": {
"Threat_ContentType": "start",
"VirtualLocation": "vsys1",
"session": {
"id": 1111111
},
"tls": {
"chain_status": "Trusted",
"root_status": "trusted",
"sni": "static.files.example.org"
}
},
"related": {
"hash": [
"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
],
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4"
],
"user": [
"jdoe"
]
},
"rule": {
"name": "URL Filtering - Chrome Profile",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "2.2.2.2",
"port": 1042
},
"port": 58877,
"user": {
"domain": "example",
"name": "jdoe"
}
},
"tls": {
"curve": "secp256r1",
"server": {
"hash": {
"sha256": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
},
"x509": {
"issuer": {
"common_name": "GlobalSign ECC OV SSL CA 2018"
}
}
},
"version": "1.2"
},
"user": {
"domain": "example",
"name": "jdoe"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T17:08:26.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"dhcp\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T17:08:17.000000Z\",\"VirtualLocation\":null,\"EventName\":\"if-renew-trigger\",\"EventComponent\":\"\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3\",\"SequenceNo\":7200776623254143234,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T17:08:17.774000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T17:08:17Z",
"action": {
"type": "dhcp"
},
"destination": {
"address": "3.3.3.3"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"ingress": {
"interface": {
"name": "eth0"
}
},
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "dhcp"
},
"related": {
"ip": [
"1.1.1.1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:31:51.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"dnsproxy\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:31:50.000000Z\",\"VirtualLocation\":null,\"EventName\":\"if-inherit\",\"EventComponent\":\"mgmt-obj\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"DNS Proxy object: mgmt-obj inherited following values from dynamic interface: mgmt-if: Primary DNS: 1.1.1.1 Secondary DNS: ::\",\"SequenceNo\":7200776623254142979,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:31:50.584000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "DNS Proxy object: mgmt-obj inherited following values from dynamic interface: mgmt-if: Primary DNS: 1.1.1.1 Secondary DNS: ::",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:31:50Z",
"action": {
"type": "dnsproxy"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "dnsproxy"
}
}
{
"message": "{\"VendorName\":\"test networks\",\"DeviceSN\":\"7FD26D6XXXXXXXX\",\"TimeReceived\":\"2024-07-08T09:01:10.502737Z\",\"LogType\":\"DNS\",\"Subtype\":\"realtime_dns_telemetry_response\",\"SubType\":\"realtime_dns_telemetry_response\",\"TimeGenerated\":\"2024-07-08T09:01:10.000000Z\",\"RecordType\":\"a\",\"DNSResolverIP\":\"1.1.1.1\",\"ThreatID\":0,\"DNSCategory\":\"benign\",\"ThreatName\":null,\"SourceAddress\":\"3.3.3.3\",\"FromZone\":\"trust\",\"Action\":\"Allow\",\"DNSResponse\":[\"2.2.2.2\"],\"ToZone\":null,\"DestinationUser\":null}",
"event": {
"action": "Allow",
"category": [
"network"
],
"dataset": "dns",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-07-08T09:01:10Z",
"action": {
"name": "Allow",
"outcome": "success",
"type": "realtime_dns_telemetry_response"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"dns": {
"question": {
"type": "a"
},
"resolved_ip": [
"2.2.2.2"
]
},
"log": {
"logger": "dns"
},
"observer": {
"ingress": {
"interface": {
"alias": "trust"
}
},
"product": "PAN-OS",
"serial_number": "7FD26D6XXXXXXXX"
},
"paloalto": {
"Threat_ContentType": "realtime_dns_telemetry_response",
"dns": {
"category": "benign"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
]
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3"
}
}
{
"message": "{\"VendorName\": \"palo alto networks\", \"DeviceSN\": \"REDACTED\", \"TimeReceived\": \"2025-02-11T10:51:15.456002Z\", \"LogType\": \"DNS\", \"Subtype\": \"realtime_dns_telemetry_response\", \"SubType\": \"realtime_dns_telemetry_response\", \"TimeGenerated\": \"2025-02-11T10:51:15.000000Z\", \"RecordType\": \"cname,cname,cname,a,a,a,a,a,a,a,a\", \"DNSResolverIP\": \"6.6.6.6\", \"ThreatID\": 0, \"DNSCategory\": \"benign\", \"ThreatName\": null, \"SourceAddress\": \"5.5.5.5\", \"FromZone\": \"RN-USDAA-1\", \"Action\": \"Allow\", \"DNSResponse\": [\"sub1.example.com.\", \"sub2.example.com.\", \"example2.net.\", \"10.10.10.10\", \"4.4.4.4\", \"7.7.7.7\", \"8.8.8.8\", \"3.3.3.3\", \"1.1.1.1\", \"2.2.2.2\", \"9.9.9.9\"], \"ToZone\": null, \"DestinationUser\": null}",
"event": {
"action": "Allow",
"category": [
"network"
],
"dataset": "dns",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2025-02-11T10:51:15Z",
"action": {
"name": "Allow",
"outcome": "success",
"type": "realtime_dns_telemetry_response"
},
"destination": {
"address": "6.6.6.6",
"ip": "6.6.6.6"
},
"dns": {
"question": {
"type": "cname,cname,cname,a,a,a,a,a,a,a,a"
},
"resolved_ip": [
"1.1.1.1",
"10.10.10.10",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4",
"7.7.7.7",
"8.8.8.8",
"9.9.9.9"
]
},
"log": {
"logger": "dns"
},
"observer": {
"ingress": {
"interface": {
"alias": "RN-USDAA-1"
}
},
"product": "PAN-OS",
"serial_number": "REDACTED"
},
"paloalto": {
"Threat_ContentType": "realtime_dns_telemetry_response",
"dns": {
"category": "benign"
}
},
"related": {
"ip": [
"1.1.1.1",
"10.10.10.10",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4",
"5.5.5.5",
"6.6.6.6",
"7.7.7.7",
"8.8.8.8",
"9.9.9.9"
]
},
"source": {
"address": "5.5.5.5",
"ip": "5.5.5.5"
}
}
{
"message": "1,2024/10/25 16:04:52,024101011111,SYSTEM,userid,2522,2024/10/25 16:04:52,,connect-server-monitor-failure,,0,0,general,high,\"User-ID server monitor example(vsystest) Access denied\",7389706522298800000,0x0,0,0,0,0,,FFFFF01,0,0,2024-10-25T16:04:52.574+02:00",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "User-ID server monitor example(vsystest) Access denied",
"type": [
"info"
]
},
"@timestamp": "2024-10-25T14:04:52.574000Z",
"action": {
"name": "connect-server-monitor-failure",
"type": "userid"
},
"host": {
"name": "example"
},
"log": {
"hostname": "FFFFF01",
"level": "high",
"logger": "system"
},
"observer": {
"name": "FFFFF01",
"product": "PAN-OS",
"serial_number": "024101011111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "connect-server-monitor-failure",
"Threat_ContentType": "userid",
"vsys": "vsystest"
}
}
{
"message": "1,2024/10/25 16:10:48,024101010000,SYSTEM,userid,2562,2024/10/25 16:10:48,,connect-ldap-sever,1.1.1.1,0,0,general,informational,\"ldap cfg joe_done connected to server 2.2.2.2:333, initiated by: 3.3.3.3\",73897065222988700000,0x0,0,0,0,0,,FFFFFF01,0,0,2024-10-25T16:10:48.575+02:00",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "ldap cfg joe_done connected to server 2.2.2.2:333, initiated by: 3.3.3.3",
"type": [
"info"
]
},
"@timestamp": "2024-10-25T14:10:48.575000Z",
"action": {
"name": "connect-ldap-sever",
"type": "userid"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"log": {
"hostname": "FFFFFF01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FFFFFF01",
"product": "PAN-OS",
"serial_number": "024101010000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "connect-ldap-sever",
"Threat_ContentType": "userid"
},
"related": {
"ip": [
"2.2.2.2",
"3.3.3.3"
]
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3"
}
}
{
"message": "1,2024/10/22 08:54:16,024101011111,SYSTEM,auth,2511,2024/10/22 08:54:17,,auth-success,FFFF,0,0,general,informational,\"When authenticating user user4 from 1.1.1.1, a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile FFFF, vsys shared, Server Profile SERVER_TEST, Server Address 2.2.2.2\",7389706522298800000,0x0,0,0,0,0,,FWPAN01,0,0,2024-10-22T08:54:17.012+02:0",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "When authenticating user user4 from 1.1.1.1, a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile FFFF, vsys shared, Server Profile SERVER_TEST, Server Address 2.2.2.2",
"type": [
"start"
]
},
"@timestamp": "2024-10-22T06:54:17.012000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"log": {
"hostname": "FWPAN01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FWPAN01",
"product": "PAN-OS",
"serial_number": "024101011111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FFFF"
},
"server": {
"profile": "SERVER_TEST"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user4"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "user4"
}
}
{
"message": "1,2024/10/22 09:29:30,024101011111,SYSTEM,auth,2562,2024/10/22 09:29:30,,auth-success,FFFF,0,0,general,informational,\"authenticated for user user1. auth profile FFFF, vsys shared, server profile server-test, server address 2.2.2.2, auth protocol PAP, admin role superuser, From: 1.1.1.1.\",738970652229833333,0x0,0,0,0,0,,FFFF01,0,0,2024-10-22T09:29:30.605+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user user1",
"type": [
"start"
]
},
"@timestamp": "2024-10-22T07:29:30.605000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"log": {
"hostname": "FFFF01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FFFF01",
"product": "PAN-OS",
"serial_number": "024101011111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FFFF"
},
"server": {
"profile": "server-test"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "user1"
}
}
{
"message": "1,2025/02/24 10:44:03,024201005376,CONFIG,0,2562,2025/02/24 10:44:03,1.1.1.1,,edit,user7,Web,Succeeded, config shared report-group FW_OUT_quot,7472830928503439382,0x0,0,0,0,0,,NFW-OUT-DCA,0,,0,2025-02-24T10:44:03.705+01:00,/config/shared/report-group/entry[@name='FW_OUT_quot']",
"event": {
"action": "edit",
"category": [
"network"
],
"dataset": "config",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2025-02-24T10:44:03Z",
"action": {
"name": "edit",
"outcome": "success",
"type": "0"
},
"log": {
"logger": "config"
},
"observer": {
"product": "PAN-OS",
"serial_number": "024201005376"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel4": "NFW-OUT-DCA",
"Threat_ContentType": "0",
"VirtualSystemName": "0"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"user7"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "user7"
}
},
"user": {
"name": "user7"
}
}
{
"message": "{\"TimeReceived\": \"2024-02-06T18:17:09.000000Z\", \"DeviceSN\": \"no-serial\", \"LogType\": \"THREAT\", \"Subtype\": \"file\", \"SubType\": \"file\", \"ConfigVersion\": \"10.2\", \"TimeGenerated\": \"2024-02-06T18:17:02.000000Z\", \"SourceAddress\": \"1.1.1.1\", \"DestinationAddress\": \"3.3.3.3\", \"NATSource\": \"2.2.2.2\", \"NATDestination\": \"3.3.3.3\", \"Rule\": \"Global_Outbound_internet_access\", \"SourceUser\": \"john.doe@example.com\", \"DestinationUser\": null, \"Application\": \"web-browsing\", \"VirtualLocation\": \"vsys1\", \"FromZone\": \"trust\", \"ToZone\": \"untrust\", \"InboundInterface\": \"tunnel.1\", \"OutboundInterface\": \"ethernet1/1\", \"LogSetting\": \"default\", \"SessionID\": 1111111, \"RepeatCount\": 1, \"SourcePort\": 53514, \"DestinationPort\": 80, \"NATSourcePort\": 22444, \"NATDestinationPort\": 80, \"Protocol\": \"tcp\", \"Action\": \"alert\", \"FileName\": \"some_file_name\", \"URLCategory\": \"computer-and-internet-info\", \"VendorSeverity\": \"Low\", \"DirectionOfAttack\": \"server to client\", \"SequenceNo\": 7292474944208657622, \"SourceLocation\": \"Prisma-Mobile-Users-EMEA\", \"DestinationLocation\": \"US\", \"PacketID\": 0, \"FileHash\": null, \"ReportID\": 0, \"DGHierarchyLevel1\": 463, \"DGHierarchyLevel2\": 467, \"DGHierarchyLevel3\": 0, \"DGHierarchyLevel4\": 0, \"VirtualSystemName\": \"\", \"DeviceName\": \"EXAMPLE\", \"SourceUUID\": null, \"DestinationUUID\": null, \"IMSI\": 0, \"IMEI\": null, \"ParentSessionID\": 0, \"ParentStartTime\": \"1970-01-01T00:00:00.000000Z\", \"Tunnel\": \"N/A\", \"ContentVersion\": \"577053022\", \"SigFlags\": 0, \"RuleUUID\": \"11111111-1111-1111-1111-111111111111\", \"HTTP2Connection\": 0, \"DynamicUserGroup\": null, \"X-Forwarded-ForIP\": null, \"SourceDeviceCategory\": null, \"SourceDeviceProfile\": null, \"SourceDeviceModel\": null, \"SourceDeviceVendor\": null, \"SourceDeviceOSFamily\": null, \"SourceDeviceOSVersion\": null, \"SourceDeviceHost\": null, \"SourceDeviceMac\": null, \"DestinationDeviceCategory\": null, \"DestinationDeviceProfile\": null, \"DestinationDeviceModel\": null, \"DestinationDeviceVendor\": null, \"DestinationDeviceOSFamily\": null, \"DestinationDeviceOSVersion\": null, \"DestinationDeviceHost\": null, \"DestinationDeviceMac\": null, \"ContainerID\": null, \"ContainerNameSpace\": null, \"ContainerName\": null, \"SourceEDL\": null, \"DestinationEDL\": null, \"HostID\": null, \"EndpointSerialNumber\": null, \"DomainEDL\": null, \"SourceDynamicAddressGroup\": null, \"DestinationDynamicAddressGroup\": null, \"PartialHash\": 0, \"TimeGeneratedHighResolution\": \"2024-02-06T18:17:02.077000Z\", \"ReasonForDataFilteringAction\": null, \"Justification\": null, \"NSSAINetworkSliceType\": null}",
"event": {
"action": "alert",
"category": [
"file"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-02-06T18:17:02Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "file"
},
"destination": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"ip": "3.3.3.3",
"port": 80
},
"port": 80
},
"file": {
"name": "some_file_name"
},
"log": {
"hostname": "EXAMPLE",
"level": "Low",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "tunnel.1",
"name": "tunnel.1"
}
},
"ingress": {
"interface": {
"alias": "trust"
}
},
"name": "EXAMPLE",
"product": "PAN-OS",
"serial_number": "no-serial"
},
"paloalto": {
"DGHierarchyLevel1": "463",
"DGHierarchyLevel2": "467",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "server to client",
"Threat_ContentType": "file",
"URLCategory": "computer-and-internet-info",
"VirtualLocation": "vsys1",
"session": {
"id": 1111111
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
],
"user": [
"john.doe",
"john.doe@example.com"
]
},
"rule": {
"name": "Global_Outbound_internet_access",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"geo": {
"name": "Prisma-Mobile-Users-EMEA"
},
"ip": "1.1.1.1",
"nat": {
"ip": "2.2.2.2",
"port": 22444
},
"port": 53514,
"user": {
"name": "john.doe@example.com"
}
},
"user": {
"domain": "example.com",
"email": "john.doe@example.com",
"name": "john.doe"
}
}
{
"message": "1,2024/01/12 11:41:42,015451000023232323,GLOBALPROTECT,0,2562,2024/01/12 11:41:42,vsys1,gateway-switch-to-ssl,tunnel,,SSLVPN,example.net\\JDOE,FR,EXAMPLE,1.1.1.1,2.2.2.2,1.1.1.1,2.2.2.2,662f0b44-e024-4a70,PF000000,6.0.4,Windows,\"Microsoft Windows 10 Enterprise , 64-bit\",1,,,,success,,0,,0,CD78_VPN_GP_GATEWAY,5555555555555555555,0x8000000000000000,2024-01-12T11:41:43.895+02:00,,,,,,0,0,0,0,,test-01-01,1",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-01-12T09:41:43.895000Z",
"action": {
"name": "gateway-switch-to-ssl",
"outcome": "success",
"type": "0"
},
"host": {
"id": "662f0b44-e024-4a70",
"name": "EXAMPLE",
"os": {
"version": "Microsoft Windows 10 Enterprise , 64-bit"
}
},
"log": {
"logger": "globalprotect"
},
"network": {
"type": "SSLVPN"
},
"observer": {
"product": "PAN-OS",
"serial_number": "PF000000"
},
"paloalto": {
"EventID": "gateway-switch-to-ssl",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"connection": {
"stage": "tunnel"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"JDOE"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"domain": "example.net",
"name": "JDOE"
}
},
"user": {
"domain": "example.net",
"name": "JDOE"
},
"user_agent": {
"os": {
"name": "Windows",
"version": "Microsoft Windows 10 Enterprise , 64-bit"
}
}
}
{
"message": "1,2024/11/03 18:50:04,111111111111,HIPMATCH,0,1111,2024/11/03 18:50:04,jdoe,vsys1,EXAMPLE,Windows,1.1.1.1,VPN Compliant,1,profile,,,1111111111111111111,0x8000000000000000,28,99,38,0,,FW-CIV1,1,2.2.2.2,11111111-1111-1111-1111-111111111111,aefee8,,2024-11-03T18:50:04.310+01:00,",
"event": {
"category": [
"network"
],
"dataset": "hipmatch",
"type": [
"info"
]
},
"@timestamp": "2024-11-03T17:50:04.310000Z",
"action": {
"type": "0"
},
"host": {
"id": "11111111-1111-1111-1111-111111111111",
"name": "EXAMPLE"
},
"log": {
"hostname": "FW-CIV1",
"logger": "hipmatch"
},
"observer": {
"name": "FW-CIV1",
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"DGHierarchyLevel1": "28",
"DGHierarchyLevel2": "99",
"DGHierarchyLevel3": "38",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "0",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1",
"endpoint": {
"serial_number": "aefee8"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"jdoe"
]
},
"rule": {
"name": "VPN Compliant"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "jdoe"
}
},
"user": {
"name": "jdoe"
}
}
{
"message": "{\"TimeReceived\":\"2024-11-20T16:30:32.000000Z\",\"DeviceSN\":\"no-serial\",\"LogType\":\"HIPMATCH\",\"Subtype\":\"hipmatch\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-11-20T16:30:28.000000Z\",\"SourceUser\":\"jdoe@example.org\",\"VirtualLocation\":\"vsys1\",\"EndpointDeviceName\":\"EXAMPLE\",\"EndpointOSType\":\"Windows\",\"SourceIP\":\"1.1.1.1\",\"HipMatchName\":\"VPN Compliant\",\"RepeatCount\":1,\"CountOfRepeats\":1,\"HipMatchType\":\"profile\",\"SequenceNo\":1111111111111111111,\"DGHierarchyLevel1\":12,\"DGHierarchyLevel2\":22,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"FW-ALK01\",\"VirtualSystemID\":1,\"SourceIPv6\":\"\",\"HostID\":\"11111111-1111-1111-1111-111111111111\",\"EndpointSerialNumber\":\"aefee8\",\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceMac\":null,\"SourceDeviceHost\":null,\"Source\":null,\"TimestampDeviceIdentification\":null,\"TimeGeneratedHighResolution\":\"2024-11-20T16:30:28.904000Z\"}",
"event": {
"category": [
"network"
],
"dataset": "hipmatch",
"type": [
"info"
]
},
"@timestamp": "2024-11-20T16:30:28Z",
"action": {
"type": "hipmatch"
},
"host": {
"id": "11111111-1111-1111-1111-111111111111",
"name": "EXAMPLE"
},
"log": {
"hostname": "FW-ALK01",
"logger": "hipmatch"
},
"observer": {
"name": "FW-ALK01",
"product": "PAN-OS",
"serial_number": "no-serial"
},
"paloalto": {
"DGHierarchyLevel1": "12",
"DGHierarchyLevel2": "22",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "hipmatch",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1",
"endpoint": {
"serial_number": "aefee8"
}
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"jdoe",
"jdoe@example.org"
]
},
"rule": {
"name": "VPN Compliant"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"user": {
"name": "jdoe@example.org"
}
},
"user": {
"domain": "example.org",
"email": "jdoe@example.org",
"name": "jdoe"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:49:04.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"general\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:48:57.000000Z\",\"VirtualLocation\":\"\",\"EventName\":\"general\",\"EventComponent\":null,\"VendorSeverity\":\"Informational\",\"EventDescription\":\"Installed contents package: panupv2-all-contents-8676-7858.tgz\",\"SequenceNo\":7200776623254143152,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:48:57.395000Z\"}\n",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "contents",
"reason": "Installed contents package: panupv2-all-contents-8676-7858.tgz",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:48:57Z",
"action": {
"type": "general"
},
"file": {
"name": "panupv2-all-contents-8676-7858.tgz"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "1,2024/08/03 12:16:42,012001002253,THREAT,vulnerability,2561,2024/08/03 12:17:45,4.4.4.4,5.5.5.5,1.1.1.1,1.1.1.1,IN_VPN-AZURE-ALSID,,example\\\\username,ldap,vsys1,VPN,LAN,tunnel.3,ethernet1/4,default,2024/08/03 12:17:45,111111,1,62074,389,0,0,0x80002000,tcp,alert,,LDAP: User Login Brute Force Attempt(40005),any,high,client-to-server,7395125856205392467,0x8000000000000000,2.2.2.2-3.3.3.3,7.7.7.7-6.6.6.6,,,1210225322167894624,,,0,,,,,,,,0,24,315,0,0,,hostname_example,,,,,0,,0,,N/A,brute-force,AppThreat-8877-8886,0x0,0,4294967295,,,11111111-1111-1111-1111-111111111111,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-08-03T12:17:45.360+02:00,,,,auth-service,business-systems,client-server,2,\\\"has-known-vulnerability,tunnel-other-application,pervasive-use\\\",,untunneled,no,no,",
"event": {
"action": "alert",
"category": [
"vulnerability"
],
"code": "40005",
"dataset": "threat",
"outcome": "success",
"reason": "LDAP: User Login Brute Force Attempt",
"risk_score": 2,
"type": [
"info"
]
},
"@timestamp": "2024-08-03T10:17:45.360000Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "vulnerability"
},
"destination": {
"address": "5.5.5.5",
"ip": "5.5.5.5",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 389,
"user": {
"domain": "example",
"name": "username"
}
},
"log": {
"hostname": "hostname_example",
"level": "high",
"logger": "threat"
},
"network": {
"application": "ldap",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "tunnel.3",
"name": "tunnel.3"
},
"vlan": {
"name": "LAN"
}
},
"ingress": {
"vlan": {
"name": "VPN"
}
},
"name": "hostname_example",
"product": "PAN-OS",
"serial_number": "012001002253"
},
"paloalto": {
"DGHierarchyLevel1": "24",
"DGHierarchyLevel2": "315",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "vulnerability",
"VirtualLocation": "vsys1",
"application": {
"category": "business-systems",
"characteristic": [
"\\\"has-known-vulnerability"
],
"container": "tunnel-other-application",
"sanctioned_state": "untunneled",
"subcategory": "auth-service",
"technology": "client-server",
"tunneled": "pervasive-use\\\""
},
"destination": {
"region": "7.7.7.7-6.6.6.6"
},
"session": {
"id": "111111"
},
"source": {
"region": "2.2.2.2-3.3.3.3"
},
"threat": {
"id": "40005",
"name": "LDAP: User Login Brute Force Attempt",
"type": "vulnerability exploit detection"
}
},
"related": {
"ip": [
"1.1.1.1",
"4.4.4.4",
"5.5.5.5"
],
"user": [
"username"
]
},
"rule": {
"name": "IN_VPN-AZURE-ALSID",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 62074
}
}
{
"message": "{\"TimeReceived\":\"2024-07-08T08:33:33.000000Z\",\"DeviceSN\":\"007954000XXXXXX\",\"LogType\":\"THREAT\",\"Subtype\":\"file\",\"SubType\":\"file\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-07-08T15:30:04.000000Z\",\"SourceAddress\":\"6.6.6.6\",\"DestinationAddress\":\"1.1.1.1\",\"NATSource\":\"3.3.3.3\",\"NATDestination\":\"1.1.1.1\",\"Rule\":\"Guest_Mobile_Internet Access\",\"SourceUser\":null,\"DestinationUser\":null,\"Application\":\"web-browsing\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"DTT\",\"ToZone\":\"Untrust\",\"InboundInterface\":\"ethernet1/1.111\",\"OutboundInterface\":\"ethernet1/1\",\"LogSetting\":\"Panorama_CDL\",\"SessionID\":1111111,\"RepeatCount\":1,\"SourcePort\":42222,\"DestinationPort\":80,\"NATSourcePort\":22408,\"NATDestinationPort\":80,\"Protocol\":\"tcp\",\"Action\":\"alert\",\"FileName\":\"test_file.bin\",\"URLCategory\":\"business-and-economy\",\"VendorSeverity\":\"Low\",\"DirectionOfAttack\":\"server to client\",\"SequenceNo\":73503956876,\"SourceLocation\":\"4.4.4.4-2.2.2.2\",\"DestinationLocation\":\"US\",\"PacketID\":0,\"FileHash\":null,\"ReportID\":0,\"DGHierarchyLevel1\":999,\"DGHierarchyLevel2\":1111,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"DN-TEST-F2\",\"SourceUUID\":null,\"DestinationUUID\":null,\"IMSI\":0,\"IMEI\":null,\"ParentSessionID\":0,\"ParentStartTime\":\"1970-01-01T00:00:00.000000Z\",\"Tunnel\":\"N/A\",\"ContentVersion\":\"581116536\",\"SigFlags\":0,\"RuleUUID\":\"6935060f-6443-4257-91f8\",\"HTTP2Connection\":0,\"DynamicUserGroup\":null,\"X-Forwarded-ForIP\":null,\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":\"1.0.0\",\"SourceDeviceHost\":\"EXAMPLE\",\"SourceDeviceMac\":\"5.5.5.5.55.66\",\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"ContainerID\":null,\"ContainerNameSpace\":null,\"ContainerName\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"HostID\":null,\"EndpointSerialNumber\":null,\"DomainEDL\":null,\"SourceDynamicAddressGroup\":null,\"DestinationDynamicAddressGroup\":null,\"PartialHash\":0,\"TimeGeneratedHighResolution\":\"2024-07-08T15:30:04.855000Z\",\"ReasonForDataFilteringAction\":null,\"Justification\":null,\"NSSAINetworkSliceType\":null}",
"event": {
"action": "alert",
"category": [
"file"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-07-08T15:30:04Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "file"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 80
},
"port": 80
},
"file": {
"name": "test_file.bin"
},
"host": {
"mac": "5.5.5.5.55.66",
"name": "EXAMPLE",
"os": {
"version": "1.0.0"
}
},
"log": {
"hostname": "DN-TEST-F2",
"level": "Low",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "Untrust",
"id": "1.111",
"name": "ethernet1/1.111"
}
},
"ingress": {
"interface": {
"alias": "DTT"
}
},
"name": "DN-TEST-F2",
"product": "PAN-OS",
"serial_number": "007954000XXXXXX"
},
"paloalto": {
"DGHierarchyLevel1": "999",
"DGHierarchyLevel2": "1111",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "server to client",
"Threat_ContentType": "file",
"URLCategory": "business-and-economy",
"VirtualLocation": "vsys1",
"session": {
"id": 1111111
},
"source": {
"region": "4.4.4.4-2.2.2.2"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"6.6.6.6"
]
},
"rule": {
"name": "Guest_Mobile_Internet Access",
"uuid": "6935060f-6443-4257-91f8"
},
"source": {
"address": "6.6.6.6",
"ip": "6.6.6.6",
"nat": {
"ip": "3.3.3.3",
"port": 22408
},
"port": 42222
}
}
{
"message": "{\"TimeReceived\":\"2024-07-08T09:01:14.000000Z\",\"DeviceSN\":\"00795700000000\",\"LogType\":\"GLOBALPROTECT\",\"Subtype\":\"globalprotect\",\"LogSubtype\":\"globalprotect\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-07-08T09:01:14.000000Z\",\"VirtualSystem\":\"vsys1\",\"EventIDValue\":\"gateway-logout\",\"Stage\":\"logout\",\"AuthMethod\":null,\"TunnelType\":null,\"SourceUserName\":\"joe.doe@test.com\",\"SourceRegion\":\"4.4.4.4-1.1.1.1\",\"EndpointDeviceName\":\"EXAMPLE\",\"PublicIPv4\":\"3.3.3.3\",\"PublicIPv6\":\"\",\"PrivateIPv4\":\"2.2.2.2\",\"PrivateIPv6\":\"\",\"HostID\":\"e4f14dfd-bd3c-40e5-9c4e\",\"EndpointSN\":\"5CD4153333\",\"GlobalProtectClientVersion\":\"0.0.-1\",\"EndpointOSType\":\"Windows\",\"EndpointOSVersion\":\"Microsoft Windows 11 Enterprise , 64-bit\",\"RepeatCount\":1,\"CountOfRepeats\":1,\"QuarantineReason\":null,\"ConnectionError\":null,\"Description\":\"client logout\",\"EventStatus\":\"success\",\"GlobalProtectGatewayLocation\":null,\"LoginDuration\":3625,\"ConnectionMethod\":null,\"ConnectionErrorID\":0,\"Portal\":\"Internal_test\",\"SequenceNo\":7359635570821640000,\"TimeGeneratedHighResolution\":\"2024-07-08T09:01:14.449000Z\",\"GatewaySelectionType\":\"\",\"SSLResponseTime\":-1,\"GatewayPriority\":null,\"AttemptedGateways\":null,\"Gateway\":null,\"DGHierarchyLevel1\":556,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"DG-test\",\"VirtualSystemID\":1}",
"event": {
"category": [
"session"
],
"dataset": "globalprotect",
"outcome": "success",
"reason": "client logout",
"type": [
"info"
]
},
"@timestamp": "2024-07-08T09:01:14Z",
"action": {
"name": "gateway-logout",
"outcome": "success",
"type": "globalprotect"
},
"host": {
"id": "e4f14dfd-bd3c-40e5-9c4e",
"name": "EXAMPLE"
},
"log": {
"hostname": "DG-test",
"logger": "globalprotect"
},
"observer": {
"name": "DG-test",
"product": "PAN-OS",
"serial_number": "00795700000000",
"version": "0.0.-1"
},
"paloalto": {
"DGHierarchyLevel1": "556",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "globalprotect",
"VirtualSystemID": "1",
"connection": {
"stage": "logout"
},
"source": {
"private": {
"ip": "2.2.2.2"
},
"region": "4.4.4.4-1.1.1.1"
}
},
"related": {
"ip": [
"3.3.3.3"
],
"user": [
"joe.doe@test.com"
]
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"user": {
"name": "joe.doe@test.com"
}
}
}
{
"message": "{\"TimeReceived\":\"2024-07-08T08:55:38.000000Z\",\"DeviceSN\":\"007954000370000\",\"LogType\":\"THREAT\",\"Subtype\":\"vulnerability\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-07-08T15:52:09.000000Z\",\"SourceAddress\":\"2.2.2.2\",\"DestinationAddress\":\"3.3.3.3\",\"NATSource\":\"\",\"NATDestination\":\"\",\"Rule\":\"Public_TTT_Mgmt\",\"SourceUser\":null,\"DestinationUser\":null,\"Application\":\"ssh\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"Trust\",\"ToZone\":\"TTT\",\"InboundInterface\":\"ethernet1/8\",\"OutboundInterface\":\"ethernet1/4.124\",\"LogSetting\":\"test_setting\",\"SessionID\":11111,\"RepeatCount\":1,\"SourcePort\":52000,\"DestinationPort\":21,\"NATSourcePort\":0,\"NATDestinationPort\":0,\"Protocol\":\"tcp\",\"Action\":\"reset-both\",\"FileName\":null,\"ThreatID\":\"SSH User Authentication Brute Force Attempt(40015)\",\"VendorSeverity\":\"High\",\"DirectionOfAttack\":\"client to server\",\"SequenceNo\":7350395687601,\"SourceLocation\":\"4.4.4.4-1.1.1.1\",\"DestinationLocation\":\"ID\",\"PacketID\":12103464791027,\"FileHash\":null,\"ApplianceOrCloud\":null,\"URLCounter\":0,\"FileType\":null,\"SenderEmail\":null,\"EmailSubject\":null,\"RecipientEmail\":null,\"ReportID\":0,\"DGHierarchyLevel1\":997,\"DGHierarchyLevel2\":1169,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"DN-TEST\",\"SourceUUID\":null,\"DestinationUUID\":null,\"IMSI\":0,\"IMEI\":null,\"ParentSessionID\":0,\"ParentStarttime\":\"1970-01-01T00:00:00.000000Z\",\"Tunnel\":\"N/A\",\"ThreatCategory\":\"brute-force\",\"ContentVersion\":\"581116536\",\"SigFlags\":\"0x0\",\"RuleUUID\":\"496a138d-6515-4043-b7c7\",\"HTTP2Connection\":0,\"DynamicUserGroupName\":null,\"X-Forwarded-ForIP\":null,\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"ContainerID\":null,\"ContainerNameSpace\":null,\"ContainerName\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"HostID\":null,\"EndpointSerialNumber\":null,\"DomainEDL\":null,\"SourceDynamicAddressGroup\":null,\"DestinationDynamicAddressGroup\":null,\"PartialHash\":0,\"TimeGeneratedHighResolution\":\"2024-07-08T15:52:09.934000Z\",\"NSSAINetworkSliceType\":null}",
"event": {
"action": "reset-both",
"category": [
"vulnerability"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-07-08T15:52:09Z",
"action": {
"name": "reset-both",
"outcome": "success",
"type": "vulnerability"
},
"destination": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"port": 0
},
"port": 21
},
"log": {
"hostname": "DN-TEST",
"level": "High",
"logger": "threat"
},
"network": {
"application": "ssh",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "TTT",
"id": "8",
"name": "ethernet1/8"
}
},
"ingress": {
"interface": {
"alias": "Trust"
}
},
"name": "DN-TEST",
"product": "PAN-OS",
"serial_number": "007954000370000"
},
"paloalto": {
"DGHierarchyLevel1": "997",
"DGHierarchyLevel2": "1169",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "client to server",
"Threat_ContentType": "vulnerability",
"VirtualLocation": "vsys1",
"session": {
"id": 11111
},
"source": {
"region": "4.4.4.4-1.1.1.1"
},
"threat": {
"category": "brute-force",
"id": "SSH User Authentication Brute Force Attempt(40015)"
}
},
"related": {
"ip": [
"2.2.2.2",
"3.3.3.3"
]
},
"rule": {
"name": "Public_TTT_Mgmt",
"uuid": "496a138d-6515-4043-b7c7"
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2",
"port": 52000
}
}
{
"message": "{\"TimeReceived\":\"2024-07-08T06:17:04.000000Z\",\"DeviceSN\":\"00795400037XXXX\",\"LogType\":\"THREAT\",\"Subtype\":\"url\",\"ConfigVersion\":\"10.2\",\"TimeGenerated\":\"2024-07-08T13:13:27.000000Z\",\"SourceAddress\":\"4.4.4.4\",\"DestinationAddress\":\"5.5.5.5\",\"NATSource\":\"5.5.5.5\",\"NATDestination\":\"5.5.5.5\",\"Rule\":\"Guest_Mobile_Internet Access\",\"SourceUser\":null,\"DestinationUser\":null,\"Application\":\"ssl\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"TTT\",\"ToZone\":\"Untrust\",\"InboundInterface\":\"ethernet1/6.997\",\"OutboundInterface\":\"ethernet1/1\",\"LogSetting\":\"Test_setting\",\"SessionID\":111111,\"RepeatCount\":1,\"SourcePort\":35000,\"DestinationPort\":443,\"NATSourcePort\":28500,\"NATDestinationPort\":443,\"Protocol\":\"tcp\",\"Action\":\"alert\",\"URL\":\"test.gstatic.example.com/\",\"URLCategory\":\"computer-and-internet-info\",\"VendorSeverity\":\"Informational\",\"DirectionOfAttack\":\"client to server\",\"SequenceNo\":73503956876009,\"SourceLocation\":\"5.5.5.5-3.3.3.3\",\"DestinationLocation\":\"US\",\"ContentType\":null,\"PacketID\":0,\"URLCounter\":0,\"UserAgent\":null,\"X-Forwarded-For\":null,\"Referer\":null,\"DGHierarchyLevel1\":997,\"DGHierarchyLevel2\":1169,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"DN-TEST\",\"SourceUUID\":null,\"DestinationUUID\":null,\"HTTPMethod\":\"unknown\",\"IMSI\":0,\"IMEI\":null,\"ParentSessionID\":0,\"ParentStarttime\":\"1970-01-01T00:00:00.000000Z\",\"Tunnel\":\"N/A\",\"InlineMLVerdict\":\"unknown\",\"ContentVersion\":\"0\",\"SigFlags\":0,\"HTTPHeaders\":null,\"URLCategoryList\":\"computer-and-internet-info,low-risk\",\"RuleUUID\":\"6935060f-6443-4257\",\"HTTP2Connection\":0,\"DynamicUserGroupName\":null,\"X-Forwarded-ForIP\":null,\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"ContainerID\":null,\"ContainerNameSpace\":null,\"ContainerName\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"HostID\":null,\"EndpointSerialNumber\":null,\"SourceDynamicAddressGroup\":null,\"DestinationDynamicAddressGroup\":null,\"TimeGeneratedHighResolution\":\"2024-07-08T13:13:27.233000Z\",\"NSSAINetworkSliceType\":null}",
"event": {
"action": "alert",
"category": [
"network"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2024-07-08T13:13:27Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "url"
},
"destination": {
"address": "5.5.5.5",
"domain": "test.gstatic.example.com",
"ip": "5.5.5.5",
"nat": {
"ip": "5.5.5.5",
"port": 443
},
"port": 443
},
"log": {
"hostname": "DN-TEST",
"level": "Informational",
"logger": "threat"
},
"network": {
"application": "ssl",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "Untrust",
"id": "6.997",
"name": "ethernet1/6.997"
}
},
"ingress": {
"interface": {
"alias": "TTT"
}
},
"name": "DN-TEST",
"product": "PAN-OS",
"serial_number": "00795400037XXXX"
},
"paloalto": {
"DGHierarchyLevel1": "997",
"DGHierarchyLevel2": "1169",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "client to server",
"Threat_ContentType": "url",
"URLCategory": "computer-and-internet-info",
"URLCategoryList": [
"computer-and-internet-info",
"low-risk"
],
"VirtualLocation": "vsys1",
"session": {
"id": 111111
},
"source": {
"region": "5.5.5.5-3.3.3.3"
}
},
"related": {
"hosts": [
"test.gstatic.example.com"
],
"ip": [
"4.4.4.4",
"5.5.5.5"
]
},
"rule": {
"name": "Guest_Mobile_Internet Access",
"uuid": "6935060f-6443-4257"
},
"source": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"ip": "5.5.5.5",
"port": 28500
},
"port": 35000
},
"threat": {
"indicator": {
"name": "test.gstatic.example.com/"
}
},
"url": {
"domain": "test.gstatic.example.com",
"full": "https://test.gstatic.example.com/",
"original": "https://test.gstatic.example.com/",
"path": "/",
"port": 443,
"registered_domain": "example.com",
"scheme": "https",
"subdomain": "test.gstatic",
"top_level_domain": "com"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:46:40.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"ntpd\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:46:33.000000Z\",\"VirtualLocation\":null,\"EventName\":\"sync\",\"EventComponent\":\"\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"NTP sync to server de.pool.ntp.org\",\"SequenceNo\":7200776623254143145,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:46:33.917000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "NTP sync to server de.pool.ntp.org",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:46:33Z",
"action": {
"type": "ntpd"
},
"destination": {
"address": "de.pool.ntp.org"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "ntpd"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:31:51.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"port\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:31:50.000000Z\",\"VirtualLocation\":null,\"EventName\":\"link-change\",\"EventComponent\":\"ethernet1/2\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"Port ethernet1/2: Up 10Gb/s-full duplex\",\"SequenceNo\":7200776623254143073,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:31:50.851000Z\"}\n",
"event": {
"action": "Up",
"category": [
"network"
],
"dataset": "system",
"reason": "Port ethernet1/2: Up 10Gb/s-full duplex",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:31:50Z",
"action": {
"name": "Up",
"type": "port"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"ingress": {
"interface": {
"name": "ethernet1/2"
}
},
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "port"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:31:51.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"fb\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:31:51.000000Z\",\"VirtualLocation\":null,\"EventName\":\"wildfire-conn-success\",\"EventComponent\":\"\",\"VendorSeverity\":\"Medium\",\"EventDescription\":\"Successfully registered to Public Cloud wildfire.paloaltonetworks.example.com\",\"SequenceNo\":7200776623254143102,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:31:51.387000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "Successfully registered to Public Cloud wildfire.paloaltonetworks.example.com",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:31:51Z",
"action": {
"type": "fb"
},
"destination": {
"address": "wildfire.paloaltonetworks.example.com",
"domain": "wildfire.paloaltonetworks.example.com",
"registered_domain": "example.com",
"subdomain": "wildfire.paloaltonetworks",
"top_level_domain": "com"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Medium",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "fb"
},
"related": {
"hosts": [
"wildfire.paloaltonetworks.example.com"
]
}
}
{
"message": "1,2024/01/12 22:47:26,016201000000,SYSTEM,vpn,2222,2024/01/12 22:47:27,,test-event,,0,0,general,informational,\"unknown test peer\",55555555555555555,0x0,0,0,0,0,,test-1,0,0,2024-01-12T22:47:27.652+11:00",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "unknown test peer",
"type": [
"info"
]
},
"@timestamp": "2024-01-12T11:47:27.652000Z",
"action": {
"name": "test-event",
"type": "vpn"
},
"log": {
"hostname": "test-1",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "test-1",
"product": "PAN-OS",
"serial_number": "016201000000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "test-event",
"Threat_ContentType": "vpn"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"Successfully connect to address: 1.1.1.1 port: 3978, conn id: triallr-1.1.1.1-2-def\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:31:56.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:32:07.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170508,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:31:56.151000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Successfully connect to address: 1.1.1.1 port: 3978, conn id: triallr-1.1.1.1-2-def",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:31:56Z",
"action": {
"type": "general"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 3978
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"ip": [
"1.1.1.1"
]
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": \"\",\"EventDescription\": \"PAN-DB was upgraded to version 20230203.20250.\",\"EventName\": \"upgrade-url-database-success\",\"EventTime\": \"2023-02-03T16:37:22.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:37:31.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170511,\"Subtype\": \"url-filtering\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:37:22.476000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": null,\"VirtualSystemName\": null}",
"event": {
"category": [
"network"
],
"dataset": "system",
"module": "PAN-DB",
"reason": "PAN-DB was upgraded to version 20230203.20250.",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:37:22Z",
"action": {
"type": "url-filtering"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "url-filtering"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": \"\",\"EventDescription\": \"DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3\",\"EventName\": \"if-renew-trigger\",\"EventTime\": \"2023-02-03T16:39:46.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:39:55.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170512,\"Subtype\": \"dhcp\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:39:46.612000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": null,\"VirtualSystemName\": null}",
"event": {
"category": [
"network"
],
"dataset": "system",
"reason": "DHCP RENEW: interface eth0, ip 1.1.1.1 netmask 2.2.2.2 dhcp server: 3.3.3.3",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:39:46Z",
"action": {
"type": "dhcp"
},
"destination": {
"address": "3.3.3.3"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"ingress": {
"interface": {
"name": "eth0"
}
},
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "dhcp"
},
"related": {
"ip": [
"1.1.1.1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "1,2024/11/26 22:10:01,02410100000000,SYSTEM,auth,2555,2024/11/26 22:10:01,,auth-success,FWPA,0,0,general,informational,\"When authenticating user 'user2' from '2.2.2.2', a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile 'FWPA', vsys 'shared', Server Profile 'RADIUS_RSA', Server Address '1.1.1.1'\",738970652229900000000,0x0,0,0,0,0,,FWPAN00,0,0,2024-11-26T22:10:01.627+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "When authenticating user 'user2' from '2.2.2.2', a less secure authentication method PAP is used. Please migrate to PEAP or EAP-TTLS. Authentication Profile 'FWPA', vsys 'shared', Server Profile 'RADIUS_RSA', Server Address '1.1.1.1'",
"type": [
"start"
]
},
"@timestamp": "2024-11-26T21:10:01.627000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPAN00",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "FWPAN00",
"product": "PAN-OS",
"serial_number": "02410100000000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "FWPA"
},
"server": {
"profile": "RADIUS_RSA"
},
"vsys": "shared"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"user2"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "user2"
}
}
{
"message": "1,2024/12/16 20:19:04,1111111111,SYSTEM,auth,2561,2024/12/16 20:19:04,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user john.doe. Reason: Authentication request is timed out. auth profile ESA-AUTH, vsys vsys1, server profile ESA, server address 1.1.1.1, auth protocol PAP, From: 2.2.2.2.\",7439393285273531690,0x0,0,0,0,0,,FWPADC1,0,0,2024-12-16T20:19:04.851+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication request is timed out",
"type": [
"start"
]
},
"@timestamp": "2024-12-16T19:19:04.851000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2025/01/21 11:57:22,1111111111,SYSTEM,auth,2561,2025/01/21 11:57:23,,auth-fail,ESA-AUTH,0,0,general,medium,\"failed authentication for user 'john.doe'. Reason: Authentication request is timed out. auth profile 'ESA-AUTH', vsys 'vsys1', server profile 'ESA', server address '1.1.1.1', auth protocol 'PAP', From: 2.2.2.2.\",7439393285299734188,0x0,0,0,0,0,,FWPADC1,0,0,2025-01-21T11:57:23.294+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Authentication request is timed out",
"type": [
"start"
]
},
"@timestamp": "2025-01-21T10:57:23.294000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"log": {
"hostname": "FWPADC1",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "FWPADC1",
"product": "PAN-OS",
"serial_number": "1111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "ESA-AUTH"
},
"server": {
"profile": "ESA"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe"
]
},
"source": {
"address": "2.2.2.2",
"ip": "2.2.2.2"
},
"user": {
"name": "john.doe"
}
}
{
"message": "1,2026/05/13 15:33:28,ANONYMIZED,SYSTEM,auth,2817,2026/05/13 15:33:29,,auth-success,Azure-NEW,0,0,general,informational,\"SAML SSO authenticated for user 'john.doe@example.com'. auth profile 'Azure-NEW', vsys 'vsys1', server profile 'Azure-Auth-NEW', IdP entityID 'https://sts.windows.net/11111111-1111-1111-1111-111111111111/', From: 1.2.3.4.\",1234567890,0x8000000000000000,0,0,0,0,,REDACTED,0,0,2026-05-13T15:33:29.251+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "SAML SSO authenticated for user 'john.doe@example.com'",
"type": [
"start"
]
},
"@timestamp": "2026-05-13T13:33:29.251000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"log": {
"hostname": "REDACTED",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "REDACTED",
"product": "PAN-OS",
"serial_number": "ANONYMIZED"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "Azure-NEW"
},
"server": {
"profile": "Azure-Auth-NEW"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"user": {
"domain": "example.com",
"email": "john.doe@example.com",
"name": "john.doe"
}
}
{
"message": "1,2026/05/13 15:29:47,ANONYMIZED,SYSTEM,auth,2817,2026/05/13 15:29:48,,auth-fail,Azure-NEW,0,0,general,medium,\"failed authentication for user 'john.doe@example.com'. Reason: Internal error, e.g. network connection, DNS failure or remote server down. auth profile 'Azure-NEW', vsys 'vsys1', From: 1.2.3.4.\",1234567890,0x8000000000000000,0,0,0,0,,REDACTED,0,0,2026-05-13T15:29:48.068+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "failure",
"reason": "Internal error, e.g. network connection, DNS failure or remote server down",
"type": [
"start"
]
},
"@timestamp": "2026-05-13T13:29:48.068000Z",
"action": {
"name": "auth-fail",
"type": "auth"
},
"log": {
"hostname": "REDACTED",
"level": "medium",
"logger": "system"
},
"observer": {
"name": "REDACTED",
"product": "PAN-OS",
"serial_number": "ANONYMIZED"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-fail",
"Threat_ContentType": "auth",
"authentication": {
"profile": "Azure-NEW"
},
"vsys": "vsys1"
},
"related": {
"ip": [
"1.2.3.4"
],
"user": [
"john.doe"
]
},
"source": {
"address": "1.2.3.4",
"ip": "1.2.3.4"
},
"user": {
"domain": "example.com",
"email": "john.doe@example.com",
"name": "john.doe"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"Installed WildFire package: panupv3-all-wildfire-739610-742990.tgz\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:30:44.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:30:52.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170505,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:30:44.868000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "Installed WildFire package: panupv3-all-wildfire-739610-742990.tgz",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:30:44Z",
"action": {
"type": "general"
},
"file": {
"name": "panupv3-all-wildfire-739610-742990.tgz"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"WildFire update job succeeded for user Auto update agent\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:56.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:46:05.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170521,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:56.725000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "WildFire update job succeeded for user Auto update agent",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:56Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"Connection to Update server: completed successfully, initiated by 1.1.1.1\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:51.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170515,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:51.118000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Connection to Update server: completed successfully, initiated by 1.1.1.1",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:51Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"ip": [
"1.1.1.1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"WildFire job started processing. Dequeue time=2023/02/03 17:45:52. Job Id=72. \",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:52.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170518,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:52.888000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "WildFire job started processing. Dequeue time=2023/02/03 17:45:52. Job Id=72. ",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:52Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"WildFire package upgraded from version 739610-742990 to 739613-742993 by Auto update agent\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:55.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170520,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:55.982000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "WildFire package upgraded from version 739610-742990 to 739613-742993 by Auto update agent",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:55Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"WildFire job enqueued. Enqueue time=2023/02/03 17:45:52. JobId=72. . Type: Full\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:52.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170517,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:52.887000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "WildFire job enqueued. Enqueue time=2023/02/03 17:45:52. JobId=72. . Type: Full",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:52Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"Connection to Update server: updates.paloaltonetworks.example.com completed successfully, initiated by 1.1.1.1\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:49.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170514,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:49.557000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Connection to Update server: updates.paloaltonetworks.example.com completed successfully, initiated by 1.1.1.1",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:49Z",
"action": {
"type": "general"
},
"destination": {
"address": "updates.paloaltonetworks.example.com"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"ip": [
"1.1.1.1"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"Installed WildFire package: panupv3-all-wildfire-739613-742993.tgz\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:54.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170519,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:54.757000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "Installed WildFire package: panupv3-all-wildfire-739613-742993.tgz",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:54Z",
"action": {
"type": "general"
},
"file": {
"name": "panupv3-all-wildfire-739613-742993.tgz"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "{\"ConfigVersion\": \"10.1\",\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DeviceGroup\": null,\"EventComponent\": null,\"EventDescription\": \"WildFire version 739613-742993 downloaded by Auto update agent\",\"EventName\": \"general\",\"EventTime\": \"2023-02-03T16:45:52.000000Z\",\"LogSourceID\": \"007954000351998\",\"LogSourceName\": \"EXAMPLE\",\"LogTime\": \"2023-02-03T16:45:56.000000Z\",\"LogType\": \"SYSTEM\",\"SequenceNo\": 7195838274152170516,\"Subtype\": \"general\",\"Template\": null,\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:52.887000Z\",\"VendorSeverity\": \"Informational\",\"VirtualLocation\": \"\",\"VirtualSystemName\": null}",
"event": {
"category": [
"host"
],
"dataset": "system",
"module": "WildFire",
"reason": "WildFire version 739613-742993 downloaded by Auto update agent",
"type": [
"info"
]
},
"@timestamp": "2023-02-03T16:45:52Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
}
}
{
"message": "111111111111,2026/08/13 10:45:58,audit,2817,log-critical-activity,,\"type=GRP_MGMT msg=audit(1786610758.972:3047882): pid=420 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=delete-shadow-group grp=\"\"_svcuser\"\" acct=\"\"_svcuser\"\" exe=\"\"/usr/sbin/userdel\"\" hostname=? addr=? terminal=console res=success'\",success",
"event": {
"action": "delete-shadow-group",
"category": [
"iam"
],
"code": "GRP_MGMT",
"dataset": "audit",
"outcome": "success",
"reason": "type=GRP_MGMT msg=audit(1786610758.972:3047882): pid=420 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:useradd_t:s0 msg='op=delete-shadow-group grp=\"_svcuser\" acct=\"_svcuser\" exe=\"/usr/sbin/userdel\" hostname=? addr=? terminal=console res=success'",
"sequence": 3047882,
"type": [
"change"
]
},
"@timestamp": "2026-08-13T10:45:58Z",
"action": {
"name": "log-critical-activity",
"outcome": "success",
"type": "audit"
},
"group": {
"name": "_svcuser"
},
"log": {
"logger": "audit"
},
"observer": {
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"EventID": "2817"
},
"process": {
"command_line": "/usr/sbin/userdel",
"executable": "/usr/sbin/userdel",
"name": "userdel",
"pid": 420
},
"related": {
"user": [
"_svcuser"
]
},
"user": {
"id": "0",
"name": "_svcuser",
"target": {
"name": "_svcuser"
}
}
}
{
"message": "1,2024/01/12 11:21:15,016201000000,THREAT,url,2562,2024/01/12 11:21:15,1.1.1.1,4.4.4.4,3.3.3.3,2.2.2.2,SAAS vers log,,,ssl,vsys1,Outside,test-Externe,a11.30,a11.25,Panorama,2024/01/12 11:21:15,111111,1,58444,2222,58444,2222,0x50b444,tcp,alert,\"example.net:9999/\",(9999),test,informational,client-to-server,55555555555555555555,0x8000000000000000,US,France,,,0,,,0,,,,,,,,0,0,0,0,0,,TEST-01,,,,,0,,0,,N/A,N/A,AppThreat-0-0,0x0,0,4294967295,,\"test,low-risk\",96eeeef8-bd9c-4145,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-01-12T11:21:15.190+01:00,,,,encrypted-tunnel,networking,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,ssl,no,no,",
"event": {
"action": "alert",
"category": [
"network"
],
"code": "9999",
"dataset": "threat",
"outcome": "success",
"risk_score": 4,
"type": [
"info"
]
},
"@timestamp": "2024-01-12T10:21:15.190000Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "url"
},
"destination": {
"address": "4.4.4.4",
"domain": "example.net",
"geo": {
"name": "France"
},
"ip": "4.4.4.4",
"nat": {
"ip": "2.2.2.2",
"port": 2222
},
"port": 2222
},
"log": {
"hostname": "TEST-01",
"level": "informational",
"logger": "threat"
},
"network": {
"application": "ssl",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "a11.30",
"name": "a11.30"
},
"vlan": {
"name": "test-Externe"
}
},
"ingress": {
"vlan": {
"name": "Outside"
}
},
"name": "TEST-01",
"product": "PAN-OS",
"serial_number": "016201000000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "url",
"URLCategoryList": [
"low-risk",
"test"
],
"VirtualLocation": "vsys1",
"application": {
"category": "networking",
"characteristic": [
"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use"
],
"subcategory": "encrypted-tunnel",
"technology": "browser-based",
"tunneled": "ssl"
},
"session": {
"id": "111111"
},
"threat": {
"id": "9999",
"type": "URL filtering log"
}
},
"related": {
"hosts": [
"example.net"
],
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3",
"4.4.4.4"
]
},
"rule": {
"name": "SAAS vers log",
"uuid": "96eeeef8-bd9c-4145"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "3.3.3.3",
"port": 58444
},
"port": 58444
},
"url": {
"domain": "example.net",
"full": "https://example.net:9999/",
"original": "https://example.net:9999/",
"path": "/",
"port": 9999,
"registered_domain": "example.net",
"scheme": "https",
"top_level_domain": "net"
}
}
{
"message": "1,2024/08/12 15:57:12,012345678910,THREAT,vulnerability,2561,2024/08/12 15:57:04,1.1.1.1,2.2.2.2,1.1.1.1,2.2.2.2,Access_Portal-GW_GP,,,web-browsing,vsys1,INTERNET,INTERNET,ethernet1/3.302,ethernet1/3.302,default,2024/08/12 15:57:04,111111,1,56731,443,56731,20077,0x81402000,tcp,reset-both,\"login.esp\",Palo Alto Networks GlobalProtect OS Command Injection Vulnerability(95187),business-and-economy,critical,client-to-server,7334683348721844974,0x8000000000000000,United States,France,,,1210223766892439373,,,1,,,,,,,,0,320,90,0,0,,site1-FW01,,,,,0,,0,,N/A,code-execution,AppThreat-8879-8900,0x0,0,4294967295,,,abcdefgh-1234-5678-abcd-01234567890,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-08-12T15:57:04.614+02:00,,,,internet-utility,general-internet,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,web-browsing,no,no,",
"event": {
"action": "reset-both",
"category": [
"vulnerability"
],
"code": "95187",
"dataset": "threat",
"outcome": "success",
"reason": "Palo Alto Networks GlobalProtect OS Command Injection Vulnerability",
"risk_score": 4,
"type": [
"info"
]
},
"@timestamp": "2024-08-12T13:57:04.614000Z",
"action": {
"name": "reset-both",
"outcome": "success",
"type": "vulnerability"
},
"destination": {
"address": "2.2.2.2",
"geo": {
"name": "France"
},
"ip": "2.2.2.2",
"nat": {
"ip": "2.2.2.2",
"port": 20077
},
"port": 443
},
"file": {
"name": "login.esp",
"path": "login.esp"
},
"log": {
"hostname": "site1-FW01",
"level": "critical",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "3.302",
"name": "ethernet1/3.302"
},
"vlan": {
"name": "INTERNET"
}
},
"ingress": {
"vlan": {
"name": "INTERNET"
}
},
"name": "site1-FW01",
"product": "PAN-OS",
"serial_number": "012345678910"
},
"paloalto": {
"DGHierarchyLevel1": "320",
"DGHierarchyLevel2": "90",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "vulnerability",
"VirtualLocation": "vsys1",
"application": {
"category": "general-internet",
"characteristic": [
"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use"
],
"subcategory": "internet-utility",
"technology": "browser-based",
"tunneled": "web-browsing"
},
"session": {
"id": "111111"
},
"threat": {
"id": "95187",
"name": "Palo Alto Networks GlobalProtect OS Command Injection Vulnerability",
"type": "custom threat"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
]
},
"rule": {
"name": "Access_Portal-GW_GP",
"uuid": "abcdefgh-1234-5678-abcd-01234567890"
},
"source": {
"address": "1.1.1.1",
"geo": {
"name": "United States"
},
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 56731
},
"port": 56731
}
}
{
"message": "{\"TimeReceived\":\"2025-05-20T06:59:20.000000Z\",\"DeviceSN\":\"111111111111\",\"LogType\":\"THREAT\",\"Subtype\":\"wildfire\",\"TimeGenerated\":\"2025-05-20T06:59:14.000000Z\",\"SourceAddress\":\"1.1.1.1\",\"DestinationAddress\":\"2.2.2.2\",\"NATSource\":\"\",\"NATDestination\":\"\",\"Rule\":\"Active Directory\",\"SourceUser\":\"john.doe@example.org\",\"DestinationUser\":null,\"Application\":\"ms-ds-smbv3\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"SDWAN-VWIRE\",\"ToZone\":\"SDWAN-VWIRE\",\"InboundInterface\":\"ethernet1/9\",\"OutboundInterface\":\"ethernet1/10\",\"SessionID\":1111111,\"RepeatCount\":1,\"SourcePort\":51240,\"DestinationPort\":445,\"NATSourcePort\":0,\"NATDestinationPort\":0,\"Protocol\":\"tcp\",\"Action\":\"allow\",\"FileName\":\"add-helpdesk-localadmins.vbs\",\"ThreatID\":\"VBScript File(52205)\",\"VendorSeverity\":\"Informational\",\"DirectionOfAttack\":\"server to client\",\"SequenceNo\":7490912032519653792,\"SourceLocation\":\"Azure-EU-WEST-CBS-BELLEM\",\"DestinationLocation\":\"US\",\"FileHash\":\"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b\",\"ApplianceOrCloud\":\"eu.wildfire.paloaltonetworks.example.com\",\"URLCounter\":0,\"FileType\":\"script\",\"SenderEmail\":null,\"EmailSubject\":null,\"RecipientEmail\":null,\"DeviceName\":\"DC-FRMPL-F2\",\"ThreatCategory\":\"unknown\",\"ContentVersion\":\"0\",\"RuleUUID\":\"11111111-1111-1111-1111-111111111111\",\"HTTP2Connection\":0,\"SourceDeviceOSFamily\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"DomainEDL\":null,\"PartialHash\":0,\"TimeGeneratedHighResolution\":\"2025-05-20T06:59:15.165000Z\",\"ApplicationCategory\":\"business-systems\",\"ApplicationContainer\":\"ms-ds-smb\",\"ApplicationSubcategory\":\"storage-backup\",\"IsPacketCapture\":false,\"Users\":\"john.doe@example.org\",\"TunneledApplication\":\"untunneled\",\"ThreatNameFirewall\":\"VBScript File\"}\n",
"event": {
"action": "allow",
"category": [
"malware"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2025-05-20T06:59:14Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "wildfire"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2",
"nat": {
"port": 0
},
"port": 445
},
"file": {
"hash": {
"sha256": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
},
"name": "add-helpdesk-localadmins.vbs"
},
"log": {
"hostname": "DC-FRMPL-F2",
"level": "Informational",
"logger": "threat"
},
"network": {
"application": "ms-ds-smbv3",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "SDWAN-VWIRE",
"id": "9",
"name": "ethernet1/9"
}
},
"ingress": {
"interface": {
"alias": "SDWAN-VWIRE"
}
},
"name": "DC-FRMPL-F2",
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"DirectionOfAttack": "server to client",
"Threat_ContentType": "wildfire",
"VirtualLocation": "vsys1",
"application": {
"category": "business-systems",
"container": "ms-ds-smb",
"subcategory": "storage-backup",
"tunneled": "untunneled"
},
"session": {
"id": 1111111
},
"threat": {
"id": "VBScript File(52205)"
}
},
"related": {
"hash": [
"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b"
],
"ip": [
"1.1.1.1",
"2.2.2.2"
],
"user": [
"john.doe",
"john.doe@example.org"
]
},
"rule": {
"name": "Active Directory",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"geo": {
"name": "Azure-EU-WEST-CBS-BELLEM"
},
"ip": "1.1.1.1",
"port": 51240,
"user": {
"name": "john.doe@example.org"
}
},
"user": {
"domain": "example.org",
"email": "john.doe@example.org",
"name": "john.doe"
}
}
{
"message": "1,2026/02/20 19:06:10,111111111111,THREAT,virus,2817,2026/02/20 19:05:53,192.0.2.4,198.51.100.8,203.0.113.1,203.0.113.5,USERS-WIFI,,,web-browsing,vsys1,ES-WIFI,Internet,ethernet1/3.32,ethernet1/7,default,2026/02/20 19:05:56,111288,1,59825,80,16013,80,0x402000,tcp,reset-server,\"chromelevator.bin\",trojan/Win32.marte.tt(761892252),any,medium,server-to-client,7596009052954502110,0x8000000000000000,10.0.0.0-10.255.255.255,Netherlands,,,0,,,1,,,,,,,,0,21,25,0,0,,FW-AA-BBB,,,,,0,,0,,N/A,pe,Antivirus-5468-5995,0x0,0,4294967295,,,72cc2298-083d-4e8c-80ed-2735621e4313,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2026-02-20T19:05:56.585+01:00,,justification_sample,,internet-utility,general-internet,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,web-browsing,no,no,,,NonProxyTraffic",
"event": {
"action": "reset-server",
"category": [
"malware"
],
"code": "761892252",
"dataset": "threat",
"outcome": "success",
"reason": "trojan/Win32.marte.tt",
"risk_score": 4,
"type": [
"info"
]
},
"@timestamp": "2026-02-20T18:05:56.585000Z",
"action": {
"name": "reset-server",
"outcome": "success",
"type": "virus"
},
"destination": {
"address": "198.51.100.8",
"geo": {
"name": "Netherlands"
},
"ip": "198.51.100.8",
"nat": {
"ip": "203.0.113.5",
"port": 80
},
"port": 80
},
"file": {
"name": "chromelevator.bin",
"path": "chromelevator.bin"
},
"log": {
"hostname": "FW-AA-BBB",
"level": "medium",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "3.32",
"name": "ethernet1/3.32"
},
"vlan": {
"name": "Internet"
}
},
"ingress": {
"vlan": {
"name": "ES-WIFI"
}
},
"name": "FW-AA-BBB",
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"DGHierarchyLevel1": "21",
"DGHierarchyLevel2": "25",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "virus",
"VirtualLocation": "vsys1",
"application": {
"category": "general-internet",
"characteristic": [
"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use"
],
"subcategory": "internet-utility",
"technology": "browser-based",
"tunneled": "web-browsing"
},
"flow_type": "NonProxyTraffic",
"session": {
"id": "111288"
},
"source": {
"region": "10.0.0.0-10.255.255.255"
},
"threat": {
"id": "761892252",
"name": "trojan/Win32.marte.tt",
"type": "custom threat"
}
},
"related": {
"ip": [
"192.0.2.4",
"198.51.100.8",
"203.0.113.1",
"203.0.113.5"
]
},
"rule": {
"name": "USERS-WIFI",
"uuid": "72cc2298-083d-4e8c-80ed-2735621e4313"
},
"source": {
"address": "192.0.2.4",
"ip": "192.0.2.4",
"nat": {
"ip": "203.0.113.1",
"port": 16013
},
"port": 59825
}
}
{
"message": "1,2026/03/02 09:27:13,012345678901,THREAT,wildfire,2818,2026/03/02 09:27:13,1.1.1.1,2.2.2.2,3.3.3.3,2.2.2.2,Allow-Outbound-Web,EXAMPLE\\jdoe,,web-browsing,vsys1,Zone-Trust,Zone-Untrust,ae4.119,ethernet1/4,Default-LogFwd,2026/03/02 09:27:13,111111,1,61838,80,8270,80,0x402000,tcp,allow,\"vcomp140_app.dll\",Windows Dynamic Link Library (DLL)(52019),benign,informational,server-to-client,1234567890123456789,0x0,10.0.0.0-10.255.255.255,New Caledonia",
"event": {
"action": "allow",
"category": [
"malware"
],
"code": "52019",
"dataset": "threat",
"outcome": "success",
"reason": "Windows Dynamic Link Library (DLL)",
"type": [
"info"
]
},
"@timestamp": "2026-03-02T09:27:13Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "wildfire"
},
"destination": {
"address": "2.2.2.2",
"geo": {
"name": "New Caledonia"
},
"ip": "2.2.2.2",
"nat": {
"ip": "2.2.2.2",
"port": 80
},
"port": 80
},
"file": {
"name": "vcomp140_app.dll",
"path": "vcomp140_app.dll"
},
"log": {
"level": "informational",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "ae4.119",
"name": "ae4.119"
},
"vlan": {
"name": "Zone-Untrust"
}
},
"ingress": {
"vlan": {
"name": "Zone-Trust"
}
},
"product": "PAN-OS",
"serial_number": "012345678901"
},
"paloalto": {
"Threat_ContentType": "wildfire",
"VirtualLocation": "vsys1",
"session": {
"id": "111111"
},
"source": {
"region": "10.0.0.0-10.255.255.255"
},
"threat": {
"id": "52019",
"name": "Windows Dynamic Link Library (DLL)",
"type": "filetype detection"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
],
"user": [
"jdoe"
]
},
"rule": {
"name": "Allow-Outbound-Web"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "3.3.3.3",
"port": 8270
},
"port": 61838,
"user": {
"domain": "EXAMPLE",
"name": "jdoe"
}
},
"user": {
"domain": "EXAMPLE",
"name": "jdoe"
}
}
{
"message": ": 1,2023/08/01 04:03:24,026701002348,SYSTEM,general,2816,2023/08/01 04:03:24,,general,,0,0,general,informational,\"Request made to server \"\"server_test.com\"\" is successful . \",7261972653022396272,0x8000000000000000,0,0,0,0,,test-01,0,0,2023-08-01T04:03:24.705+02:00",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Request made to server \"server_test.com\" is successful . ",
"type": [
"info"
]
},
"@timestamp": "2023-08-01T02:03:24.705000Z",
"action": {
"name": "general",
"type": "general"
},
"log": {
"hostname": "test-01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "test-01",
"product": "PAN-OS",
"serial_number": "026701002348"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "general",
"Threat_ContentType": "general"
}
}
{
"message": "{\"Action\": \"allow\",\"ActionSource\": \"from-policy\",\"Application\": \"incomplete\",\"Bytes\": 74,\"BytesReceived\": 0,\"BytesSent\": 74,\"ChunksReceived\": 0,\"ChunksSent\": 0,\"ChunksTotal\": 0,\"ConfigVersion\": \"10.1\",\"ContainerID\": null,\"ContainerName\": null,\"ContainerNameSpace\": null,\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DestinationAddress\": \"4.4.4.4\",\"DestinationDeviceCategory\": null,\"DestinationDeviceHost\": null,\"DestinationDeviceMac\": null,\"DestinationDeviceModel\": null,\"DestinationDeviceOSFamily\": null,\"DestinationDeviceOSVersion\": null,\"DestinationDeviceProfile\": null,\"DestinationDeviceVendor\": null,\"DestinationDynamicAddressGroup\": null,\"DestinationEDL\": null,\"DestinationLocation\": \"US\",\"DestinationPort\": 443,\"DestinationUUID\": null,\"DestinationUser\": null,\"DeviceName\": \"EXAMPLE\",\"DeviceSN\": \"007954000351998\",\"DynamicUserGroupName\": null,\"EndpointAssociationID\": 0,\"EndpointSerialNumber\": null,\"FromZone\": \"untrusted\",\"GPHostID\": null,\"HASessionOwner\": null,\"HTTP2Connection\": 0,\"IMEI\": null,\"IMSI\": 0,\"InboundInterface\": \"ethernet1/1\",\"LinkChangeCount\": 0,\"LinkSwitches\": null,\"LogSetting\": \"default\",\"LogType\": \"TRAFFIC\",\"NATDestination\": \"\",\"NATDestinationPort\": 0,\"NATSource\": \"\",\"NATSourcePort\": 0,\"NSSAINetworkSliceDifferentiator\": null,\"NSSAINetworkSliceType\": null,\"OutboundInterface\": \"ethernet1/1\",\"PacketsReceived\": 0,\"PacketsSent\": 1,\"PacketsTotal\": 1,\"ParentSessionID\": 0,\"ParentStarttime\": \"1970-01-01T00:00:00.000000Z\",\"Protocol\": \"tcp\",\"RepeatCount\": 1,\"Rule\": \"intrazone-default\",\"RuleUUID\": \"11111111-1111-1111-1111-111111111111\",\"SDWANCluster\": null,\"SDWANClusterType\": null,\"SDWANDeviceType\": null,\"SDWANPolicyName\": null,\"SDWANSite\": null,\"SequenceNo\": 7195838274152187101,\"SessionDuration\": 0,\"SessionEndReason\": \"aged-out\",\"SessionID\": 11111,\"SessionStartTime\": \"2023-02-03T16:46:00.000000Z\",\"SourceAddress\": \"1.1.1.1\",\"SourceDeviceCategory\": null,\"SourceDeviceHost\": null,\"SourceDeviceMac\": null,\"SourceDeviceModel\": null,\"SourceDeviceOSFamily\": null,\"SourceDeviceOSVersion\": null,\"SourceDeviceProfile\": null,\"SourceDeviceVendor\": null,\"SourceDynamicAddressGroup\": null,\"SourceEDL\": null,\"SourceLocation\": \"2.2.2.2-3.3.3.3\",\"SourcePort\": 59087,\"SourceUUID\": null,\"SourceUser\": null,\"Subtype\": \"end\",\"TimeGenerated\": \"2023-02-03T16:46:07.000000Z\",\"TimeGeneratedHighResolution\": \"2023-02-03T16:46:07.584000Z\",\"TimeReceived\": \"2023-02-03T16:46:14.000000Z\",\"ToZone\": \"untrusted\",\"Tunnel\": \"N/A\",\"URLCategory\": \"any\",\"VirtualLocation\": \"vsys1\",\"VirtualSystemName\": \"\",\"X-Forwarded-ForIP\": null}",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"start": "2023-02-03T16:46:00Z",
"type": [
"end"
]
},
"@timestamp": "2023-02-03T16:46:07Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "end"
},
"destination": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"port": 0
},
"port": 443
},
"log": {
"hostname": "EXAMPLE",
"logger": "traffic"
},
"network": {
"application": "incomplete",
"bytes": 74,
"packets": 1,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrusted",
"id": "1",
"name": "ethernet1/1"
}
},
"ingress": {
"interface": {
"alias": "untrusted"
}
},
"name": "EXAMPLE",
"product": "PAN-OS",
"serial_number": "007954000351998"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "end",
"URLCategory": "any",
"VirtualLocation": "vsys1",
"session": {
"end_reason": "aged-out",
"id": 11111
},
"source": {
"region": "2.2.2.2-3.3.3.3"
}
},
"related": {
"ip": [
"1.1.1.1",
"4.4.4.4"
]
},
"rule": {
"name": "intrazone-default",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"bytes": 74,
"ip": "1.1.1.1",
"port": 59087
}
}
{
"message": "{\"Action\": \"allow\",\"ActionSource\": \"from-policy\",\"Application\": \"incomplete\",\"Bytes\": 74,\"BytesReceived\": 0,\"BytesSent\": 74,\"ChunksReceived\": 0,\"ChunksSent\": 0,\"ChunksTotal\": 0,\"ConfigVersion\": \"10.1\",\"ContainerID\": null,\"ContainerName\": null,\"ContainerNameSpace\": null,\"DGHierarchyLevel1\": 0,\"DGHierarchyLevel2\": 0,\"DGHierarchyLevel3\": 0,\"DGHierarchyLevel4\": 0,\"DestinationAddress\": \"4.4.4.4\",\"DestinationDeviceCategory\": null,\"DestinationDeviceHost\": null,\"DestinationDeviceMac\": null,\"DestinationDeviceModel\": null,\"DestinationDeviceOSFamily\": null,\"DestinationDeviceOSVersion\": null,\"DestinationDeviceProfile\": null,\"DestinationDeviceVendor\": null,\"DestinationDynamicAddressGroup\": null,\"DestinationEDL\": null,\"DestinationLocation\": \"US\",\"DestinationPort\": 443,\"DestinationUUID\": null,\"DestinationUser\": null,\"DeviceName\": \"EXAMPLE\",\"DeviceSN\": \"007954000351998\",\"DynamicUserGroupName\": null,\"EndpointAssociationID\": 0,\"EndpointSerialNumber\": null,\"FromZone\": \"untrusted\",\"GPHostID\": null,\"HASessionOwner\": null,\"HTTP2Connection\": 0,\"IMEI\": null,\"IMSI\": 0,\"InboundInterface\": \"ethernet1/1\",\"LinkChangeCount\": 0,\"LinkSwitches\": null,\"LogSetting\": \"default\",\"LogType\": \"TRAFFIC\",\"NATDestination\": \"\",\"NATDestinationPort\": 0,\"NATSource\": \"\",\"NATSourcePort\": 0,\"NSSAINetworkSliceDifferentiator\": null,\"NSSAINetworkSliceType\": null,\"OutboundInterface\": \"ethernet1/1\",\"PacketsReceived\": 0,\"PacketsSent\": 1,\"PacketsTotal\": 1,\"ParentSessionID\": 0,\"ParentStarttime\": \"1970-01-01T00:00:00.000000Z\",\"Protocol\": \"tcp\",\"RepeatCount\": 1,\"Rule\": \"intrazone-default\",\"RuleUUID\": \"11111111-1111-1111-1111-111111111111\",\"SDWANCluster\": null,\"SDWANClusterType\": null,\"SDWANDeviceType\": null,\"SDWANPolicyName\": null,\"SDWANSite\": null,\"SequenceNo\": 7195838274152187100,\"SessionDuration\": 0,\"SessionEndReason\": \"aged-out\",\"SessionID\": 11111,\"SessionStartTime\": \"2023-02-03T16:45:44.000000Z\",\"SourceAddress\": \"1.1.1.1\",\"SourceDeviceCategory\": null,\"SourceDeviceHost\": null,\"SourceDeviceMac\": null,\"SourceDeviceModel\": null,\"SourceDeviceOSFamily\": null,\"SourceDeviceOSVersion\": null,\"SourceDeviceProfile\": null,\"SourceDeviceVendor\": null,\"SourceDynamicAddressGroup\": null,\"SourceEDL\": null,\"SourceLocation\": \"2.2.2.2-3.3.3.3\",\"SourcePort\": 59087,\"SourceUUID\": null,\"SourceUser\": null,\"Subtype\": \"end\",\"TimeGenerated\": \"2023-02-03T16:45:52.000000Z\",\"TimeGeneratedHighResolution\": \"2023-02-03T16:45:52.582000Z\",\"TimeReceived\": \"2023-02-03T16:45:56.000000Z\",\"ToZone\": \"untrusted\",\"Tunnel\": \"N/A\",\"URLCategory\": \"any\",\"VirtualLocation\": \"vsys1\",\"VirtualSystemName\": \"\",\"X-Forwarded-ForIP\": null}",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"start": "2023-02-03T16:45:44Z",
"type": [
"end"
]
},
"@timestamp": "2023-02-03T16:45:52Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "end"
},
"destination": {
"address": "4.4.4.4",
"ip": "4.4.4.4",
"nat": {
"port": 0
},
"port": 443
},
"log": {
"hostname": "EXAMPLE",
"logger": "traffic"
},
"network": {
"application": "incomplete",
"bytes": 74,
"packets": 1,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrusted",
"id": "1",
"name": "ethernet1/1"
}
},
"ingress": {
"interface": {
"alias": "untrusted"
}
},
"name": "EXAMPLE",
"product": "PAN-OS",
"serial_number": "007954000351998"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "end",
"URLCategory": "any",
"VirtualLocation": "vsys1",
"session": {
"end_reason": "aged-out",
"id": 11111
},
"source": {
"region": "2.2.2.2-3.3.3.3"
}
},
"related": {
"ip": [
"1.1.1.1",
"4.4.4.4"
]
},
"rule": {
"name": "intrazone-default",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"bytes": 74,
"ip": "1.1.1.1",
"port": 59087
}
}
{
"message": "{\"TimeReceived\":\"2025-01-28T17:00:36.000000Z\",\"DeviceSN\":\"007057000103158\",\"LogType\":\"TRAFFIC\",\"Subtype\":\"start\",\"ConfigVersion\":\"11.1\",\"TimeGenerated\":\"2025-01-28T17:01:01.000000Z\",\"SourceAddress\":\"1.1.1.1\",\"DestinationAddress\":\"2.2.2.2\",\"NATSource\":\"\",\"NATDestination\":\"\",\"Rule\":\"intrazone-default\",\"SourceUser\":null,\"DestinationUser\":null,\"Application\":\"paloalto-updates\",\"FromZone\":\"OUTSIDE\",\"ToZone\":\"OUTSIDE\",\"InboundInterface\":\"ethernet1/1\",\"OutboundInterface\":\"ethernet1/1\",\"LogSetting\":\"Panorama_CDL\",\"SessionID\":111111,\"RepeatCount\":1,\"SourcePort\":45483,\"DestinationPort\":443,\"NATSourcePort\":0,\"NATDestinationPort\":0,\"Protocol\":\"tcp\",\"Action\":\"allow\",\"Bytes\":797,\"BytesSent\":723,\"BytesReceived\":74,\"PacketsTotal\":4,\"SessionStartTime\":\"2025-01-28T17:01:02.000000Z\",\"SessionDuration\":0,\"URLCategory\":\"computer-and-internet-info\",\"SourceLocation\":\"TEST_INFRA\",\"DestinationLocation\":\"US\",\"PacketsSent\":3,\"PacketsReceived\":1,\"SessionEndReason\":\"n-a\",\"DeviceName\":\"PC-01\",\"ActionSource\":\"from-policy\",\"RuleUUID\":\"11111111-1111-1111-1111-111111111111\",\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"TimeGeneratedHighResolution\":\"2025-01-28T17:01:02.738000Z\",\"DestinationUserName\":null,\"SourceUserDomain\":null,\"Users\":\"1.1.1.1\",\"IsPacketCapture\":false,\"IsPhishing\":false}",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"start": "2025-01-28T17:01:02Z",
"type": [
"start"
]
},
"@timestamp": "2025-01-28T17:01:01Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "start"
},
"destination": {
"address": "2.2.2.2",
"bytes": 74,
"ip": "2.2.2.2",
"nat": {
"port": 0
},
"port": 443
},
"log": {
"hostname": "PC-01",
"logger": "traffic"
},
"network": {
"application": "paloalto-updates",
"bytes": 797,
"packets": 4,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "OUTSIDE",
"id": "1",
"name": "ethernet1/1"
}
},
"ingress": {
"interface": {
"alias": "OUTSIDE"
}
},
"name": "PC-01",
"product": "PAN-OS",
"serial_number": "007057000103158"
},
"paloalto": {
"Threat_ContentType": "start",
"URLCategory": "computer-and-internet-info",
"session": {
"end_reason": "n-a",
"id": 111111
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2"
]
},
"rule": {
"name": "intrazone-default",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"bytes": 723,
"geo": {
"name": "TEST_INFRA"
},
"ip": "1.1.1.1",
"port": 45483
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:50:25.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"general\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:50:14.000000Z\",\"VirtualLocation\":\"\",\"EventName\":\"general\",\"EventComponent\":null,\"VendorSeverity\":\"Informational\",\"EventDescription\":\"Content update job succeeded for user admin\",\"SequenceNo\":7200776623254143155,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:50:14.343000Z\"}\n",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Content update job succeeded for user admin",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:50:14Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"user": [
"admin"
]
},
"user": {
"name": "admin"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:49:49.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"general\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:49:34.000000Z\",\"VirtualLocation\":\"\",\"EventName\":\"general\",\"EventComponent\":null,\"VendorSeverity\":\"Informational\",\"EventDescription\":\"Content package upgraded from version 8671-7826 to 8676-7858 by admin\",\"SequenceNo\":7200776623254143153,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:49:34.604000Z\"}\n",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "Content package upgraded from version 8671-7826 to 8676-7858 by admin",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:49:34Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"user": [
"admin"
]
},
"user": {
"name": "admin"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:41:25.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"auth\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:41:18.000000Z\",\"VirtualLocation\":null,\"EventName\":\"auth-success\",\"EventComponent\":\"\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"authenticated for user 'admin'. From: 1.1.1.1.\",\"SequenceNo\":7200776623254143115,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:41:18.813000Z\"}\n",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "authenticated for user 'admin'",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:41:18Z",
"action": {
"type": "auth"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "auth"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"admin"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "admin"
}
}
{
"message": "1,2024/01/12 11:23:33,01545100000000,USERID,login,2222,2024/01/12 11:23:33,vsys1,1.1.1.1,example.net\\JDOE,,0,1,10888,0,0,vpn-client,globalprotect,555555555555555555555555,0x8000000000000000,0,0,0,0,,test-01,1,,2024/01/12 11:23:33,1,0x80000000,dtest,,2024-01-12T11:23:33.907+01:00",
"event": {
"category": [
"authentication"
],
"dataset": "userid",
"outcome": "success",
"type": [
"start"
]
},
"@timestamp": "2024-01-12T10:23:33.907000Z",
"action": {
"type": "login"
},
"destination": {
"port": 0
},
"log": {
"hostname": "test-01",
"logger": "userid"
},
"observer": {
"name": "test-01",
"product": "PAN-OS",
"serial_number": "01545100000000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "0",
"Threat_ContentType": "login",
"VirtualLocation": "vsys1",
"VirtualSystemID": "1"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"JDOE"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 0
},
"user": {
"domain": "example.net",
"name": "JDOE"
}
}
{
"message": "1,2025/08/06 15:11:22,016301005120,SYSTEM,auth,2817,2025/08/06 15:11:23,,auth-success,Auth_Seq_RAH,0,0,general,informational,\"Kerberos SSO authenticated for user 'johndoe'. realm 'RXX-R.XXXX', auth profile 'Auth_Seq_RAL', vsys 'shared',\",7512418093042533211,0x0,0,0,0,0,,HOST_01,0,0,2025-08-06T15:11:23.221+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "Kerberos SSO authenticated for user 'johndoe'",
"type": [
"start"
]
},
"@timestamp": "2025-08-06T13:11:23.221000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"log": {
"hostname": "HOST_01",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "HOST_01",
"product": "PAN-OS",
"serial_number": "016301005120"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "Auth_Seq_RAL"
},
"vsys": "shared"
},
"related": {
"user": [
"johndoe"
]
},
"user": {
"name": "johndoe"
}
}
{
"message": "1,2026/04/28 13:38:24,111111111111111,SYSTEM,auth,2817,2026/04/28 13:38:25,,auth-success,Auth_Seq_NAME,0,0,general,informational,\"Kerberos SSO authenticated for user 'test01@DOMAIN'. realm 'DOMAIN', auth profile 'Auth_Seq_NAME', vsys 'shared',\",1234567890123456789,0x0,0,0,0,0,,HOSTNAME,0,0,2026-04-28T13:38:25.366+02:00",
"event": {
"category": [
"authentication"
],
"dataset": "system",
"outcome": "success",
"reason": "Kerberos SSO authenticated for user 'test01@DOMAIN'",
"type": [
"start"
]
},
"@timestamp": "2026-04-28T11:38:25.366000Z",
"action": {
"name": "auth-success",
"type": "auth"
},
"log": {
"hostname": "HOSTNAME",
"level": "informational",
"logger": "system"
},
"observer": {
"name": "HOSTNAME",
"product": "PAN-OS",
"serial_number": "111111111111111"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"EventID": "auth-success",
"Threat_ContentType": "auth",
"authentication": {
"profile": "Auth_Seq_NAME"
},
"vsys": "shared"
},
"related": {
"user": [
"test01"
]
},
"user": {
"domain": "DOMAIN",
"email": "test01@DOMAIN",
"name": "test01"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T15:41:25.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"general\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T15:41:18.000000Z\",\"VirtualLocation\":\"\",\"EventName\":\"general\",\"EventComponent\":null,\"VendorSeverity\":\"Informational\",\"EventDescription\":\"User admin logged in via Web from 1.1.1.1 using https\",\"SequenceNo\":7200776623254143116,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T15:41:18.825000Z\"}\n",
"event": {
"category": [
"host"
],
"dataset": "system",
"reason": "User admin logged in via Web from 1.1.1.1 using https",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T15:41:18Z",
"action": {
"type": "general"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"network": {
"protocol": "https"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "general"
},
"related": {
"ip": [
"1.1.1.1"
],
"user": [
"admin"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1"
},
"user": {
"name": "admin"
}
}
{
"message": "{\"LogTime\":\"2023-02-16T17:45:55.000000Z\",\"LogSourceID\":\"007954000351998\",\"LogType\":\"SYSTEM\",\"Subtype\":\"fb\",\"ConfigVersion\":\"10.1\",\"EventTime\":\"2023-02-16T17:45:43.000000Z\",\"VirtualLocation\":null,\"EventName\":\"wildfire-conn-failed\",\"EventComponent\":\"\",\"VendorSeverity\":\"Informational\",\"EventDescription\":\"Failed to perform task resulting in connection timeout with WildFire Cloud wildfire.paloaltonetworks.example.com\",\"SequenceNo\":7200776623254143341,\"DGHierarchyLevel1\":0,\"DGHierarchyLevel2\":0,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":null,\"LogSourceName\":\"EXAMPLE\",\"DeviceGroup\":null,\"Template\":null,\"TimeGeneratedHighResolution\":\"2023-02-16T17:45:43.111000Z\"}\n",
"event": {
"category": [
"network"
],
"dataset": "system",
"module": "WildFire",
"reason": "Failed to perform task resulting in connection timeout with WildFire Cloud wildfire.paloaltonetworks.example.com",
"type": [
"info"
]
},
"@timestamp": "2023-02-16T17:45:43Z",
"action": {
"type": "fb"
},
"destination": {
"address": "wildfire.paloaltonetworks.example.com",
"domain": "wildfire.paloaltonetworks.example.com",
"registered_domain": "example.com",
"subdomain": "wildfire.paloaltonetworks",
"top_level_domain": "com"
},
"host": {
"name": "EXAMPLE"
},
"log": {
"level": "Informational",
"logger": "system"
},
"observer": {
"product": "PAN-OS"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "fb"
},
"related": {
"hosts": [
"wildfire.paloaltonetworks.example.com"
]
}
}
{
"message": "1,2024/03/12 15:02:32,016401004874,THREAT,url,2816,2024/03/12 15:02:32,3.3.3.3,7.7.7.7,1.1.1.1,1.1.1.1,rule-internet,x-fwd-for: 6.6.6.6,,web-browsing,vsys,env,zone2,a1.1,aec.2,default,2024/03/12 15:02:32,1111111,1,49802,80,0,0,0x8b000,tcp,alert,\"www.example.com:443/catalog/integrations?query=this\",(9999),any,informational,client-to-server,7324220311048193508,0x0,11.1.1.1-8.8.8.8,2.2.2.2-5.5.5.5,,,0,,,10,Mozilla/4.0 (compatible; ms-office; MSOffice 16),,\"6.6.6.6\",,,,,0,0,0,0,0,VSYS,FW,,,,get,0,,0,,N/A,N/A,AppThreat-0-0,0x0,0,4294967295,,\"Sekoia,cybertech,low-risk\",11111111-1111-1111-1111-111111111111,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,2024-03-12T15:02:32.650+01:00,,,,internet-utility,general-internet,browser-based,4,\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\",,web-browsing,no,no,,,NonProxyTraffic",
"event": {
"action": "alert",
"category": [
"network"
],
"code": "9999",
"dataset": "threat",
"outcome": "success",
"risk_score": 4,
"type": [
"info"
]
},
"@timestamp": "2024-03-12T14:02:32.650000Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "url"
},
"destination": {
"address": "7.7.7.7",
"domain": "www.example.com",
"ip": "7.7.7.7",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 80
},
"http": {
"request": {
"method": "get"
}
},
"log": {
"hostname": "FW",
"level": "informational",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"forwarded_ip": "6.6.6.6",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "a1.1",
"name": "a1.1"
},
"vlan": {
"name": "zone2"
}
},
"ingress": {
"vlan": {
"name": "env"
}
},
"name": "FW",
"product": "PAN-OS",
"serial_number": "016401004874"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "url",
"URLCategoryList": [
"Sekoia",
"cybertech",
"low-risk"
],
"VirtualLocation": "vsys",
"VirtualSystemName": "VSYS",
"application": {
"category": "general-internet",
"characteristic": [
"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use"
],
"subcategory": "internet-utility",
"technology": "browser-based",
"tunneled": "web-browsing"
},
"destination": {
"region": "2.2.2.2-5.5.5.5"
},
"flow_type": "NonProxyTraffic",
"session": {
"id": "1111111"
},
"source": {
"region": "11.1.1.1-8.8.8.8"
},
"threat": {
"id": "9999",
"type": "URL filtering log"
}
},
"related": {
"hosts": [
"www.example.com"
],
"ip": [
"1.1.1.1",
"3.3.3.3",
"7.7.7.7"
]
},
"rule": {
"name": "rule-internet",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 49802
},
"url": {
"domain": "www.example.com",
"full": "https://www.example.com:443/catalog/integrations?query=this",
"original": "https://www.example.com:443/catalog/integrations?query=this",
"path": "/catalog/integrations",
"port": 443,
"query": "query=this",
"registered_domain": "example.com",
"scheme": "https",
"subdomain": "www",
"top_level_domain": "com"
},
"user_agent": {
"name": "Mozilla/4.0 (compatible; ms-office; MSOffice 16)"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|THREAT|spyware|1|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:48:21 deviceExternalId=REDACTED start=Mar 01 2021 20:48:16 PanOSApplicationCategory=general-internet PanOSApplicationContainer=sina-weibo PanOSApplicationRisk=4 PanOSApplicationSubcategory=social-networking PanOSApplicationTechnology=browser-based PanOSCaptivePortal=false PanOSCloudHostname=REDACTED PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=paloaltonetwork duser=REDACTED duid= PanOSHTTPMethod=get PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=true PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=true PanOSIsSystemReturn=true PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=13884 PanOSOutboundInterfaceDetailsPort=0 PanOSOutboundInterfaceDetailsSlot=0 PanOSOutboundInterfaceDetailsType=unknown PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSPayloadProtocolID=-1 PanOSSanctionedStateOfApp=false PanOSSeverity=Informational PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=paloaltonetwork suser=REDACTED suid= cat=27379 PanOSThreatNameFirewall=27379 PanOSTunneledApplication=tunneled-app PanOSURLDomain= PanOSUsers=example\\\\REDACTED PanOSVerdict= PanOSVirtualSystemID=1 c6a2=fe80:110:8897:efab:9202:b3ff:fe1e:8329 c6a2Label=Source IPv6 Address c6a3=fe80:110:8897:efab:9202:b3ff:fe1e:8329 c6a3Label=Destination IPv6 Address sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=deny-attackers cs1Label=Rule suser0=example\\\\REDACTED duser0=example\\\\REDACTED app=sina-weibo-base cs3=vsys1 cs3Label=VirtualLocation cs4=datacenter cs4Label=FromZone cs5=ethernet4Zone-test4 cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=unknown cs6=rs-logging cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=13884 dpt=4228 sourceTranslatedPort=30116 destinationTranslatedPort=20966 proto=tcp act=drop-all request=some other fake filename PanOSThreatID=27379(27379) flexString2=server to client flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=LY PanOSDestinationLocation=BR fileId=0 PanOSFileHash= PanOSApplianceOrCloud= PanOSURLCounter=0 PanOSFileType= PanOSSenderEmail= PanOSEmailSubject= PanOSRecipientEmail= PanOSReportID=0 PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSThreatCategory=unknown PanOSContentVersion=50059 PanOSSigFlags=0x0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory=X-Phone PanOSSourceDeviceProfile=x-profile PanOSSourceDeviceModel=Note 4G PanOSSourceDeviceVendor=Lenovo PanOSSourceDeviceOSFamily=K6 PanOSSourceDeviceOSVersion=Android v9 PanOSSourceDeviceHost=pan-505 PanOSSourceDeviceMac=596703749274 PanOSDestinationDeviceCategory=X-Phone PanOSDestinationDeviceProfile=x-profile PanOSDestinationDeviceModel=MI PanOSDestinationDeviceVendor=Xiaomi PanOSDestinationDeviceOSFamily=A1 PanOSDestinationDeviceOSVersion=Android v9.1 PanOSDestinationDeviceHost=pan-622 PanOSDestinationDeviceMac=620797415366 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSDomainEDL= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSPartialHash=0 PanOSTimeGeneratedHighResolution=Mar 01 2021 20:48:16 PanOSNSSAINetworkSliceType=dc",
"event": {
"action": "drop-all",
"category": [
"malware"
],
"dataset": "threat",
"severity": 1,
"start": "2021-03-01T20:48:16Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T20:48:21Z",
"action": {
"type": "spyware"
},
"destination": {
"nat": {
"ip": "1.1.1.1",
"port": 20966
},
"port": 4228,
"user": {
"name": "REDACTED"
}
},
"host": {
"hostname": "REDACTED",
"id": "REDACTED",
"mac": "596703749274",
"name": "REDACTED",
"os": {
"family": "K6",
"version": "Android v9"
},
"type": "X-Phone"
},
"log": {
"hostname": "REDACTED",
"logger": "threat"
},
"network": {
"application": "sina-weibo-base",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "ethernet4Zone-test4"
}
},
"ingress": {
"interface": {
"alias": "datacenter"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"DirectionOfAttack": "server to client",
"PanOSContainerNameSpace": "pns_default",
"PanOSDestinationDeviceCategory": "X-Phone",
"PanOSDestinationDeviceHost": "pan-622",
"PanOSDestinationDeviceMac": "620797415366",
"PanOSDestinationDeviceModel": "MI",
"PanOSDestinationDeviceOSFamily": "A1",
"PanOSDestinationDeviceOSVersion": "Android v9.1",
"PanOSDestinationDeviceProfile": "x-profile",
"PanOSDestinationDeviceVendor": "Xiaomi",
"PanOSEndpointSerialNumber": "REDACTED",
"PanOSSourceDeviceHost": "pan-505",
"PanOSSourceDeviceModel": "Note 4G",
"PanOSSourceDeviceProfile": "x-profile",
"PanOSSourceDeviceVendor": "Lenovo",
"PanOSSourceLocation": "LY",
"PanOSThreatID": "27379(27379)",
"VirtualLocation": "vsys1",
"endpoint": {
"serial_number": "REDACTED"
},
"session": {
"id": "111111"
},
"threat": {
"id": "27379(27379)"
}
},
"related": {
"hosts": [
"REDACTED"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"rule": {
"name": "deny-attackers",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"nat": {
"ip": "1.1.1.1",
"port": 30116
},
"port": 13884,
"user": {
"name": "REDACTED"
}
},
"user": {
"name": "REDACTED"
}
}
{
"message": "1,2021/08/31 14:00:02,001701000000,THREAT,vulnerability,2049,2021/08/31 14:00:02,3.3.3.3,2.2.2.2,1.1.1.1,1.1.1.1,abcd,,,web-browsing,vsys,env,zone2,a1.1,aec.2,podl,2021/08/31 14:00:02,111111,2,12345,80,0,0,0x2000,tcp,alert,\"EXAMPLE.PDF\",PDF Exploit Evasion Found(34805),any,informational,server-to-client,1320000,0x2000000000000000,11.1.1.1-5.5.5.5,11.1.1.1-5.5.5.5,0,,0,,,1,,,,,,,,0,0,0,0,0,,FW,,,,,0,,0,,N/A,code-execution,AppThreat-0000-1111,0x0,0,422342342,",
"event": {
"action": "alert",
"category": [
"vulnerability"
],
"code": "34805",
"dataset": "threat",
"outcome": "success",
"reason": "PDF Exploit Evasion Found",
"type": [
"info"
]
},
"@timestamp": "2021-08-31T14:00:02Z",
"action": {
"name": "alert",
"outcome": "success",
"type": "vulnerability"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 80
},
"file": {
"name": "EXAMPLE.PDF",
"path": "EXAMPLE.PDF"
},
"log": {
"hostname": "FW",
"level": "informational",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "a1.1",
"name": "a1.1"
},
"vlan": {
"name": "zone2"
}
},
"ingress": {
"vlan": {
"name": "env"
}
},
"name": "FW",
"product": "PAN-OS",
"serial_number": "001701000000"
},
"paloalto": {
"DGHierarchyLevel1": "0",
"DGHierarchyLevel2": "0",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"Threat_ContentType": "vulnerability",
"VirtualLocation": "vsys",
"destination": {
"region": "11.1.1.1-5.5.5.5"
},
"session": {
"id": "111111"
},
"source": {
"region": "11.1.1.1-5.5.5.5"
},
"threat": {
"id": "34805",
"name": "PDF Exploit Evasion Found",
"type": "vulnerability exploit detection"
}
},
"related": {
"ip": [
"1.1.1.1",
"2.2.2.2",
"3.3.3.3"
]
},
"rule": {
"name": "abcd"
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"port": 12345
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|dtz=UTC rt=Jul 31 2022 12:46:24 deviceExternalId=000000000000 PanOSConfigVersion=10.1 start=Jul 31 2022 12:46:07 src=3.3.3.3 dst=2.2.2.2 sourceTranslatedAddress=5.5.5.5 destinationTranslatedAddress=4.4.4.4 cs1=SO Access cs1Label=Rule suser= duser= app=outlook-web-online cs3=vsys1 cs3Label=VirtualLocation cs4=Trust cs4Label=FromZone cs5=Untrust cs5Label=ToZone deviceInboundInterface=ethernet1/10 deviceOutboundInterface=ethernet1/11 cs6=Panorama_LOF cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=52066 dpt=443 sourceTranslatedPort=47252 destinationTranslatedPort=443 proto=tcp act=allow PanOSBytes=12503 out=5651 in=6852 cn2=24 cn2Label=PacketsTotal PanOSSessionStartTime=Jul 31 2022 12:43:06 cn3=178 cn3Label=SessionDuration cs2=computer-and-internet-info cs2Label=URLCategory externalId=1111111111111111111 PanOSSourceLocation=1.1.1.1-6.6.6.6 PanOSDestinationLocation=UK PanOSPacketsSent=13 PanOSPacketsReceived=11 reason=tcp-fin PanOSDGHierarchyLevel1=997 PanOSDGHierarchyLevel2=738 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cat=from-policy PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSEndpointAssociationID=0 PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID= PanOSEndpointSerialNumber= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner= PanOSTimeGeneratedHighResolution=Jul 31 2022 12:46:07 PanOSNSSAINetworkSliceType= PanOSNSSAINetworkSliceDifferentiator=\n",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 178,
"reason": "tcp-fin",
"severity": 3,
"start": "2022-07-31T12:46:07Z",
"timezone": "UTC",
"type": [
"allowed"
]
},
"@timestamp": "2022-07-31T12:46:24Z",
"action": {
"type": "end"
},
"destination": {
"address": "2.2.2.2",
"bytes": 5651,
"ip": "2.2.2.2",
"nat": {
"ip": "4.4.4.4",
"port": 443
},
"packets": 11,
"port": 443
},
"host": {
"hostname": "EXAMPLE",
"id": "000000000000",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "traffic"
},
"network": {
"application": "outlook-web-online",
"bytes": 12503,
"packets": 24,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "Untrust",
"id": "11",
"name": "ethernet1/11"
}
},
"ingress": {
"interface": {
"alias": "Trust",
"id": "10",
"name": "ethernet1/10"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSSessionStartTime": "Jul 31 2022 12:43:06",
"PanOSSourceLocation": "1.1.1.1-6.6.6.6",
"URLCategory": "computer-and-internet-info",
"VirtualLocation": "vsys1",
"reason": "tcp-fin",
"session": {
"id": "111111"
}
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"2.2.2.2",
"3.3.3.3",
"4.4.4.4",
"5.5.5.5"
]
},
"rule": {
"name": "SO Access",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "3.3.3.3",
"bytes": 6852,
"ip": "3.3.3.3",
"nat": {
"ip": "5.5.5.5",
"port": 47252
},
"packets": 13,
"port": 52066
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|dtz=UTC rt=Aug 02 2022 06:42:20 deviceExternalId=no-serial PanOSConfigVersion=10.0 start=Aug 02 2022 06:42:01 src= dst=2.2.2.2 sourceTranslatedAddress=2.2.2.2 destinationTranslatedAddress=2.2.2.2 cs1=Global_Outbound_internet_access cs1Label=Rule suser=user.name@example.com duser= app=ssl cs3=vsys1 cs3Label=VirtualLocation cs4=trust cs4Label=FromZone cs5=untrust cs5Label=ToZone deviceInboundInterface=tunnel.1 deviceOutboundInterface=ethernet1/1 cs6=default cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=63516 dpt=443 sourceTranslatedPort=43823 destinationTranslatedPort=443 proto=tcp act=allow PanOSBytes=13443 out=2755 in=10688 cn2=32 cn2Label=PacketsTotal PanOSSessionStartTime=Aug 02 2022 06:41:44 cn3=0 cn3Label=SessionDuration cs2=low-risk cs2Label=URLCategory externalId=1112030318 PanOSSourceLocation=2.2.2.2-3.3.3.3 PanOSDestinationLocation=EU PanOSPacketsSent=13 PanOSPacketsReceived=19 reason=tcp-fin PanOSDGHierarchyLevel1=463 PanOSDGHierarchyLevel2=467 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cat=from-policy PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Jan 01 1970 00:00:00 PanOSTunnel=N/A PanOSEndpointAssociationID=0 PanOSChunksTotal=0 PanOSChunksSent=0 PanOSChunksReceived=0 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=0 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory= PanOSSourceDeviceProfile= PanOSSourceDeviceModel= PanOSSourceDeviceVendor= PanOSSourceDeviceOSFamily= PanOSSourceDeviceOSVersion= PanOSSourceDeviceHost= PanOSSourceDeviceMac= PanOSDestinationDeviceCategory= PanOSDestinationDeviceProfile= PanOSDestinationDeviceModel= PanOSDestinationDeviceVendor= PanOSDestinationDeviceOSFamily= PanOSDestinationDeviceOSVersion= PanOSDestinationDeviceHost= PanOSDestinationDeviceMac= PanOSContainerID= PanOSContainerNameSpace= PanOSContainerName= PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID= PanOSEndpointSerialNumber= PanOSSourceDynamicAddressGroup= PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner= PanOSTimeGeneratedHighResolution=Aug 02 2022 06:42:02 PanOSNSSAINetworkSliceType= PanOSNSSAINetworkSliceDifferentiator=",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"reason": "tcp-fin",
"severity": 3,
"start": "2022-08-02T06:42:01Z",
"timezone": "UTC",
"type": [
"allowed"
]
},
"@timestamp": "2022-08-02T06:42:20Z",
"action": {
"type": "end"
},
"destination": {
"address": "2.2.2.2",
"bytes": 2755,
"ip": "2.2.2.2",
"nat": {
"ip": "2.2.2.2",
"port": 443
},
"packets": 19,
"port": 443
},
"host": {
"hostname": "EXAMPLE",
"id": "no-serial",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "traffic"
},
"network": {
"application": "ssl",
"bytes": 13443,
"packets": 32,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "1",
"name": "ethernet1/1"
}
},
"ingress": {
"interface": {
"alias": "trust",
"id": "tunnel.1",
"name": "tunnel.1"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSSessionStartTime": "Aug 02 2022 06:41:44",
"PanOSSourceLocation": "2.2.2.2-3.3.3.3",
"URLCategory": "low-risk",
"VirtualLocation": "vsys1",
"reason": "tcp-fin",
"session": {
"id": "111111"
}
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"2.2.2.2"
],
"user": [
"user.name@example.com"
]
},
"rule": {
"name": "Global_Outbound_internet_access",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"bytes": 10688,
"nat": {
"ip": "2.2.2.2",
"port": 43823
},
"packets": 13,
"port": 63516,
"user": {
"name": "user.name@example.com"
}
},
"user": {
"name": "user.name@example.com"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|TRAFFIC|end|3|ProfileToken=REDACTED dtz=UTC rt=Feb 27 2021 20:16:21 deviceExternalId=REDACTED PanOSApplicationContainer= PanOSApplicationRisk=5 PanOSApplicationSubcategory=file-sharing PanOSApplicationTechnology=peer-to-peer PanOSCaptivePortal=false PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=paloaltonetwork duser=REDACTED duid= PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=false PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDecryptedLog=false PanOSIsDecryptedPayloadForward=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsInspectionBeforeSession=true PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=false PanOSIsSystemReturn=false PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=0 PanOSOutboundInterfaceDetailsPort=0 PanOSOutboundInterfaceDetailsSlot=0 PanOSOutboundInterfaceDetailsType=unknown PanOSOutboundInterfaceDetailsUnit=0 PanOSSDWANFECRatio=0.0 PanOSSanctionedStateOfApp=false PanOSSessionOwnerMidx=false PanOSSessionTracker=16 PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED suser=REDACTED suid= PanOSTunneledApplication=tunneled-app PanOSUsers=REDACTED\\\\REDACTED PanOSVirtualSystemID=1 PanOSApplicationCategory=peer2peer PanOSConfigVersion=10.0 start=Feb 27 2021 20:16:17 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=deny-attackers cs1Label=Rule suser0=REDACTED\\\\REDACTED duser0=example\\\\REDACTED app=fileguri cs3=vsys1 cs3Label=VirtualLocation cs4=untrust cs4Label=FromZone cs5=ethernet4Zone-test1 cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=unknown cs6=rs-logging cs6Label=LogSetting cn1=11111 cn1Label=SessionID cnt=1 spt=22871 dpt=27092 sourceTranslatedPort=24429 destinationTranslatedPort=14744 proto=tcp act=deny PanOSBytes=1370294 out=400448 in=969846 cn2=314 cn2Label=PacketsTotal PanOSSessionStartTime=Feb 27 2021 20:15:48 cn3=56 cn3Label=SessionDuration cs2=custom-category cs2Label=URLCategory externalId=REDACTED PanOSSourceLocation=east-coast PanOSDestinationLocation=BR PanOSPacketsSent=194 PanOSPacketsReceived=120 reason=unknown PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED cat=unknown PanOSSourceUUID= PanOSDestinationUUID= PanOSIMSI=0 PanOSIMEI= PanOSParentSessionID=0 PanOSParentStarttime=Feb 27 2021 20:15:40 PanOSTunnel=GRE PanOSEndpointAssociationID=-3746994889972252628 PanOSChunksTotal=1945 PanOSChunksSent=323 PanOSChunksReceived=1622 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=469139 PanOSLinkChangeCount=0 PanOSSDWANPolicyName= PanOSLinkSwitches= PanOSSDWANCluster= PanOSSDWANDeviceType= PanOSSDWANClusterType= PanOSSDWANSite= PanOSDynamicUserGroupName=dynug-4 PanOSX-Forwarded-ForIP=1.1.1.1 PanOSSourceDeviceCategory=N-Phone PanOSSourceDeviceProfile=n-profile PanOSSourceDeviceModel=Nexus PanOSSourceDeviceVendor=Google PanOSSourceDeviceOSFamily=LG-H790 PanOSSourceDeviceOSVersion=Android v6 PanOSSourceDeviceHost=pan-301 PanOSSourceDeviceMac=839147449905 PanOSDestinationDeviceCategory=N-Phone PanOSDestinationDeviceProfile=n-profile PanOSDestinationDeviceModel=Nexus PanOSDestinationDeviceVendor=Google PanOSDestinationDeviceOSFamily=H1511 PanOSDestinationDeviceOSVersion=Android v7 PanOSDestinationDeviceHost=pan-355 PanOSDestinationDeviceMac=530589561221 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSContainerName=pan-dp-77754f4 PanOSSourceEDL= PanOSDestinationEDL= PanOSGPHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSSourceDynamicAddressGroup= aqua_dag PanOSDestinationDynamicAddressGroup= PanOSHASessionOwner=session_owner-4 PanOSTimeGeneratedHighResolution=Feb 27 2021 20:16:18 PanOSNSSAINetworkSliceType=0 PanOSNSSAINetworkSliceDifferentiator=1bca5",
"event": {
"action": "deny",
"category": [
"network"
],
"dataset": "traffic",
"duration": 56,
"severity": 3,
"start": "2021-02-27T20:16:17Z",
"timezone": "UTC",
"type": [
"denied"
]
},
"@timestamp": "2021-02-27T20:16:21Z",
"action": {
"type": "end"
},
"destination": {
"address": "1.1.1.1",
"bytes": 400448,
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 14744
},
"packets": 120,
"port": 27092,
"user": {
"name": "REDACTED"
}
},
"host": {
"hostname": "REDACTED",
"id": "REDACTED",
"mac": "839147449905",
"name": "REDACTED",
"os": {
"family": "LG-H790",
"version": "Android v6"
},
"type": "N-Phone"
},
"log": {
"hostname": "REDACTED",
"logger": "traffic"
},
"network": {
"application": "fileguri",
"bytes": 1370294,
"packets": 314,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "ethernet4Zone-test1"
}
},
"ingress": {
"interface": {
"alias": "untrust"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"PanOSContainerName": "pan-dp-77754f4",
"PanOSContainerNameSpace": "pns_default",
"PanOSDestinationDeviceCategory": "N-Phone",
"PanOSDestinationDeviceHost": "pan-355",
"PanOSDestinationDeviceMac": "530589561221",
"PanOSDestinationDeviceModel": "Nexus",
"PanOSDestinationDeviceOSFamily": "H1511",
"PanOSDestinationDeviceOSVersion": "Android v7",
"PanOSDestinationDeviceProfile": "n-profile",
"PanOSDestinationDeviceVendor": "Google",
"PanOSEndpointSerialNumber": "REDACTED",
"PanOSGPHostID": "REDACTED",
"PanOSHASessionOwner": "session_owner-4",
"PanOSSessionStartTime": "Feb 27 2021 20:15:48",
"PanOSSourceDeviceHost": "pan-301",
"PanOSSourceDeviceModel": "Nexus",
"PanOSSourceDeviceProfile": "n-profile",
"PanOSSourceDeviceVendor": "Google",
"PanOSSourceDynamicAddressGroup": "aqua_dag",
"PanOSSourceLocation": "east-coast",
"PanOSX-Forwarded-ForIP": "1.1.1.1",
"URLCategory": "custom-category",
"VirtualLocation": "vsys1",
"endpoint": {
"serial_number": "REDACTED"
},
"session": {
"id": "11111"
}
},
"related": {
"hosts": [
"REDACTED"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"rule": {
"name": "deny-attackers",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"bytes": 969846,
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 24429
},
"packets": 194,
"port": 22871,
"user": {
"name": "REDACTED"
}
},
"user": {
"name": "REDACTED"
}
}
{
"message": "1,2024/01/03 13:15:29,026701002040,TRAFFIC,end,2816,2024/01/03 13:15:29,4.4.4.4,3.3.3.3,1.1.1.1,1.1.1.1,MyRule,,,ssl,vsys1,Z_DMZ_PROXY,Z_INTERCO_WAN,ethernet1/22.301,ethernet1/3.104,Log Profile,2024/01/03 13:15:29,111111,1,60975,443,0,0,0x41c,tcp,allow,5773,758,5015,14,2024/01/03 13:15:14,0,not-resolved,,7312415129244589397,0x0,11.1.1.1-5.5.5.5,United States,,7,7,tcp-fin,0,0,0,0,,PA2314-CD,from-policy,,,0,,0,,N/A,0,0,0,0,11111111-1111-1111-1111-111111111111,0,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2024-01-03T13:15:30.547+01:00,,,encrypted-tunnel,networking,browser-based,4,\\\"used-by-malware,able-to-transfer-file,has-known-vulnerability,tunnel-other-application,pervasive-use\\\",,ssl,no,no,0,NonProxyTraffic,",
"event": {
"action": "allow",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"type": [
"end"
]
},
"@timestamp": "2024-01-03T12:15:30.547000Z",
"action": {
"name": "allow",
"outcome": "success",
"type": "end"
},
"destination": {
"address": "3.3.3.3",
"bytes": 5015,
"geo": {
"name": "United States"
},
"ip": "3.3.3.3",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 7,
"port": 443
},
"log": {
"hostname": "PA2314-CD",
"logger": "traffic"
},
"network": {
"application": "ssl",
"bytes": 5773,
"packets": 14,
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"id": "22.301",
"name": "ethernet1/22.301"
},
"vlan": {
"name": "Z_INTERCO_WAN"
}
},
"ingress": {
"vlan": {
"name": "Z_DMZ_PROXY"
}
},
"name": "PA2314-CD",
"product": "PAN-OS",
"serial_number": "026701002040"
},
"paloalto": {
"Threat_ContentType": "end",
"VirtualLocation": "vsys1",
"session": {
"end_reason": "tcp-fin",
"id": "111111"
},
"source": {
"region": "11.1.1.1-5.5.5.5"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"4.4.4.4"
]
},
"rule": {
"name": "MyRule",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "4.4.4.4",
"bytes": 758,
"ip": "4.4.4.4",
"nat": {
"ip": "1.1.1.1",
"port": 0
},
"packets": 7,
"port": 60975
}
}
{
"message": "<14>Sep 16 10:00:00 PA 1,9/16/19 10:00,1801017000,TRAFFIC,deny,2049,9/16/19 10:00,1.1.1.1,4.4.4.4,5.5.5.5,3.3.3.3,DENYALL,,,protection,vsys1,DNS,AAAAA,ae2.503,ethernet1/1,Secure,9/16/19 10:00,11111,1,130000,53,6379,53,0x400000,udp,reset-both,284,284,0,1,9/16/19 10:00,0,any,0,50660381851,0x0,2.2.2.2-6.6.6.6,Spain,0,1,0,policy-deny,0,0,0,0,,PA-1,from-application,,,0,,0,,N/A,0,0,0,0",
"event": {
"action": "reset-both",
"category": [
"network"
],
"dataset": "traffic",
"duration": 0,
"outcome": "success",
"type": [
"denied"
]
},
"@timestamp": "2019-09-16T10:00:00Z",
"action": {
"name": "reset-both",
"outcome": "success",
"type": "deny"
},
"destination": {
"address": "4.4.4.4",
"bytes": 0,
"geo": {
"name": "Spain"
},
"ip": "4.4.4.4",
"nat": {
"ip": "3.3.3.3",
"port": 53
},
"packets": 0,
"port": 53
},
"log": {
"hostname": "PA-1",
"logger": "traffic"
},
"network": {
"application": "protection",
"bytes": 284,
"packets": 1,
"transport": "udp"
},
"observer": {
"egress": {
"interface": {
"id": "ae2.503",
"name": "ae2.503"
},
"vlan": {
"name": "AAAAA"
}
},
"ingress": {
"vlan": {
"name": "DNS"
}
},
"name": "PA-1",
"product": "PAN-OS",
"serial_number": "1801017000"
},
"paloalto": {
"Threat_ContentType": "deny",
"VirtualLocation": "vsys1",
"session": {
"end_reason": "policy-deny",
"id": "11111"
},
"source": {
"region": "2.2.2.2-6.6.6.6"
}
},
"related": {
"ip": [
"1.1.1.1",
"3.3.3.3",
"4.4.4.4",
"5.5.5.5"
]
},
"rule": {
"name": "DENYALL"
},
"source": {
"address": "1.1.1.1",
"bytes": 284,
"ip": "1.1.1.1",
"nat": {
"ip": "5.5.5.5",
"port": 6379
},
"packets": 1,
"port": 130000
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|THREAT|url|1|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 20:48:21 deviceExternalId=REDACTED PanOSApplicationCategory=database PanOSApplicationContainer= PanOSApplicationRisk=2 PanOSApplicationSubcategory=database PanOSApplicationTechnology=client-server PanOSCaptivePortal=false PanOSCloudHostname=REDACTED PanOSCortexDataLakeTenantID=REDACTED PanOSDestinationDeviceClass= PanOSDestinationDeviceOS= dntdom=REDACTED duser=REDACTED duid= PanOSHTTPRefererFQDN= PanOSHTTPRefererPort= PanOSHTTPRefererProtocol= PanOSHTTPRefererURLPath= PanOSInboundInterfaceDetailsPort=0 PanOSInboundInterfaceDetailsSlot=0 PanOSInboundInterfaceDetailsType=unknown PanOSInboundInterfaceDetailsUnit=0 PanOSIsClienttoServer=true PanOSIsContainer=false PanOSIsDecryptMirror=false PanOSIsDecrypted=false PanOSIsDuplicateLog=false PanOSIsEncrypted=false PanOSIsIPV6=false PanOSIsMptcpOn=false PanOSIsNonStandardDestinationPort=false PanOSIsPacketCapture=false PanOSIsPhishing=false PanOSIsPrismaNetwork=false PanOSIsPrismaUsers=false PanOSIsProxy=false PanOSIsReconExcluded=false PanOSIsSaaSApplication=false PanOSIsServertoClient=false PanOSIsSourceXForwarded=true PanOSIsSystemReturn=true PanOSIsTransaction=false PanOSIsTunnelInspected=false PanOSIsURLDenied=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSNAT=false PanOSNonStandardDestinationPort=32350 PanOSOutboundInterfaceDetailsPort=2 PanOSOutboundInterfaceDetailsSlot=1 PanOSOutboundInterfaceDetailsType=ethernet PanOSOutboundInterfaceDetailsUnit=0 PanOSPacket= PanOSSanctionedStateofApp=false PanOSSeverity=Informational PanOSSourceDeviceClass= PanOSSourceDeviceOS= sntdom=REDACTED suser=REDACTED suid= PanOSTunneledApplication=untunneled PanOSURLDomain=?% PanOSUsers=REDACTED\\\\REDACTED PanOSVirtualSystemID=1 PanOSConfigVersion=10.0 start=Mar 01 2021 20:48:16 src=1.1.1.1 dst=1.1.1.1 sourceTranslatedAddress=1.1.1.1 destinationTranslatedAddress=1.1.1.1 cs1=allow-business-apps cs1Label=Rule suser0=REDACTED\\\\REDACTED duser0=REDACTED\\\\REDACTED app=maxdb cs3=vsys1 cs3Label=VirtualLocation cs4=ethernet4Zone-test4 cs4Label=FromZone cs5=untrust cs5Label=ToZone deviceInboundInterface=unknown deviceOutboundInterface=ethernet1/2 cs6=rs-logging cs6Label=LogSetting cn1=111111 cn1Label=SessionID cnt=1 spt=32350 dpt=1532 sourceTranslatedPort=26236 destinationTranslatedPort=12016 proto=tcp act=block-url request=?% cs2=sports cs2Label=URLCategory flexString2=server to client flexString2Label=DirectionOfAttack externalId=REDACTED PanOSSourceLocation=west-coast PanOSDestinationLocation=PK requestContext=application/jpeg fileId=0 PanOSURLCounter=1 requestClientApplication= PanOSX-Forwarded-For= PanOSReferer= PanOSDGHierarchyLevel1=11 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=REDACTED PanOSSourceUUID= PanOSDestinationUUID= requestMethod=post PanOSIMSI=1 PanOSIMEI=Navy Base PanOSParentSessionID=8802 PanOSParentStarttime=Mar 01 2021 20:48:10 PanOSTunnel=VXLAN PanOSInlineMLVerdict=overflow PanOSContentVersion=50222 PanOSSigFlags=2 PanOSHTTPHeaders= PanOSURLCategoryList=sports,\u200b11008,\u200b38340 PanOSRuleUUID=11111111-1111-1111-1111-111111111111 PanOSHTTP2Connection=8802 PanOSDynamicUserGroupName= PanOSX-Forwarded-ForIP= PanOSSourceDeviceCategory=L-Phone PanOSSourceDeviceProfile=l-profile PanOSSourceDeviceModel=Note 4G PanOSSourceDeviceVendor=Lenovo PanOSSourceDeviceOSFamily=K6 PanOSSourceDeviceOSVersion=Android v9 PanOSSourceDeviceHost=pan-505 PanOSSourceDeviceMac=596703749274 PanOSDestinationDeviceCategory=L-Phone PanOSDestinationDeviceProfile=l-profile PanOSDestinationDeviceModel=Note XT PanOSDestinationDeviceVendor=Lenovo PanOSDestinationDeviceOSFamily=K8 PanOSDestinationDeviceOSVersion=Android v8 PanOSDestinationDeviceHost=pan-506 PanOSDestinationDeviceMac=150083646537 PanOSContainerID=1873cc5c-0d31 PanOSContainerNameSpace=pns_default PanOSContainerName=pan-dp-77754f4 PanOSSourceEDL= PanOSDestinationEDL= PanOSHostID=REDACTED PanOSEndpointSerialNumber=REDACTED PanOSSourceDynamicAddressGroup= blue_dag PanOSDestinationDynamicAddressGroup= PanOSTimeGeneratedHighResolution=Mar 01 2021 20:48:16 PanOSNSSAINetworkSliceType=b5",
"event": {
"action": "block-url",
"category": [
"network"
],
"dataset": "threat",
"severity": 1,
"start": "2021-03-01T20:48:16Z",
"timezone": "UTC",
"type": [
"info"
]
},
"@timestamp": "2021-03-01T20:48:21Z",
"action": {
"type": "url"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 12016
},
"port": 1532,
"user": {
"name": "REDACTED"
}
},
"host": {
"hostname": "REDACTED",
"id": "REDACTED",
"mac": "596703749274",
"name": "REDACTED",
"os": {
"family": "K6",
"version": "Android v9"
},
"type": "L-Phone"
},
"log": {
"hostname": "REDACTED",
"logger": "threat"
},
"network": {
"application": "maxdb",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "untrust",
"id": "2",
"name": "ethernet1/2"
}
},
"ingress": {
"interface": {
"alias": "ethernet4Zone-test4"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"DirectionOfAttack": "server to client",
"PanOSContainerName": "pan-dp-77754f4",
"PanOSContainerNameSpace": "pns_default",
"PanOSDestinationDeviceCategory": "L-Phone",
"PanOSDestinationDeviceHost": "pan-506",
"PanOSDestinationDeviceMac": "150083646537",
"PanOSDestinationDeviceModel": "Note XT",
"PanOSDestinationDeviceOSFamily": "K8",
"PanOSDestinationDeviceOSVersion": "Android v8",
"PanOSDestinationDeviceProfile": "l-profile",
"PanOSDestinationDeviceVendor": "Lenovo",
"PanOSEndpointSerialNumber": "REDACTED",
"PanOSSourceDeviceHost": "pan-505",
"PanOSSourceDeviceModel": "Note 4G",
"PanOSSourceDeviceProfile": "l-profile",
"PanOSSourceDeviceVendor": "Lenovo",
"PanOSSourceDynamicAddressGroup": "blue_dag",
"PanOSSourceLocation": "west-coast",
"URLCategory": "sports",
"VirtualLocation": "vsys1",
"endpoint": {
"serial_number": "REDACTED"
},
"session": {
"id": "111111"
}
},
"related": {
"hosts": [
"REDACTED"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"rule": {
"name": "allow-business-apps",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"nat": {
"ip": "1.1.1.1",
"port": 26236
},
"port": 32350,
"user": {
"name": "REDACTED"
}
},
"url": {
"original": "https://",
"port": 443,
"scheme": "https"
},
"user": {
"name": "REDACTED"
}
}
{
"message": "CEF:0|Palo Alto Networks|LF|2.0|USERID|logout|3|ProfileToken=REDACTED dtz=UTC rt=Mar 01 2021 21:06:02 deviceExternalId=REDACTED PanOSConfigVersion= dntdom=paloaltonetwork duser=REDACTED duid= PanOSCortexDataLakeTenantID=REDACTED PanOSIsDuplicateLog=false PanOSIsDuplicateUser= PanOSIsPrismaNetworks=false PanOSIsPrismaUsers=false PanOSLogExported=false PanOSLogForwarded=true PanOSLogSource=firewall PanOSLogSourceTimeZoneOffset= PanOSUserGroupFound= start=Mar 01 2021 21:06:02 cs3=vsys1 cs3Label=VirtualLocation src=1.1.1.1 dst=1.1.1.1 duser0=paloaltonetworks\\\\REDACTED cs4=fake-data-source-169 cs4Label=MappingDataSourceName cat=0 cnt=1 cn3=3531 cn3Label=MappingTimeout spt=21015 dpt=49760 cs5=probing cs5Label=MappingDataSource cs6=netbios_probing cs6Label=MappingDataSourceType externalId=REDACTED PanOSDGHierarchyLevel1=12 PanOSDGHierarchyLevel2=0 PanOSDGHierarchyLevel3=0 PanOSDGHierarchyLevel4=0 PanOSVirtualSystemName= dvchost=EXAMPLE cn2=1 cn2Label=VirtualSystemID cs1=REDACTED cs1Label=MFAFactorType end=Jul 09 2019 18:15:44 cn1=3 cn1Label=AuthFactorNo PanOSUGFlags=0x100 PanOSUserIdentifiedBySource=REDACTED PanOSTag= PanOSTimeGeneratedHighResolution=Jul 25 2019 23:30:12",
"event": {
"category": [
"authentication"
],
"dataset": "userid",
"outcome": "success",
"severity": 3,
"start": "2021-03-01T21:06:02Z",
"timezone": "UTC",
"type": [
"end"
]
},
"@timestamp": "2021-03-01T21:06:02Z",
"action": {
"type": "logout"
},
"destination": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 49760,
"user": {
"name": "REDACTED"
}
},
"host": {
"hostname": "EXAMPLE",
"id": "REDACTED",
"name": "EXAMPLE"
},
"log": {
"hostname": "EXAMPLE",
"logger": "userid"
},
"observer": {
"egress": {
"interface": {
"alias": "probing"
}
},
"ingress": {
"interface": {
"alias": "fake-data-source-169"
}
},
"product": "PAN-OS",
"type": "LF",
"vendor": "Palo Alto Networks",
"version": "2.0"
},
"paloalto": {
"VirtualLocation": "vsys1",
"VirtualSystemID": "1"
},
"related": {
"hosts": [
"EXAMPLE"
],
"ip": [
"1.1.1.1"
],
"user": [
"REDACTED"
]
},
"source": {
"address": "1.1.1.1",
"ip": "1.1.1.1",
"port": 21015
}
}
{
"message": "{\"TimeReceived\":\"2023-05-30T06:54:42.000000Z\",\"DeviceSN\":\"111111111111\",\"LogType\":\"THREAT\",\"Subtype\":\"wildfire\",\"ConfigVersion\":\"10.1\",\"TimeGenerated\":\"2023-05-30T06:52:13.000000Z\",\"SourceAddress\":\"3.3.3.3\",\"DestinationAddress\":\"2.2.2.2\",\"NATSource\":\"5.5.5.5\",\"NATDestination\":\"4.4.4.4\",\"Rule\":\"Normal Internet Access browser\",\"SourceUser\":\"john.doe@example.org\",\"DestinationUser\":null,\"Application\":\"web-browsing\",\"VirtualLocation\":\"vsys1\",\"FromZone\":\"Trust\",\"ToZone\":\"Untrust\",\"InboundInterface\":\"ethernet1/20\",\"OutboundInterface\":\"ethernet1/1\",\"LogSetting\":\"Panorama_CDL\",\"SessionID\":111111,\"RepeatCount\":1,\"SourcePort\":55555,\"DestinationPort\":80,\"NATSourcePort\":40114,\"NATDestinationPort\":80,\"Protocol\":\"tcp\",\"Action\":\"block\",\"FileName\":\"mp3.exe\",\"ThreatID\":\"Windows Executable (EXE)(52020)\",\"VendorSeverity\":\"Informational\",\"DirectionOfAttack\":\"server to client\",\"SequenceNo\":7117268851537282868,\"SourceLocation\":\"1.1.1.1-6.6.6.6\",\"DestinationLocation\":\"CN\",\"PacketID\":0,\"FileHash\":\"adc83b19e793491b1c6ea0fd8b46cd9f32e592fc\",\"ApplianceOrCloud\":\"wildfire.paloaltonetworks.example.com\\u0000\",\"URLCounter\":1,\"FileType\":\"pe\",\"SenderEmail\":null,\"EmailSubject\":null,\"RecipientEmail\":null,\"ReportID\":33333333333,\"DGHierarchyLevel1\":997,\"DGHierarchyLevel2\":738,\"DGHierarchyLevel3\":0,\"DGHierarchyLevel4\":0,\"VirtualSystemName\":\"\",\"DeviceName\":\"MyDevice\",\"SourceUUID\":null,\"DestinationUUID\":null,\"IMSI\":0,\"IMEI\":null,\"ParentSessionID\":0,\"ParentStarttime\":\"1970-01-01T00:00:00.000000Z\",\"Tunnel\":\"N/A\",\"ThreatCategory\":\"unknown\",\"ContentVersion\":\"0\",\"SigFlags\":\"0x0\",\"RuleUUID\":\"11111111-1111-1111-1111-111111111111\",\"HTTP2Connection\":0,\"DynamicUserGroupName\":null,\"X-Forwarded-ForIP\":null,\"SourceDeviceCategory\":null,\"SourceDeviceProfile\":null,\"SourceDeviceModel\":null,\"SourceDeviceVendor\":null,\"SourceDeviceOSFamily\":null,\"SourceDeviceOSVersion\":null,\"SourceDeviceHost\":null,\"SourceDeviceMac\":null,\"DestinationDeviceCategory\":null,\"DestinationDeviceProfile\":null,\"DestinationDeviceModel\":null,\"DestinationDeviceVendor\":null,\"DestinationDeviceOSFamily\":null,\"DestinationDeviceOSVersion\":null,\"DestinationDeviceHost\":null,\"DestinationDeviceMac\":null,\"ContainerID\":null,\"ContainerNameSpace\":null,\"ContainerName\":null,\"SourceEDL\":null,\"DestinationEDL\":null,\"HostID\":null,\"EndpointSerialNumber\":\"REDACTED\",\"DomainEDL\":null,\"SourceDynamicAddressGroup\":null,\"DestinationDynamicAddressGroup\":null,\"PartialHash\":0,\"TimeGeneratedHighResolution\":\"2023-05-30T06:52:14.052000Z\",\"NSSAINetworkSliceType\":null}\n",
"event": {
"action": "block",
"category": [
"malware"
],
"dataset": "threat",
"outcome": "success",
"type": [
"info"
]
},
"@timestamp": "2023-05-30T06:52:13Z",
"action": {
"name": "block",
"outcome": "success",
"type": "wildfire"
},
"destination": {
"address": "2.2.2.2",
"ip": "2.2.2.2",
"nat": {
"ip": "4.4.4.4",
"port": 80
},
"port": 80
},
"file": {
"hash": {
"sha256": "adc83b19e793491b1c6ea0fd8b46cd9f32e592fc"
},
"name": "mp3.exe"
},
"log": {
"hostname": "MyDevice",
"level": "Informational",
"logger": "threat"
},
"network": {
"application": "web-browsing",
"transport": "tcp"
},
"observer": {
"egress": {
"interface": {
"alias": "Untrust",
"id": "20",
"name": "ethernet1/20"
}
},
"ingress": {
"interface": {
"alias": "Trust"
}
},
"name": "MyDevice",
"product": "PAN-OS",
"serial_number": "111111111111"
},
"paloalto": {
"DGHierarchyLevel1": "997",
"DGHierarchyLevel2": "738",
"DGHierarchyLevel3": "0",
"DGHierarchyLevel4": "0",
"DirectionOfAttack": "server to client",
"Threat_ContentType": "wildfire",
"VirtualLocation": "vsys1",
"endpoint": {
"serial_number": "REDACTED"
},
"session": {
"id": 111111
},
"source": {
"region": "1.1.1.1-6.6.6.6"
},
"threat": {
"id": "Windows Executable (EXE)(52020)"
}
},
"related": {
"hash": [
"adc83b19e793491b1c6ea0fd8b46cd9f32e592fc"
],
"ip": [
"2.2.2.2",
"3.3.3.3",
"4.4.4.4",
"5.5.5.5"
],
"user": [
"john.doe",
"john.doe@example.org"
]
},
"rule": {
"name": "Normal Internet Access browser",
"uuid": "11111111-1111-1111-1111-111111111111"
},
"source": {
"address": "3.3.3.3",
"ip": "3.3.3.3",
"nat": {
"ip": "5.5.5.5",
"port": 40114
},
"port": 55555,
"user": {
"name": "john.doe@example.org"
}
},
"user": {
"domain": "example.org",
"email": "john.doe@example.org",
"name": "john.doe"
}
}
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 |
|---|---|---|
@timestamp |
date |
Date/time when the event originated. |
container.id |
keyword |
Unique container id. |
container.name |
keyword |
Container name. |
destination.address |
keyword |
Destination network address. |
destination.bytes |
long |
Bytes sent from the destination to the source. |
destination.domain |
keyword |
The domain name of the destination. |
destination.geo.name |
keyword |
User-defined description of a location. |
destination.ip |
ip |
IP address of the destination. |
destination.nat.ip |
ip |
Destination NAT ip |
destination.nat.port |
long |
Destination NAT Port |
destination.packets |
long |
Packets sent from the destination to the source. |
destination.port |
long |
Port of the destination. |
destination.user.domain |
keyword |
Name of the directory the user is a member of. |
destination.user.name |
keyword |
Short name or login of the user. |
dns.question.type |
keyword |
The type of record being queried. |
dns.resolved_ip |
ip |
Array containing all IPs seen in answers.data |
email.from.address |
keyword |
Email address from |
email.subject |
keyword |
Subject |
email.to.address |
keyword |
Email address to |
error.message |
match_only_text |
Error message. |
event.action |
keyword |
The action captured by the event. |
event.category |
keyword |
Event category. The second categorization field in the hierarchy. |
event.code |
keyword |
Identification code for this event. |
event.dataset |
keyword |
Name of the dataset. |
event.duration |
long |
Duration of the event in nanoseconds. |
event.module |
keyword |
Name of the module this data is coming from. |
event.outcome |
keyword |
The outcome of the event. The lowest level categorization field in the hierarchy. |
event.reason |
keyword |
Reason why this event happened, according to the source |
event.risk_score |
float |
Risk score or priority of the event (e.g. security solutions). Use your system's original value here. |
event.sequence |
long |
Sequence number of the event. |
event.severity |
long |
Numeric severity of the event. |
event.start |
date |
event.start contains the date when the event started or when the activity was first observed. |
event.timezone |
keyword |
Event time zone. |
event.type |
keyword |
Event type. The third categorization field in the hierarchy. |
file.hash.sha256 |
keyword |
SHA256 hash. |
file.name |
keyword |
Name of the file including the extension, without the directory. |
file.path |
keyword |
Full path to the file, including the file name. |
group.name |
keyword |
Name of the group. |
host.hostname |
keyword |
Hostname of the host. |
host.id |
keyword |
Unique host id. |
host.mac |
keyword |
Host MAC addresses. |
host.name |
keyword |
Name of the host. |
host.os.family |
keyword |
OS family (such as redhat, debian, freebsd, windows). |
host.os.type |
keyword |
Which commercial OS family (one of: linux, macos, unix or windows). |
host.os.version |
keyword |
Operating system version as a raw string. |
host.type |
keyword |
Type of host. |
http.request.method |
keyword |
HTTP request method. |
http.request.referrer |
keyword |
Referrer for this HTTP request. |
log.level |
keyword |
Log level of the log event. |
log.logger |
keyword |
Name of the logger. |
network.application |
keyword |
Application level protocol name. |
network.bytes |
long |
Total bytes transferred in both directions. |
network.forwarded_ip |
ip |
Host IP address when the source IP address is the proxy. |
network.packets |
long |
Total packets transferred in both directions. |
network.protocol |
keyword |
Application protocol name. |
network.transport |
keyword |
Protocol Name corresponding to the field iana_number. |
network.type |
keyword |
In the OSI Model this would be the Network Layer. ipv4, ipv6, ipsec, pim, etc |
observer.egress.interface.alias |
keyword |
Interface alias |
observer.egress.interface.id |
keyword |
Interface ID |
observer.egress.interface.name |
keyword |
Interface name |
observer.egress.vlan.name |
keyword |
Optional VLAN name as reported by the observer. |
observer.ingress.interface.alias |
keyword |
Interface alias |
observer.ingress.interface.id |
keyword |
Interface ID |
observer.ingress.interface.name |
keyword |
Interface name |
observer.ingress.vlan.name |
keyword |
Optional VLAN name as reported by the observer. |
observer.name |
keyword |
Custom name of the observer. |
observer.product |
keyword |
The product name of the observer. |
observer.serial_number |
keyword |
Observer serial number. |
observer.type |
keyword |
The type of the observer the data is coming from. |
observer.vendor |
keyword |
Vendor name of the observer. |
observer.version |
keyword |
Observer version. |
paloalto |
dict |
Root of paloalto custom fields |
paloalto.DirectionOfAttack |
keyword |
Attack direction |
paloalto.Threat_ContentType |
keyword |
Type associated with the threat |
paloalto.URLCategoryList |
array |
|
paloalto.application.category |
keyword |
Application Category |
paloalto.application.characteristic |
array |
Application Characteristic |
paloalto.application.container |
keyword |
Application Container |
paloalto.application.is_saas |
keyword |
Application SaaS |
paloalto.application.sanctioned_state |
keyword |
Application Sanctioned State |
paloalto.application.subcategory |
keyword |
Application Subcategory |
paloalto.application.technology |
keyword |
Application Technology |
paloalto.application.tunneled |
keyword |
Name of the tunneled application |
paloalto.authentication.method |
keyword |
The authentication method for the GlobalProtect connection |
paloalto.authentication.profile |
keyword |
The authentication profile |
paloalto.cloud_reportid |
keyword |
Cloud Report ID |
paloalto.cluster_name |
keyword |
Cluster Name |
paloalto.connection.method |
keyword |
Identifies how the GlobalProtect app connected to the the Gateway |
paloalto.connection.stage |
keyword |
The stage of the GlobalProtect connection |
paloalto.data_filtering.justification |
keyword |
Justification for Data Filtering action |
paloalto.data_filtering.reason |
keyword |
Reason for Data Filtering action |
paloalto.destination.region |
keyword |
Destination IP address range |
paloalto.dns.category |
keyword |
Classify DNS requests in terms of security or relevance |
paloalto.endpoint.serial_number |
keyword |
Unique device identifier |
paloalto.flow_type |
keyword |
Flow Type |
paloalto.nssai_sst |
keyword |
A Slice Service Type of the Network Slice ID |
paloalto.server.profile |
keyword |
The server profile |
paloalto.session.end_reason |
keyword |
The session end reason |
paloalto.session.id |
integer |
The session id |
paloalto.source.private.ip |
keyword |
Private IP address |
paloalto.source.region |
keyword |
Source IP address range |
paloalto.threat.category |
keyword |
Threat Category |
paloalto.threat.id |
keyword |
The identifier of the threat |
paloalto.threat.name |
keyword |
The name of the threat |
paloalto.threat.type |
keyword |
The type of the threat |
paloalto.tls.chain_status |
keyword |
The trust in the TLS chain |
paloalto.tls.root_status |
keyword |
The trust in the root certificate |
paloalto.tls.sni |
keyword |
The server name indication |
paloalto.vsys |
keyword |
the virtual system |
process.command_line |
wildcard |
Full command line that started the process. |
process.executable |
keyword |
Absolute path to the process executable. |
process.name |
keyword |
Process name. |
process.pid |
long |
Process id. |
related.user |
keyword |
All the user names or other user identifiers seen on the event. |
rule.name |
keyword |
Rule name |
rule.uuid |
keyword |
Rule UUID |
source.bytes |
long |
Bytes sent from the source to the destination. |
source.geo.name |
keyword |
User-defined description of a location. |
source.ip |
ip |
IP address of the source. |
source.nat.ip |
ip |
Source NAT ip |
source.nat.port |
long |
Source NAT port |
source.packets |
long |
Packets sent from the source to the destination. |
source.port |
long |
Port of the source. |
source.user.domain |
keyword |
Name of the directory the user is a member of. |
source.user.name |
keyword |
Short name or login of the user. |
tls.cipher |
keyword |
String indicating the cipher used during the current connection. |
tls.curve |
keyword |
String indicating the curve used for the given cipher, when applicable. |
tls.server.hash.sha256 |
keyword |
Certificate fingerprint using the SHA256 digest of DER-encoded version of certificate offered by the server. |
tls.server.x509.issuer.common_name |
keyword |
List of common name (CN) of issuing certificate authority. |
tls.server.x509.serial_number |
keyword |
Unique serial number issued by the certificate authority. |
tls.server.x509.subject.common_name |
keyword |
List of common names (CN) of subject. |
tls.version |
keyword |
Numeric part of the version parsed from the original string. |
url.original |
wildcard |
Unmodified original url as seen in the event source. |
user.domain |
keyword |
Name of the directory the user is a member of. |
user.email |
keyword |
User email address. |
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. |
user_agent.name |
keyword |
Name of the user agent. |
user_agent.os.name |
keyword |
Operating system name, without the version. |
user_agent.os.version |
keyword |
Operating system version as a raw string. |
For more information on the Intake Format, please find the code of the Parser, Smart Descriptions, and Supported Events here.