Information Gathering

Deep-HLR : Harnessing The Power Of Defastra For Comprehensive Phone Number Analysis

This script uses the Defastra Deep Phone HLR Check API, aiming to be a tool in fraud prevention and osint research scenarios.

The following data points are obtained: retrieves social media accounts suscribed to the number (Amazon, Badoo, Bumble, Microsoft, Skype, Telegram, Twitter, Uber, Xiaomi, Bukalapak, Google Duo, Kakaotalk, TikTok, Google Account, Linkedin, Battlenet, Instagram, CallerID, Yandex, VK, Economic Times, WhatsApp, Line, NextDoor, Remind, Flipkart, JD, Viber and Venmo), validates availability, connection, portability, and scores risk, retrieves carrier, verify if its included in data breaches, gets geographical location, and device info linked to a phone number in json format.

Prerequisites

To use this script, you’ll need:

  • Python 3.x
  • A Deep Phone Check API key from Defastra

Installation

Clone this repository or copy the Deep-HLR.py file to your local machine. Create a config.json file in the same directory as the script with your actual API key.

See config.json for an example. Install the required Python packages by running pip3 install -r requirements.txt in the script’s directory.

Usage

 python3 Deep-HLR.py --help
 

      ,█M                                                           █▌             
      █▀                                                              ██           
    ,█▌                                                                 █▌         
   ▓█          █▌                    ▄██▌                    ██µ         ▀▌        
  ▓█         ██                      ▓██▌                      ▀▌         █▌       
        ▄█         █▌                       ▓██▌             ,         ██         ▀█      
        █         █▌         █▀             ▓██▌  J██        ██         ▀█          █▄    
       ██        █▌         █▌         ██ ██▓██▌  J██          █▄        ██       ² █     
       █         █         █╚          ██ █████▌  J██           █▄        ██        █▌    
      █▌        ██        ██           ██ ██▓████████            █         █        █▌    
      ██        █         █            ████████▌  J██            █▌        █         █    
      █▌        █        ▀▌            ██   █▐▌ ██J██            █▌        █▌        █    
      █▌        █        ▐█            ██ ▄ ██▌ █▌J██            █▌        █▄        █    
      ██        █         █            ██ █▌▌▐▌╙█▌ ▀▀            █┐        █        █     
      ▀▌        █▌        █▌           ██ ████▌ ██              ██        ▓▌        █▌    
       █         █         ▀▌             █▌ ▐▌      ███       ▓█         █         █     
       █▌        ▐█         ██            ██ ▐▌     ████      █▀         ██        █▌     
        ██        ██         ╙█═         ▓─██▐██████████▌    ██         █▌         █      
  █▄        ▀█                    █▌███▌ █   ████               ██         █╝      
   █▄         ▀▌                  ▓W██▐▌██    ███             ▓█╨         █▀       
    ██         ▌█                     ╟▌ ▀      L            ██         ╥█Γ        
     ██                               ██¿                              █▀          
      ╙██                            ██▌█                            ▄██           
        █F                          ,█▀▌▓▌                           █             
                      █ ▀▌ █▄                                        
                     █▌ ▀▌  █                                        
                    J████▌███▌                                       
                    █  █████ █▄                                      
                   █▌   ▓▌    █                                      
                  ▐██████▌█████▌                                     
                  █ ██▌ ▓▌ ,██└█▌                                    
                 █▀    ████╙    █                                    
                ▄████████████████▌                                   
                █  ▀██  █▌  ▓██  █▌                                  
               `╙     ███▌██▀     ▌                                  
                        ██                                           
                        █▌                                           
   =======================================================================================
                D E E P     H L R                                    
   =======================================================================================
               author: Edgar Medina                                  
   =======================================================================================

   usage: Deep-HLR.py [-h] phone

   Retrieve a full profile to a phone number including rep, hlr, carrier, geo, social, device, 
   plus more...

   positional arguments:
       phone       The phone number to check in international format with the country code.

   options:
       -h, --help  show this help message and exit

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

24 hours ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

1 day ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

2 days ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

2 days ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

3 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago