
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
n8n-nodes-geoip
Advanced tools
This is an n8n community node for looking up geo info for an IP.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
For users on n8n v0.187+, your instance owner can install this node from Community Nodes.
n8n-nodes-geoip
in Enter npm package name.After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
To get started install the package in your n8n root directory:
npm install n8n-nodes-geoip
For Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-geoip
n8n v0.187+
Create your own personal GeoIP API
$ curl -s "http://localhost:5678/webhook/geo?ip=17.17.1.0" | jq
{
"ip": "17.17.1.0",
"city": "Durham",
"country": "United States",
"continent": "North America",
"postal": "27722",
"registered_country": "United States",
"coordinates": "35.9935,-78.9032",
"subdivisions": [
"North Carolina"
],
"autonomous_system_number": 714,
"autonomous_system_organization": "APPLE-ENGINEERING"
}
{
"nodes": [
{
"parameters": {
"path": "geo",
"responseMode": "lastNode",
"options": {}
},
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
360,
240
],
"webhookId": ""
},
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
0,
680
]
},
{
"parameters": {
"ip": "={{ $json[\"ip\"] }}",
"options": {}
},
"name": "GeoIP",
"type": "n8n-nodes-geoip.geoIPNode",
"typeVersion": 1,
"position": [
800,
140
]
},
{
"parameters": {
"lookupType": "ASN",
"ip": "={{ $json[\"ip\"] }}",
"options": {}
},
"name": "ASN",
"type": "n8n-nodes-geoip.geoIPNode",
"typeVersion": 1,
"position": [
800,
320
]
},
{
"parameters": {
"mode": "combine",
"combinationMode": "multiplex",
"options": {}
},
"name": "Merge",
"type": "n8n-nodes-base.merge",
"typeVersion": 2,
"position": [
1020,
240
]
},
{
"parameters": {
"keepOnlySet": true,
"values": {
"string": [
{
"name": "ip",
"value": "={{ $json.query.ip }}"
}
]
},
"options": {}
},
"name": "IP",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
560,
240
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "IP",
"type": "main",
"index": 0
}
]
]
},
"GeoIP": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"ASN": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"IP": {
"main": [
[
{
"node": "GeoIP",
"type": "main",
"index": 0
},
{
"node": "ASN",
"type": "main",
"index": 0
}
]
]
}
}
}
FAQs
n8n node for looking up geo information from an IP
The npm package n8n-nodes-geoip receives a total of 18 weekly downloads. As such, n8n-nodes-geoip popularity was classified as not popular.
We found that n8n-nodes-geoip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.