#ipaddresses — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ipaddresses, aggregated by home.social.
-
Apple’s Private Relay can expose users’ real IP addresses due to issues in its browser engine, researchers found. 🔍
404 Media verified that malicious sites can exploit the flaws to obtain IP addresses. 🔐🔗 https://www.404media.co/apples-private-relay-is-exposing-users-real-ip-addresses/
#TechNews #Apple #PrivateRelay #Privacy #Security #IPAddresses #WebPrivacy #BrowserSecurity #Cybersecurity #Technology #DigitalRights #iOS #PrivacyTech
-
FYI: Apple adds 4,656 IP addresses to Applebot crawler in one update: Merj's monitor logged 21 new CIDR prefixes at 00:49, taking the published pool to 7,056 addresses. Apple has issued no statement about the capacity increase. https://ppc.land/apple-adds-4-656-ip-addresses-to-applebot-crawler-in-one-update/ #Apple #Applebot #IPAddresses #TechNews #WebCrawler
-
FYI: Stanford study finds 5% of IP addresses send 55% of all web requests: Fewer than 0.2% of domains hold a unique IPv4 address, and 44% of client IPs carry two or more user agents. Frequency caps and fraud filters read that signal. https://ppc.land/stanford-study-finds-5-of-ip-addresses-send-55-of-all-web-requests/ #StanfordStudy #IPAddresses #WebTraffic #DigitalMarketing #DataAnalysis
-
ICYMI: Stanford study finds 5% of IP addresses send 55% of all web requests: Fewer than 0.2% of domains hold a unique IPv4 address, and 44% of client IPs carry two or more user agents. Frequency caps and fraud filters read that signal. https://ppc.land/stanford-study-finds-5-of-ip-addresses-send-55-of-all-web-requests/ #StanfordStudy #WebRequests #IPAddresses #DigitalMarketing #CyberSecurity
-
Apple is collecting these privacy Ls lately...
Apple's ‘Private Relay’ Is Exposing Users' Real IP Addresses
https://www.404media.co/apples-private-relay-is-exposing-users-real-ip-addresses/
#Apple #PrivateRelay #IPAddresses #Vulnerability #Privacy #Tech
-
🥳 Auto Encrypt: 5.1.1 released
• Fixed: Issue #26¹: Regression: AutoEncrypt HTTPS server does not start using new certificates upon renewal
https://codeberg.org/small-tech/auto-encrypt
Many thanks to zanecodes² for catching this rather fundamental bug.
Here’s a quick post-mortem:
Implementing support for IP Address certificates³ (see Web Numbers⁴) meant that we had to stop using `SNICallback`. This necessitated two changes:
1. Provisioning the TLS certificates before starting the server instead of on first hit.
2. Manually setting a new secure context for the running server so that newly-provisioned certificates are used on future connection attempts without having to restart the server.
While I had implemented the first, I hadn’t implemented the second.
This update fixes that.
(In case you’re wondering how I didn’t notice this before, given that Auto Encrypt is used in @small-tech/https⁵, which is used in Kitten⁶, which all our sites at Small Technology Foundation⁷ run on, the change coincided with the implementation of daily scheduled restarts on Kitten production servers⁸ to give their JSDB databases⁹ a chance to compact their data (e.g., actually delete deletes and prune stale updates from the append-only log.)
¹ https://codeberg.org/small-tech/auto-encrypt/issues/26
² https://codeberg.org/zanecodes
³ https://codeberg.org/small-tech/auto-encrypt/commit/116cb9cbf7d2059a578248796886c504963f740f#diff-a77b15c0d64cf6111e025645e562faf8ccabb9d7
⁴ https://ar.al/2025/06/25/web-numbers/
⁵ https://codeberg.org/small-tech/https
⁶ https://kitten.small-web.org
⁷ https://small-tech.org
⁸ https://codeberg.org/kitten/app/commit/a4a11839faf0091dd65040f2be5b85910f5a1849
⁹ https://codeberg.org/small-tech/jsdb#AutoEncrypt #https #TLS #LetsEncrypt #IPAddresses #WebNumbers #SmallTech #SmallWeb
-
Spain’s Net blocks have a flimsy legal basis, and lack both oversight and accountabilityA few weeks ago, Walled Culture wrote about Hadopi, France’s infamous copyright enforcement mechanism. The so-called “graduated response” – aka “three strikes and you are out” – has been around for over 15 years now, has cost French taxpayers a fortune, and has never achieved any of its aims. As the Walled Culture post suggested, the latest court ruling might finally put the […]
#barcelona #ccia #cordoba #disco #fines #france #HADOPI #healthcare #ipAddresses #ISPs #italy #laRazon #laliga #madrid #netBlocks #nordvpn #overblocking #piracyShield #protonvpn #spain #vpns https://walledculture.org/spains-net-blocks-have-a-flimsy-legal-basis-and-lack-both-oversight-and-accountability/ -
Hadopi, perhaps the world’s worst copyright law, is moribund but not quite dead (yet)One of the best demonstrations that an obsession with protecting copyright’s intellectual monopoly drives politicians insane is the French law known as Hadopi, an acronym for ‘Haute Autorité pour la diffusion des oeuvres et la protection des droits sur internet’ (High Authority for the Dissemination of Works and the Protection of Rights on the Internet). The Hadopi mechanism has been […]
#ARCOM #cjeu #eprivacy #france #gdpr #graduatedResponse #HADOPI #intellectualMonopoly #ipAddresses #laQuadratureDuNet #threeStrikes https://walledculture.org/hadopi-perhaps-the-worlds-worst-copyright-law-is-moribund-but-not-quite-dead-yet/ -
IPIDEA Proxy Network Dismantled: Global Cybercrime and Botnet Risks Exposed https://thecyberexpress.com/ipidea-proxy-residential-network-disruption/ #TheCyberExpressNews #GooglePlayProtect #TheCyberExpress #FirewallDaily #ProxyNetwork #DarkWebNews #IPaddresses #IPIDEAproxy #CyberNews #GTIG #SDKs
-
Finally, a riveting annual roundup of IP addresses that nobody asked for 🤦♂️. Geoff Huston heroically gazes into his crystal ball only to tell us that, surprise, the Internet still exists in 2025 🥱. Meanwhile, the rest of us are left wondering if the column will ever address anything other than the mind-numbing💤.
https://www.potaroo.net/ispcol/2026-01/addr2025.html #IPAddresses #Internet2025 #GeoffHuston #TechHumor #AnnualRoundup #HackerNews #ngated -
Just added Web Reachability API (at least that’s what I’m calling it) support to https://ip.small-web.org.
It’s for testing the reachability of your Small Web servers (using a domain or, more importantly, an IPv4/IPv6 address). I’m using it to implement Web Numbers¹ support in Auto Encrypt² and Kitten³.
Protocol:
• At http://<endpoint> return an empty HTTP 200 response that includes the following custom header: 'web-reachability-id': ‘<uuid>'
• Hit: https://ip.small-web.org/reach/<endpoint>/<uuid>/
• If you get a 200 response back, your endpoint is reachable. Anything else signals an error.Enjoy! 💕
¹ https://ar.al/2025/06/25/web-numbers/
² https://codeberg.org/small-tech/auto-encrypt
³ https://kitten.small-web.org#WebReachabilityAPI #WebNumbers #IpAddresses #reachability #Kitten #AutoEncrypt #SmallWeb #peerToPeerWeb #SmallTech
-
Lifehacker: This Tool Can Tell You If Your Home Network Has Been Compromised. “IP Check, from threat monitoring firm GreyNoise, will alert you if your IP address has been observed scanning the internet as part of a botnet or residential proxy network.”
https://rbfirehose.com/2025/12/20/lifehacker-this-tool-can-tell-you-if-your-home-network-has-been-compromised/ -
Russia Weaponizes Stolen Ukrainian IP Addresses to Disguise Cyberattacks Against Europe https://thecyberexpress.com/russia-weaponizes-ukrainian-ip-addresses/ #UkrainianIPAddresses #CyberEssentials #FirewallDaily #digitalassets #IPaddresses #CyberNews #Ukraine #Russia
-
GBHackers: New GreyNoise IP Checker Helps Users Identify Botnet Activity. “The newly released GreyNoise IP Check is a simple, web-based tool that allows anyone to instantly verify whether their internet connection is being used by a botnet or a residential proxy network.”
-
50,000 CCTVs Hacked in India: Intimate Hospital Footage Sold Online https://thecyberexpress.com/cybercrime-cctv-hack/ #TheCyberExpressNews #cybercrimeracket #TheCyberExpress #DataBreachNews #FirewallDaily #hackingCCTV #IPaddresses #Telegram
-
Research: Italy’s Piracy Shield Is Just As Big A Disaster As Everyone Predicted
-
"This huge #databreach is why I'll never provide my #ID #online"
https://www.makeuseof.com/this-huge-data-breach-is-why-ill-never-provide-my-id-online/
On October 3, 2025, Discord revealed that a third-party #customerservice, #Zendesk, attached to its chat platform was #breached, exposing the #data of many of its users—no specific number was provided at the time.
The data included names, #Discord usernames, and email addresses, #IPaddresses, messages with #customer agents, and limited #billing information.
-
🚀🛰️ Oh, look, another "deep dive" trying to convince us that the Internet's lack of geographic addresses is a scandalous oversight. 🌍📡 Spoiler alert: #Starlink won't magically geotag your cat videos, and IP addresses still won't tell me if you're in Bogota or your mom's basement. 🙄
https://www.potaroo.net/ispcol/2025-09/starlinkgeo.html #deepdive #internet #geotagging #IPaddresses #technologyoversight #HackerNews #ngated -
#Cloudflare alleges that #Perplexity, an #AIsearch startup, is using “#stealthcrawling” techniques to access #blockedwebsites. Cloudflare claims Perplexity disguises its #crawlingidentity and uses rotating #IPaddresses to bypass restrictions. Perplexity denies the allegations, calling Cloudflare’s report a “publicity stunt”. https://www.theverge.com/news/718319/perplexity-stealth-crawling-cloudflare-ai-bots-report?eicker.news #tech #media #news
-
In a groundbreaking revelation, Aral Balkan unveils the revolutionary concept of... using IP addresses, because domains are just so last century! 🌐✨ Apparently, the "Small Web" is about to make a big splash (or maybe just a ripple) with its dazzling #innovation of... personal websites. 🙄💻
https://ar.al/2025/06/25/web-numbers/ #AralBalkan #SmallWeb #IPAddresses #PersonalWebsites #HackerNews #ngated -
Thanking the @letsencrypt folks for the excellent work they do, and especially for their upcoming support for security certificates for IP addresses which is nothing short of revolutionary for the future of the (Small) Web.
https://community.letsencrypt.org/t/getting-ready-to-issue-ip-address-certificates/238777/22
#SmallWeb #security #IPAddresses #WebNumbers #LetsEncrypt #SmallTech #decentralisation #peerToPeerWeb #findability
-
Introducing Web Numbers
Domains? Where we’re going, we don’t need domains!
Get ready for an exciting new (old?) way to address (small) web sites in 2026.
https://ar.al/2025/06/25/web-numbers/
💕
(Thanks to @letsencrypt.)
#WebNumbers #SmallWeb #domainNames #IPAddresses #TLS #HTTPS #LetsEncrypt #web #decentralisation #SmallTech
-
ICYMI: Google to leverage IP addresses for CTV advertising: How new policy changes will impact household targeting across connected TV platforms. https://ppc.land/google-to-leverage-ip-addresses-for-ctv-advertising/ #Google #CTV #Advertising #IPAddresses #DigitalMarketing
-
Google to leverage IP addresses for CTV advertising: How new policy changes will impact household targeting across connected TV platforms. https://ppc.land/google-to-leverage-ip-addresses-for-ctv-advertising/ #Google #CTVAdvertising #DigitalMarketing #IPAddresses #ConnectedTV
-
🌐 Types of IP Addresses Every Cybersecurity Learner Should Know 🔐
As a cybersecurity learner, understanding IP addresses is crucial for securing networks, identifying potential threats, and properly managing devices. IP addresses serve as unique identifiers for devices on a network and help to route data to the correct destination.
#CyberSecurity #IPAddresses #Networking #IPv4 #IPv6 #PrivateIP #PublicIP #StaticIP
-
Ever wondered how devices seamlessly communicate across the digital world?
Learn about IPv4 vs. IPv6, the magic of subnet masks, and how CIDR notation keeps networks organized and optimized.
Read the blog post here: https://woodruff.dev/decoding-ip-addressing-and-subnetting-the-backbone-of-networking/
-
Pavel Durov Reveals Telegram Has Been Disclosing Data to Authorities - Telegram founder Pavel Durov has clarified the platform’s privacy policies, emphas... - https://news.bitcoin.com/pavel-durov-reveals-telegram-has-been-disclosing-data-to-authorities/ #lawenforcement #privacypolicy #phonenumbers #transparency #authorities #ipaddresses #compliance #disclosure #paveldurov #criminals #featured #telegram #userdata #freedom
-
Telegram has been disclosing user IPs since 2018, Durov says - Telegram’s disclosure process of IP addresses and phone numbers has been... - https://cointelegraph.com/news/telegram-ip-address-disclosure-since-2018-durov #cryptocurrency #datadisclosure #transparency #ipaddresses #phonenumber #paveldurov #messenger #telegram #privacy #freedom #europe