Skip to content

Instantly share code, notes, and snippets.

View haise0's full-sized avatar
💭
I may be slow to respond at times. I have a lot of things I'm working on.

Haise0 haise0

💭
I may be slow to respond at times. I have a lot of things I'm working on.
  • WA
View GitHub Profile

MALICIOUS LINK ANALYSIS

status: unreported, under investigation

whois

   Domain Name: DISCORDE-GIFTE.COM
   Registry Domain ID: 2664915652_DOMAIN_COM-VRSN
   Registrar WHOIS Server: whois.reg.com
   Registrar URL: http://www.reg.ru
   Updated Date: 2021-12-30T09:59:47Z
http://45.15.143.191/files/file1.exe
http://45.15.143.191/files/file2.exe
http://45.15.143.191/files/file3.exe
http://45.15.143.191/files/file4.exe
http://45.15.143.191/files/file5.exe
http://45.15.143.191/files/file6.exe
http://45.15.143.191/files/file7.exe
http://45.15.143.191/files/file8.exe
http://bandshoo.info/app.exe
https://cdn.discordapp.com/attachments/838446784648052797/841279408946020352/SX.x.1
{
"area_code": null,
"asn": "AS35913",
"city": "New York City",
"country_code": "US",
"country_code3": null,
"country_name": "United States",
"data": [
{
"_id": "99b79ac3-8e59-47d0-8389-d209dfd2af97",
@haise0
haise0 / kdzextraction.md
Last active November 30, 2023 06:08
A guide to extracting LG KDZ firmware update files in order to unpack the super.img held therein.

Extracting KDZs and their super.img partition held within

LG KDZ formats are a pain in the ass. Various tools and scripts have been made for the extraction of said KDZs; not many, if any at all, work with the current KDZ format (v3).

The script mentioned below for extraction should work with all three formats, i.e old, older, and new.

Prerequisites

  • Windows (preferably with WSL), or Linux/Mac with a Windows VM
    • NOTE: Unfortunately I am not yet aware of a method for Unix systems that does not require a VM or Wine for the time being. Looking into the 7zip method of extraction may fix this.
  • Python 3 and Pip