Skip to content

reportsmishing/knowledgebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If this helped you, consider twitter

Knowledgebase

Contents

Check redirection of various shortened URLs without clicking on the URL (credits: aware-online)

Manually

Free Website to unshorten URL: unshorten.it

Fancy command line? Use cURL:

curl -i <shortened URL>

Investigating URL Shorteners

A fantastic resource on URL shorteners is created by URLTeam.

shrtco.de shortened URLs

https://api.shrtco.de/v2/info?code=<enter code>

rb.gy shortened URLs

https://app.rebrandly.com/public/links/share?href=<enter rb.gy link with code>

cutt.ly shortened URLs

https://cutt.ly/<short code>-stats

is.gd/v.gd shortened URLs

https://is.gd/forward.php?format=json&callback=myfunction&shorturl=<short-code or shortened URL>

t.ly shortened URLs

https://t.ly/stats?url=<shortened URL>

Investigations for smishing URLs (credits: maltego)

Blogs on SMS Phishing investigation

Public Codebase to investigate smishing URLs

Scripts to investigate smishing URLs

Inspecting source code for URLs opening only on mobile

Using safari and physical iPhone

One can also simply use an iPhone simulator through Xcode and use the web inspector debug using safari.

Collection of some malicious URLs and APKs spread by Smishing

Virustotal collection of smishing URLs and malware APKs spread through smishing

Phishing kit dissection

NHS Monkeypox phishing kit by @jcybersec

SMS Phishing campaigns collection

SMS Phishing Campaigns by @jcybersec

🙏 Support

Twitter URL


Developed with ❤️