Skip to content

Commit

Permalink
update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CopasAlpha26 committed Nov 26, 2024
1 parent 5468e6b commit 75e8365
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions plaso/data/formatters/ios.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Plaso iOS related event formatters.
---
type: 'conditional'
data_type: 'ios:wifi:known_networks:knowing'
message:
- 'SSID={ssid}'
- 'BSSID={bssid}'
- 'Channel={channel}'
- 'Added At={added_at_time_str}'
- 'Last Associated={last_associated_time_str}'
short_message:
- 'SSID={ssid}'
short_source: 'PLIST'
source: 'Apple iOS WiFi Known Networks plist file'
---
type: 'conditional'
data_type: 'ios:app_privacy:access'
message:
- 'Accessor Identifier: {accessor_identifier}'
Expand Down
13 changes: 0 additions & 13 deletions plaso/data/formatters/ios_wifi.yaml

This file was deleted.

0 comments on commit 75e8365

Please sign in to comment.