-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quotes problem in reason message
- Loading branch information
1 parent
4e5cd68
commit d6c0b58
Showing
2 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
Palo Alto Networks/paloalto-ngfw/tests/test_system_event_13.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"input": { | ||
"sekoiaio": { | ||
"intake": { | ||
"dialect": "Palo Alto NGFW", | ||
"dialect_uuid": "903ec1b8-f206-4ba5-8563-db21da09cafd" | ||
} | ||
}, | ||
"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 'test000555' from '1.2.5.5', 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.7.4.2'\",738970652229900000000,0x0,0,0,0,0,,FWPAN00,0,0,2024-11-26T22:10:01.627+01:00" | ||
}, | ||
"expected": { | ||
"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 'test000555' from '1.2.5.5', 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.7.4.2'\",738970652229900000000,0x0,0,0,0,0,,FWPAN00,0,0,2024-11-26T22:10:01.627+01:00", | ||
"event": { | ||
"category": [ | ||
"authentication" | ||
], | ||
"dataset": "system", | ||
"reason": "When authenticating user 'test000555' from '1.2.5.5', 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.7.4.2'", | ||
"type": [ | ||
"start" | ||
] | ||
}, | ||
"@timestamp": "2024-11-26T21:10:01.627000Z", | ||
"action": { | ||
"name": "auth-success", | ||
"type": "auth" | ||
}, | ||
"destination": { | ||
"address": "1.7.4.2", | ||
"ip": "1.7.4.2" | ||
}, | ||
"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", | ||
"authetification": { | ||
"profile": "FWPA" | ||
}, | ||
"server": { | ||
"profile": "RADIUS_RSA" | ||
}, | ||
"vsys": "shared" | ||
}, | ||
"related": { | ||
"ip": [ | ||
"1.2.5.5", | ||
"1.7.4.2" | ||
], | ||
"user": [ | ||
"test000555" | ||
] | ||
}, | ||
"source": { | ||
"address": "1.2.5.5", | ||
"ip": "1.2.5.5" | ||
}, | ||
"user": { | ||
"name": "test000555" | ||
} | ||
} | ||
} |