Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sysdiagnose - Airdrop artifact #87

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Sysdiagnose - Airdrop artifact #87

merged 1 commit into from
Mar 16, 2022

Conversation

abrignoni
Copy link
Owner

@abrignoni abrignoni commented Mar 16, 2022

  • Calculates the phone number of the sender of Airdrop files using user provided phone number area codes.

  • Place possible area codes in the scripts/areacodes/areacodes.txt file. One 3 digit area code per line.

  • Source data will be a subset of the exported ystem_logs.logarchive from a sysdiagnose log extraction.

  • Using a MacOS computer open terminal and execute the following: log show ./system_logs.logarchive --style ndjson --predicate 'category = "AirDrop"' > airdrop.ndjson

  • Open RLEAPP. Using the Browse folder button select the directory in your system that contains the airdrop.json file. Select the ouput directory path. Run RLEAPP

  • Calculation method source: https://doi.org/10.1111/1556-4029.15022

  • Calculation method script source: https://github.com/043a7e/airdropmsisdn

* Calculates the phone number of the sender of Airdrop files using user provided phone number area codes.
* Place possible area codes in the scripts/areacodes/areacodes.txt file. One 3 digit area code per line.
* Source data will be a subset of the exported ystem_logs.logarchive from a sysdiagnose log extraction.
* Using a MacOS computer open terminal and execute the following: log show ./system_logs.logarchive --style ndjson --predicate 'category = "AirDrop"' > airdrop.ndjson
* Open RLEAPP. Using the Browse folder button select the directory in your system that contains the airdrop.json file. Select the ouput directory path. Run RLEAPP
@abrignoni abrignoni merged commit 05a57e7 into main Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant