ACTIVE DASHBOARD

ACTIVE DASHBOARD

Department-of-Government-Efficiency/Jupyter Notebooks/Government Domains Data Enhanced with ChatGPT Data.csv at main · hisamsabouni/Department-of-Government-Efficiency
Department-of-Government-Efficiency/Jupyter Notebooks/Government Domains Data Enhanced with ChatGPT Data.csv at main · hisamsabouni/Department-of-Government-Efficiency
This is a fun side project to leverage the data posted as a result of the DATA act signed into law in 2014. We will use open government data to analyze spending and track efficiency of government p...
·github.com·
Department-of-Government-Efficiency/Jupyter Notebooks/Government Domains Data Enhanced with ChatGPT Data.csv at main · hisamsabouni/Department-of-Government-Efficiency
Department-of-Government-Efficiency/R Scripts/Government Domains/Cybersecurity & Infrastructure Security Agency Domains.csv at main · hisamsabouni/Department-of-Government-Efficiency
Department-of-Government-Efficiency/R Scripts/Government Domains/Cybersecurity & Infrastructure Security Agency Domains.csv at main · hisamsabouni/Department-of-Government-Efficiency
This is a fun side project to leverage the data posted as a result of the DATA act signed into law in 2014. We will use open government data to analyze spending and track efficiency of government p...
·github.com·
Department-of-Government-Efficiency/R Scripts/Government Domains/Cybersecurity & Infrastructure Security Agency Domains.csv at main · hisamsabouni/Department-of-Government-Efficiency
103.195.102.91
103.195.102.91

inove2pay from anchored.host reg 3 days ago aug 2025 dan later looked at these guys and found something

·shodan.io·
103.195.102.91
Shadow overruling: it’s not just for Humphrey’s Executor
Shadow overruling: it’s not just for Humphrey’s Executor
Cases and Controversies is a recurring series by Carolyn Shapiro, primarily focusing on the effects of the Supreme Court’s rulings, opinions, and procedures on the law, on other institutions, and on […]
·scotusblog.com·
Shadow overruling: it’s not just for Humphrey’s Executor
Spider Scraper - CrewAI
Spider Scraper - CrewAI
The `SpiderTool` is designed to extract and read the content of a specified website using Spider.
·docs.crewai.com·
Spider Scraper - CrewAI
Access your homelab from anywhere with a YubiKey and mutual TLS
Access your homelab from anywhere with a YubiKey and mutual TLS
By combining YubiKey’s smart card support with mutual TLS client certificates, hardware-bound private keys, and device attestation, you can expose your homelab to the internet in a way that carries very low security risk.
·smallstep.com·
Access your homelab from anywhere with a YubiKey and mutual TLS
RAMBO: Leaking Secrets from Air-Gap Computers by Spelling Covert Radio Signals from Computer RAM
RAMBO: Leaking Secrets from Air-Gap Computers by Spelling Covert Radio Signals from Computer RAM
In this paper, we show how malware can manipulate RAM to generate radio signals at clock frequencies. These signals are modified and encoded in a particular encoding allowing them to be received from a distance away. The attacker can encode sensitive information (keylogging, documents, images, biometric information, etc.) and exfiltrate it via these radio signals. An attacker with appropriate hardware can receive the electromagnetic signals, demodulate and decode the data, and retrieve the exfiltrated information.
·arxiv.org·
RAMBO: Leaking Secrets from Air-Gap Computers by Spelling Covert Radio Signals from Computer RAM
FIN7 Targets US Enterprises Via BadUSB
FIN7 Targets US Enterprises Via BadUSB

lilygo is popular, they are cheap chinese brand restrictions. The worst part is that, in my experience, many in security leadership mistakenly believe they have mitigated the threat by 'blocking USBs.' What they fail to realize is that traditional removable media controls do not prevent the use of these alternative input devices and leave them vulnerable and without appropriate detection strategies," Williams tells ISMG.

