From e24484f0f95339163cabd28324e1324c53ad259e Mon Sep 17 00:00:00 2001 From: Karen Yousefi <38912491+karenyousefi@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:39:21 -0700 Subject: [PATCH 1/3] Create List of known Link in Bio domains List of known Link in Bio domains --- lists/Link-in-Bio/list.json | 56 +++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 lists/Link-in-Bio/list.json diff --git a/lists/Link-in-Bio/list.json b/lists/Link-in-Bio/list.json new file mode 100644 index 0000000..81f3820 --- /dev/null +++ b/lists/Link-in-Bio/list.json @@ -0,0 +1,56 @@ +{ + "description": "Event contains one or more entries of known Link in Bio domains", + "list": [ + "beacons.ai", + "bio.fm", + "bio.site", + "biolink.site", + "bit.ly", + "bitly.com", + "campsite.bio", + "contactinbio.com", + "evrl.ink", + "feed.link", + "hopp.co", + "hyperfollow.com", + "komi.io", + "l1nk.bio", + "later.com", + "lift.bio", + "liinks.co", + "link.space", + "link.umode.com.br", + "linkbio.co", + "linkfire.com", + "linki.ee", + "linkin-bio.digital", + "linkin.bio", + "linknbio.com", + "linkpilot.in", + "linkpop.com", + "linktr.ee", + "ln.ki", + "lnk.at", + "lnk.bio", + "lnkfi.re", + "lnkfy.co", + "milkshake.app", + "muse.io", + "set.page", + "shor.by", + "shorby.com", + "snipfeed.co", + "taplink.at", + "uniqode.com" + + ], + "matching_attributes": [ + "domain", + "hostname", + "domain|ip", + "url" + ], + "name": "List of known Link in Bio domains", + "type": "hostname", + "version": 1 +} From 2088046851f0cebd98e090e556a66828ae5e709d Mon Sep 17 00:00:00 2001 From: Karen Yousefi <38912491+karenyousefi@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:44:37 -0700 Subject: [PATCH 2/3] Update README.md add List of known Link in Bio domains --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce8878b..14193b7 100755 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ are reused in many other open source projects. - [google/list.json](./lists/google/list.json) - **List of known google domains** - _Event contains one or more entries of known google domains_ - [googlebot/list.json](./lists/googlebot/list.json) - **List of known Googlebot IP ranges (https://developers.google.com/search/apis/ipranges/googlebot.json)** - _Google Bot IP address ranges (https://developers.google.com/search/apis/ipranges/googlebot.json)_ - [ipv6-linklocal/list.json](./lists/ipv6-linklocal/list.json) - **List of IPv6 link local blocks** - _Event contains one or more entries part of the IPv6 link local prefix (RFC 4291)_ +- [Link-in-Bio/list.json](./lists/Link-in-Bio/list.json) - **List of known Link in Bio domains** - _Event contains one or more entries of known Link in Bio domains_ - [majestic_million/list.json](./lists/majestic_million/list.json) - **Top 10000 websites from Majestic Million** - _Event contains one or more entries from the top 10K of the most used websites (Majestic Million)._ - [microsoft-attack-simulator/list.json](./lists/microsoft-attack-simulator/list.json) - **List of known Office 365 Attack Simulator used for phishing awareness campaigns** - _Office 365 URLs and IP address ranges used for their attack simulator in Office 365 Threat Intelligence_ - [microsoft-azure-appid/list.json](./lists/microsoft-azure-appid/list.json) - **List of Azure Applicaiton IDs** - _List of Azure Application IDs (https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in)_ From 343a2e3403e63640bede8db2f0ec7d960a08c1d9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 20 Mar 2024 11:53:32 +0100 Subject: [PATCH 3/3] chg: [link-in-bio] lower-case the name and update the description --- lists/Link-in-Bio/list.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lists/Link-in-Bio/list.json b/lists/Link-in-Bio/list.json index 81f3820..1ebac5d 100644 --- a/lists/Link-in-Bio/list.json +++ b/lists/Link-in-Bio/list.json @@ -1,5 +1,5 @@ { - "description": "Event contains one or more entries of known Link in Bio domains", + "description": "Event contains one or more entries of known Link in bio domains. Those shorten links are a reference to a list of links.", "list": [ "beacons.ai", "bio.fm", @@ -42,7 +42,6 @@ "snipfeed.co", "taplink.at", "uniqode.com" - ], "matching_attributes": [ "domain", @@ -50,7 +49,7 @@ "domain|ip", "url" ], - "name": "List of known Link in Bio domains", + "name": "List of known link in Bio domains", "type": "hostname", "version": 1 }