Netenrich's Morales adds that to disrupt the attack life cycle, one could whitelist approved hardware types, monitor for malicious use of PowerShell, and detect malicious software loaders. "But these process cost money, and require systems and people. Not inserting a random USB drive into a computer would be the simplest option," he says

·bankinfosecurity.com·
FIN7 Targets US Enterprises Via BadUSB
Sherrill Calls for Investigations Into Elon Musk’s Vast Conflicts of Interest and Self-Dealing at Federal Agencies | Congresswoman Mikie Sherrill
Sherrill Calls for Investigations Into Elon Musk’s Vast Conflicts of Interest and Self-Dealing at Federal Agencies | Congresswoman Mikie Sherrill
WASHINGTON, DC — Representative Mikie Sherrill (NJ-11) is calling for inspectors general at eight federal agencies to open investigations into Elon Musk and the Department of Government Efficiency’s (DOGE) conflicts of interest. Inspectors General are independent watchdogs at federal agencies who investigate waste, fraud, abuse, and corruption.
·sherrill.house.gov·
Sherrill Calls for Investigations Into Elon Musk’s Vast Conflicts of Interest and Self-Dealing at Federal Agencies | Congresswoman Mikie Sherrill
guardianproject / AnyNews / AnyNews Web Client · GitLab
guardianproject / AnyNews / AnyNews Web Client · GitLab

Your config.js will then resemble this:

module.exports = { appName: "MyNews", basePath: "https://mydomain.com", enableCategories: false, accentColor: "#6699cc", flavors: { default: { name: "MyFeed", localeName: "en", defaultForLanguages: ["en"], cssFile: "./assets/css/default.css", url: "https://mydomain.com/feed/", //defaultImage: "<URL or base64 Data-URL>", categories: [ ], isRTL: false }, } };

We need to make

We need to make one more change so that you can run tests on your brand new instance of AnyNews. Modify the file public/proxies.js to indicate that access to your service URL will be proxied through the Node Package Manager development environment while you are testing. In the class ProxyHandlerClass, you'll notice that this.proxies is set to use "/localproxy". Leave that in place. Immediately below, change this.proxiedUrls from https://www.nasa.gov to the basePath URL you used in config.js (again, no trailing slash). If you used an empty path as the basePath in config.js, supply the scheme and domain here. In our sample above we have https://www.mydomain.com. As a result, the top portion of your public/proxies.js file will look like:

// eslint-disable-next-line (function () { class ProxyHandlerClass { constructor() { this.proxies = [ // // -- enable /localproxy for testing/development // "/localproxy" // // -- if you're proxying, insert your proxy URLs here (no trailing slash) // // "https://your.proxy.here" // "https://your.proxy2.here" // .. ]; // // --* same URL as 'basepath' on src/config.js // Make sure there is no trailing slash on this URL // this.proxiedUrls = [ "https://www.mydomain.com" ]; this.idxCurrentProxy = 0; this.useDevServer = false; this.useStaticProxy = false; // Set to true to replace all URLs in incoming data this.setRandomProxy(); // Init to random } ...

Return to the AnyNews top-level directory once you've made these modifications and run the following command:

npm run serve

NOTE: If you DID NOT run the demonstration above, you'll need to initialize npm here, so instead run:

·gitlab.com·
guardianproject / AnyNews / AnyNews Web Client · GitLab
Prompt caching with Claude | Claude
Prompt caching with Claude | Claude
Claude caches frequently used context between API calls, reducing costs and latency for long prompts. Update : Prompt caching is Generally Available on the Anthropic API. Prompt caching is also available in preview in Amazon Bedrock and on Google Cloud’s Vertex AI.
·claude.com·
Prompt caching with Claude | Claude
Trilium Notes
Trilium Notes
Trilium is an open-source solution for note-taking and personal knowledge bases. Use it locally or sync with your own server to access notes anywhere.
·triliumnotes.org·
Trilium Notes